[libcxx-commits] [libcxx] 06a4394 - Disable HWSan for thread_creae_failure.pass.
Qinkun Bao via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jun 26 07:49:25 PDT 2025
Author: Qinkun Bao
Date: 2025-06-26T14:49:12Z
New Revision: 06a4394b5036991d22610c685706b207008fb2f5
URL: https://github.com/llvm/llvm-project/commit/06a4394b5036991d22610c685706b207008fb2f5
DIFF: https://github.com/llvm/llvm-project/commit/06a4394b5036991d22610c685706b207008fb2f5.diff
LOG: Disable HWSan for thread_creae_failure.pass.
See https://github.com/llvm/llvm-project/pull/130145
Added:
Modified:
libcxx/test/std/thread/futures/futures.async/thread_create_failure.pass.cpp
Removed:
################################################################################
diff --git a/libcxx/test/std/thread/futures/futures.async/thread_create_failure.pass.cpp b/libcxx/test/std/thread/futures/futures.async/thread_create_failure.pass.cpp
index 9ab8296d49af1..4b0551f217119 100644
--- a/libcxx/test/std/thread/futures/futures.async/thread_create_failure.pass.cpp
+++ b/libcxx/test/std/thread/futures/futures.async/thread_create_failure.pass.cpp
@@ -9,7 +9,7 @@
// UNSUPPORTED: no-threads, no-exceptions
// ASan seems to try to create threadsm which obviouly doesn't work in this test.
-// UNSUPPORTED: asan
+// UNSUPPORTED: asan, hwsan
// UNSUPPORTED: c++03
More information about the libcxx-commits
mailing list