Skip to content

Commit f19571e

Browse files
committed
[libc++] Revert "Compile MSAN/TSAN failing test with -O1 (#73555)"
This reverts commit 61aef97, which broke the CI on GCC.
1 parent 6ab7662 commit f19571e

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

libcxx/test/std/containers/sequences/deque/deque.modifiers/insert_iter_iter.pass.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
// REQUIRES: long_tests
1010
// UNSUPPORTED: GCC-ALWAYS_INLINE-FIXME
1111

12-
// This test chokes on the sanitizers during CI runs. It appears we can address most of this by simply enabling optimizations.
13-
// ADDITIONAL_COMPILE_FLAGS(msan): -O1
14-
// ADDITIONAL_COMPILE_FLAGS(tsan): -O1
15-
1612
// <deque>
1713

1814
// template <class InputIterator>

libcxx/test/std/numerics/rand/rand.dist/rand.dist.bern/rand.dist.bern.negbin/eval.pass.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
//
99
// REQUIRES: long_tests
1010

11-
// This test is super slow, in particular with msan or tsan. In order to avoid timeouts and to
12-
// spend less time waiting for this particular test to complete we compile with optimizations.
13-
// ADDITIONAL_COMPILE_FLAGS: -O1
14-
1511
// <random>
1612

1713
// template<class IntType = int>

0 commit comments

Comments
 (0)