From 06a4394b5036991d22610c685706b207008fb2f5 Mon Sep 17 00:00:00 2001 From: Qinkun Bao Date: Thu, 26 Jun 2025 14:47:45 +0000 Subject: [PATCH] Disable HWSan for thread_creae_failure.pass. See https://github.com/llvm/llvm-project/pull/130145 --- .../thread/futures/futures.async/thread_create_failure.pass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9ab8296d49af..4b0551f21711 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