Skip to content

Commit 95b250f

Browse files
wrotkiMariusz Borsa
authored andcommitted
Revert "[Sanitizers][Test] XFAIL suppressions/fread_fwrite (llvm#154189)" (llvm#165751)
The macOS platform where test failures occured was updated to a newer version - these tests now pass, so undoing XFAIL rdar://163149340 This reverts commit 4dc32df. Co-authored-by: Mariusz Borsa <[email protected]>
1 parent ea6ed8c commit 95b250f

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
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: system-darwin && target=arm{{.*}}
20-
2118
#include <CoreFoundation/CoreFoundation.h>
2219

2320
#if defined(SHARED_LIB)

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
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: system-darwin && target=arm{{.*}}
7-
85
#include <stdio.h>
96
#include <stdlib.h>
107

0 commit comments

Comments
 (0)