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

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Nov 28 12:49:12 PST 2024


================
@@ -7,6 +7,7 @@
 //===----------------------------------------------------------------------===//
 
 // UNSUPPORTED: c++03, c++11, c++14
+// UNSUPPORTED: hwasan
----------------
ldionne wrote:

I think it would be better to instead use `REQUIRES: long_tests` since this isn't a fundamental limitation of `hwasan` but merely a matter of timing out on your specific builder (I assume?).

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


More information about the libcxx-commits mailing list