Skip to content

Commit d1d2d96

Browse files
author
Mariusz Borsa
committed
[Sanitizers][Test] narrower constraint for XFAIL
It's a followup to llvm#154189 , which broke test on android bot. Making sure XFAIL only happen on darwin bots rdar://158543555
1 parent ee7a6a4 commit d1d2d96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler-rt/test/asan/TestCases/Darwin/suppressions-sandbox.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// UNSUPPORTED: ios
1717

1818
// Symbolizer fails to find test functions on current macOS bot version
19-
// XFAIL: target=arm{{.*}}
19+
// XFAIL: system-darwin && target=arm{{.*}}
2020

2121
#include <CoreFoundation/CoreFoundation.h>
2222

compiler-rt/test/asan/TestCases/Posix/fread_fwrite.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RUN: not %run %t 1 2>&1 | FileCheck %s --check-prefix=CHECK-FREAD
44

55
// Symbolizer fails to find test functions on current macOS bot version
6-
// XFAIL: target=arm{{.*}}
6+
// XFAIL: system-darwin && target=arm{{.*}}
77

88
#include <stdio.h>
99
#include <stdlib.h>

0 commit comments

Comments
 (0)