[libc++] Revert "Compile MSAN/TSAN failing test with -O1 (#73555)"

This reverts commit 61aef978d6ab1553c48bbd9bf807a277b22451c1, which
broke the CI on GCC.
This commit is contained in:
Louis Dionne 2023-12-01 09:02:16 -05:00
parent 6ab7662f35
commit f19571ee78
2 changed files with 0 additions and 8 deletions

View File

@ -9,10 +9,6 @@
// REQUIRES: long_tests
// UNSUPPORTED: GCC-ALWAYS_INLINE-FIXME
// This test chokes on the sanitizers during CI runs. It appears we can address most of this by simply enabling optimizations.
// ADDITIONAL_COMPILE_FLAGS(msan): -O1
// ADDITIONAL_COMPILE_FLAGS(tsan): -O1
// <deque>
// template <class InputIterator>

View File

@ -8,10 +8,6 @@
//
// REQUIRES: long_tests
// This test is super slow, in particular with msan or tsan. In order to avoid timeouts and to
// spend less time waiting for this particular test to complete we compile with optimizations.
// ADDITIONAL_COMPILE_FLAGS: -O1
// <random>
// template<class IntType = int>