We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d9346e commit 4dc32dfCopy full SHA for 4dc32df
compiler-rt/test/asan/TestCases/Darwin/suppressions-sandbox.cpp
@@ -15,6 +15,9 @@
15
// sandbox-exec isn't available on iOS
16
// UNSUPPORTED: ios
17
18
+// Symbolizer fails to find test functions on current macOS bot version
19
+// XFAIL: target=arm{{.*}}
20
+
21
#include <CoreFoundation/CoreFoundation.h>
22
23
#if defined(SHARED_LIB)
compiler-rt/test/asan/TestCases/Posix/fread_fwrite.cpp
@@ -2,6 +2,9 @@
2
// RUN: not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-FWRITE
3
// RUN: not %run %t 1 2>&1 | FileCheck %s --check-prefix=CHECK-FREAD
4
5
6
7
8
#include <stdio.h>
9
#include <stdlib.h>
10
0 commit comments