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 15:40:38 +00:00
parent abc2c3a538
commit 04b60d29ba

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, hwsan
// UNSUPPORTED: asan, hwasan
// UNSUPPORTED: c++03