Disable HWSan for thread_creae_failure.pass.

See https://github.com/llvm/llvm-project/pull/130145
This commit is contained in:
Qinkun Bao
2025-06-26 14:47:45 +00:00
parent 2bece2194a
commit 06a4394b50

View File

@@ -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