2014-10-23 François Dumont <fdumont@gcc.gnu.org>
commit9dc583122155002a51047e258d33fce73e178a8c
authorfdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Oct 2014 22:03:49 +0000 (23 22:03 +0000)
committerfdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Oct 2014 22:03:49 +0000 (23 22:03 +0000)
tree5a3956baa9891b132687b65d6f4c56c807f75e03
parent56c5b36c904cfbb297c87a7ac39434c7af1994c4
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216601 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/25_algorithms/make_heap/complexity.cc
libstdc++-v3/testsuite/25_algorithms/pop_heap/complexity.cc
libstdc++-v3/testsuite/25_algorithms/push_heap/complexity.cc
libstdc++-v3/testsuite/25_algorithms/sort_heap/complexity.cc