[libcxx-commits] [libcxx] Disable test that times out on HWASan (PR #117085)

via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 20 16:39:06 PST 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libcxx

Author: Florian Mayer (fmayer)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/117085.diff


1 Files Affected:

- (modified) libcxx/test/std/experimental/simd/simd.class/simd_copy.pass.cpp (+1) 


``````````diff
diff --git a/libcxx/test/std/experimental/simd/simd.class/simd_copy.pass.cpp b/libcxx/test/std/experimental/simd/simd.class/simd_copy.pass.cpp
index 7d91ca0eada1d3..340d69f51a4be4 100644
--- a/libcxx/test/std/experimental/simd/simd.class/simd_copy.pass.cpp
+++ b/libcxx/test/std/experimental/simd/simd.class/simd_copy.pass.cpp
@@ -7,6 +7,7 @@
 //===----------------------------------------------------------------------===//
 
 // UNSUPPORTED: c++03, c++11, c++14
+// UNSUPPORTED: hwasan
 
 // Older versions of clang may encounter a backend error (see 0295c2ad):
 //   Pass-by-value arguments with alignment greater than register width are not supported.

``````````

</details>


https://github.com/llvm/llvm-project/pull/117085


More information about the libcxx-commits mailing list