diff --git a/compiler-rt/test/asan/TestCases/Darwin/suppressions-sandbox.cpp b/compiler-rt/test/asan/TestCases/Darwin/suppressions-sandbox.cpp index fc1da56a969df..f12e2b2ada50d 100644 --- a/compiler-rt/test/asan/TestCases/Darwin/suppressions-sandbox.cpp +++ b/compiler-rt/test/asan/TestCases/Darwin/suppressions-sandbox.cpp @@ -16,7 +16,7 @@ // UNSUPPORTED: ios // Symbolizer fails to find test functions on current macOS bot version -// XFAIL: target=arm{{.*}} +// XFAIL: system-darwin && target=arm{{.*}} #include diff --git a/compiler-rt/test/asan/TestCases/Posix/fread_fwrite.cpp b/compiler-rt/test/asan/TestCases/Posix/fread_fwrite.cpp index 5f0be27a36318..c7b9280ea7d8e 100644 --- a/compiler-rt/test/asan/TestCases/Posix/fread_fwrite.cpp +++ b/compiler-rt/test/asan/TestCases/Posix/fread_fwrite.cpp @@ -3,7 +3,7 @@ // RUN: not %run %t 1 2>&1 | FileCheck %s --check-prefix=CHECK-FREAD // Symbolizer fails to find test functions on current macOS bot version -// XFAIL: target=arm{{.*}} +// XFAIL: system-darwin && target=arm{{.*}} #include #include