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