r216601 - in /trunk/libstdc++-v3: ChangeLog tes...

fdumont@gcc.gnu.org fdumont@gcc.gnu.org
Thu Oct 23 22:03:00 GMT 2014


Author: fdumont
Date: Thu Oct 23 22:03:49 2014
New Revision: 216601

URL: https://gcc.gnu.org/viewcvs?rev=216601&root=gcc&view=rev
Log:
2014-10-23  François Dumont  <fdumont@gcc.gnu.org>

	* testsuite/25_algorithms/make_heap/complexity.cc: Add missing test
	variable.
	* testsuite/25_algorithms/sort_heap/complexity.cc: Likewise and use
	log2. Now require cmath support.
	* testsuite/25_algorithms/pop_heap/complexity.cc: Likewise and require
	normal mode.
	* testsuite/25_algorithms/push_heap/complexity.cc: Likewise.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/testsuite/25_algorithms/make_heap/complexity.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/pop_heap/complexity.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/push_heap/complexity.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/sort_heap/complexity.cc



More information about the Libstdc++-cvs mailing list