Skip to content

Commit 4dc32df

Browse files
wrotkiMariusz Borsa
andauthored
[Sanitizers][Test] XFAIL suppressions/fread_fwrite (#154189)
These tests are failing on current macOS version installed on Apple bot rdar://158543555 Co-authored-by: Mariusz Borsa <[email protected]>
1 parent 0d9346e commit 4dc32df

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
// sandbox-exec isn't available on iOS
1616
// UNSUPPORTED: ios
1717

18+
// Symbolizer fails to find test functions on current macOS bot version
19+
// XFAIL: target=arm{{.*}}
20+
1821
#include <CoreFoundation/CoreFoundation.h>
1922

2023
#if defined(SHARED_LIB)

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// RUN: not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-FWRITE
33
// RUN: not %run %t 1 2>&1 | FileCheck %s --check-prefix=CHECK-FREAD
44

5+
// Symbolizer fails to find test functions on current macOS bot version
6+
// XFAIL: target=arm{{.*}}
7+
58
#include <stdio.h>
69
#include <stdlib.h>
710

0 commit comments

Comments
 (0)