summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariusz Borsa <wrotki@msn.com>2025-10-31 10:45:36 -0700
committerGitHub <noreply@github.com>2025-10-31 10:45:36 -0700
commita4135ae549bbc42a89cd02746e95cb9c8ebe5ff6 (patch)
tree0156797bf6ce8638a5d14da0f8c63f4e7b209186
parent77cd34eedff3f79974cc98501af48f10bb423cc7 (diff)
Revert "[Sanitizers][Test] XFAIL suppressions/fread_fwrite (#154189)" (#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 4dc32df3ca0a937ffb6052a40170fcc318330fd9. Co-authored-by: Mariusz Borsa <m_borsa@apple.com>
-rw-r--r--compiler-rt/test/asan/TestCases/Darwin/suppressions-sandbox.cpp3
-rw-r--r--compiler-rt/test/asan/TestCases/Posix/fread_fwrite.cpp3
2 files changed, 0 insertions, 6 deletions
diff --git a/compiler-rt/test/asan/TestCases/Darwin/suppressions-sandbox.cpp b/compiler-rt/test/asan/TestCases/Darwin/suppressions-sandbox.cpp
index f12e2b2ada50..651d0c5d05b0 100644
--- a/compiler-rt/test/asan/TestCases/Darwin/suppressions-sandbox.cpp
+++ b/compiler-rt/test/asan/TestCases/Darwin/suppressions-sandbox.cpp
@@ -15,9 +15,6 @@
// sandbox-exec isn't available on iOS
// UNSUPPORTED: ios
-// Symbolizer fails to find test functions on current macOS bot version
-// XFAIL: system-darwin && target=arm{{.*}}
-
#include <CoreFoundation/CoreFoundation.h>
#if defined(SHARED_LIB)
diff --git a/compiler-rt/test/asan/TestCases/Posix/fread_fwrite.cpp b/compiler-rt/test/asan/TestCases/Posix/fread_fwrite.cpp
index c7b9280ea7d8..c0629260418a 100644
--- a/compiler-rt/test/asan/TestCases/Posix/fread_fwrite.cpp
+++ b/compiler-rt/test/asan/TestCases/Posix/fread_fwrite.cpp
@@ -2,9 +2,6 @@
// RUN: not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-FWRITE
// 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: system-darwin && target=arm{{.*}}
-
#include <stdio.h>
#include <stdlib.h>