]> git.ipfire.org Git - thirdparty/gcc.git/commit
Disable tests that aren't valid in parallel mode
authorJonathan Wakely <jwakely@redhat.com>
Tue, 1 Oct 2019 21:02:17 +0000 (22:02 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 1 Oct 2019 21:02:17 +0000 (22:02 +0100)
commit61e619b4fd1252d0fee7f4bfc821824031c52dc5
tree349e01727cfad3dae12e0b274446f12900e56ff9
parent577663511e00773f0d4ac2da00d1add7f4529d18
Disable tests that aren't valid in parallel mode

Tests that depend on debug mode can't be tested in parallel mode.

* testsuite/17_intro/using_namespace_std_tr1_neg.cc: Skip test for
parallel mode.
* testsuite/20_util/hash/84998.cc: Likewise.
* testsuite/23_containers/deque/types/pmr_typedefs_debug.cc: Likewise.
* testsuite/23_containers/forward_list/pmr_typedefs_debug.cc: Likewise.
* testsuite/23_containers/list/pmr_typedefs_debug.cc: Likewise.
* testsuite/23_containers/map/pmr_typedefs_debug.cc: Likewise.
* testsuite/23_containers/multimap/pmr_typedefs_debug.cc: Likewise.
* testsuite/23_containers/multiset/pmr_typedefs_debug.cc: Likewise.
* testsuite/23_containers/set/pmr_typedefs_debug.cc: Likewise.
* testsuite/23_containers/unordered_map/pmr_typedefs_debug.cc:
Likewise.
* testsuite/23_containers/unordered_multimap/pmr_typedefs_debug.cc:
Likewise.
* testsuite/23_containers/unordered_multiset/pmr_typedefs_debug.cc:
Likewise.
* testsuite/23_containers/unordered_set/pmr_typedefs_debug.cc:
Likewise.
* testsuite/23_containers/vector/cons/destructible_debug_neg.cc:
Likewise.
* testsuite/23_containers/vector/types/pmr_typedefs_debug.cc: Likewise.
* testsuite/25_algorithms/binary_search/partitioned.cc: Likewise.
* testsuite/25_algorithms/copy/86658.cc: Likewise.
* testsuite/25_algorithms/equal_range/partitioned.cc: Likewise.
* testsuite/25_algorithms/lexicographical_compare/71545.cc: Likewise.
* testsuite/25_algorithms/lower_bound/partitioned.cc: Likewise.
* testsuite/25_algorithms/upper_bound/partitioned.cc: Likewise.

From-SVN: r276430
22 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/17_intro/using_namespace_std_tr1_neg.cc
libstdc++-v3/testsuite/20_util/hash/84998.cc
libstdc++-v3/testsuite/23_containers/deque/types/pmr_typedefs_debug.cc
libstdc++-v3/testsuite/23_containers/forward_list/pmr_typedefs_debug.cc
libstdc++-v3/testsuite/23_containers/list/pmr_typedefs_debug.cc
libstdc++-v3/testsuite/23_containers/map/pmr_typedefs_debug.cc
libstdc++-v3/testsuite/23_containers/multimap/pmr_typedefs_debug.cc
libstdc++-v3/testsuite/23_containers/multiset/pmr_typedefs_debug.cc
libstdc++-v3/testsuite/23_containers/set/pmr_typedefs_debug.cc
libstdc++-v3/testsuite/23_containers/unordered_map/pmr_typedefs_debug.cc
libstdc++-v3/testsuite/23_containers/unordered_multimap/pmr_typedefs_debug.cc
libstdc++-v3/testsuite/23_containers/unordered_multiset/pmr_typedefs_debug.cc
libstdc++-v3/testsuite/23_containers/unordered_set/pmr_typedefs_debug.cc
libstdc++-v3/testsuite/23_containers/vector/cons/destructible_debug_neg.cc
libstdc++-v3/testsuite/23_containers/vector/types/pmr_typedefs_debug.cc
libstdc++-v3/testsuite/25_algorithms/binary_search/partitioned.cc
libstdc++-v3/testsuite/25_algorithms/copy/86658.cc
libstdc++-v3/testsuite/25_algorithms/equal_range/partitioned.cc
libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/71545.cc
libstdc++-v3/testsuite/25_algorithms/lower_bound/partitioned.cc
libstdc++-v3/testsuite/25_algorithms/upper_bound/partitioned.cc