diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/mprobe.cpp b/compiler-rt/test/sanitizer_common/TestCases/Linux/mprobe.cpp --- a/compiler-rt/test/sanitizer_common/TestCases/Linux/mprobe.cpp +++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/mprobe.cpp @@ -1,5 +1,5 @@ // RUN: %clangxx %s -o %t && %run %t 2>&1 | FileCheck %s -// UNSUPPORTED: android, ubsan +// UNSUPPORTED: android, hwasan, ubsan #include #include diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/unexpected_format_specifier_test.cpp b/compiler-rt/test/sanitizer_common/TestCases/Linux/unexpected_format_specifier_test.cpp --- a/compiler-rt/test/sanitizer_common/TestCases/Linux/unexpected_format_specifier_test.cpp +++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/unexpected_format_specifier_test.cpp @@ -1,4 +1,5 @@ // RUN: %clang -w -O0 %s -o %t && %run %t 2>&1 | FileCheck %s +// UNSUPPORTED: hwasan // UNSUPPORTED: lsan // UNSUPPORTED: msan // UNSUPPORTED: ubsan