File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
containers/sequences/deque/deque.modifiers
numerics/rand/rand.dist/rand.dist.bern/rand.dist.bern.negbin Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 9
9
// REQUIRES: long_tests
10
10
// UNSUPPORTED: GCC-ALWAYS_INLINE-FIXME
11
11
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
-
16
12
// <deque>
17
13
18
14
// template <class InputIterator>
Original file line number Diff line number Diff line change 8
8
//
9
9
// REQUIRES: long_tests
10
10
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
-
15
11
// <random>
16
12
17
13
// template<class IntType = int>
You can’t perform that action at this time.
0 commit comments