Skip to content

Commit 22c3d9d

Browse files
committed
[libc++] Disable test which timeouts on ARM with sanitizers
Introduced with cf0f6a1 (llvm#70020). https://lab.llvm.org/buildbot/#/builders/237/builds/5145 https://lab.llvm.org/buildbot/#/builders/236/builds/7004 https://lab.llvm.org/buildbot/#/builders/239/builds/4269 Sometimes it passes with Asan but it's extemly slow ``` Slowest Tests: 1388.61s: llvm-libc++-shared.cfg.in :: std/experimental/simd/simd.reference/reference_assignment.pass.cpp 309.42s: llvm-libc++-shared.cfg.in :: std/containers/sequences/deque/deque.modifiers/insert_size_value.pass.cpp ```
1 parent d37b283 commit 22c3d9d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libcxx/test/std/experimental/simd/simd.reference/reference_assignment.pass.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
// UNSUPPORTED: c++03, c++11, c++14
1010

11+
// FIXME: Timeouts.
12+
// UNSUPPORTED: sanitizer-new-delete
13+
1114
// <experimental/simd>
1215
//
1316
// [simd.reference]

0 commit comments

Comments
 (0)