Skip to content

Conversation

@wrotki
Copy link
Contributor

@wrotki wrotki commented Aug 18, 2025

These tests are failing on current macOS version installed on Apple bot

rdar://158543555

These tests are failing on current macOS version installed on Apple bot

rdar://158543555
@llvmbot
Copy link
Member

llvmbot commented Aug 18, 2025

@llvm/pr-subscribers-compiler-rt-sanitizer

Author: Mariusz Borsa (wrotki)

Changes

These tests are failing on current macOS version installed on Apple bot

rdar://158543555


Full diff: https://github.com/llvm/llvm-project/pull/154189.diff

2 Files Affected:

  • (modified) compiler-rt/test/asan/TestCases/Darwin/suppressions-sandbox.cpp (+3)
  • (modified) compiler-rt/test/asan/TestCases/Posix/fread_fwrite.cpp (+3)
diff --git a/compiler-rt/test/asan/TestCases/Darwin/suppressions-sandbox.cpp b/compiler-rt/test/asan/TestCases/Darwin/suppressions-sandbox.cpp
index 651d0c5d05b07..fc1da56a969df 100644
--- a/compiler-rt/test/asan/TestCases/Darwin/suppressions-sandbox.cpp
+++ b/compiler-rt/test/asan/TestCases/Darwin/suppressions-sandbox.cpp
@@ -15,6 +15,9 @@
 // sandbox-exec isn't available on iOS
 // UNSUPPORTED: ios
 
+// Symbolizer fails to find test functions on current macOS bot version
+// XFAIL: 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 c0629260418a3..5f0be27a36318 100644
--- a/compiler-rt/test/asan/TestCases/Posix/fread_fwrite.cpp
+++ b/compiler-rt/test/asan/TestCases/Posix/fread_fwrite.cpp
@@ -2,6 +2,9 @@
 // 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: target=arm{{.*}}
+
 #include <stdio.h>
 #include <stdlib.h>
 

@wrotki wrotki requested a review from thetruestblue August 18, 2025 19:36
@wrotki wrotki assigned DanBlackwell and unassigned DanBlackwell Aug 18, 2025
@wrotki wrotki requested a review from DanBlackwell August 18, 2025 19:37
@wrotki wrotki merged commit 4dc32df into llvm:main Aug 18, 2025
13 checks passed
@wrotki wrotki deleted the eng/m_borsa/xfail_tests_failing_unwind_as branch August 18, 2025 22:37
wrotki pushed a commit to wrotki/llvm-project that referenced this pull request Aug 19, 2025
It's a followup to llvm#154189 ,
which broke test on android bot. Making sure XFAIL only happen on darwin
bots

rdar://158543555
wrotki pushed a commit to wrotki/llvm-project that referenced this pull request Aug 19, 2025
It's a followup to llvm#154189 ,
which broke test on android bot. Making sure XFAIL only happen on darwin
bots

rdar://158543555
@wrotki
Copy link
Contributor Author

wrotki commented Aug 19, 2025

This broke test on android. Correction here: #154245

wrotki added a commit that referenced this pull request Aug 19, 2025
It's a followup to #154189 ,
which broke test on android bot. Making sure XFAIL only happen on darwin
bots

rdar://158543555

Co-authored-by: Mariusz Borsa <[email protected]>
llvm-sync bot pushed a commit to arm/arm-toolchain that referenced this pull request Aug 19, 2025
It's a followup to llvm/llvm-project#154189 ,
which broke test on android bot. Making sure XFAIL only happen on darwin
bots

rdar://158543555

Co-authored-by: Mariusz Borsa <[email protected]>
wrotki added a commit that referenced this pull request Oct 31, 2025
…#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]>
DEBADRIBASAK pushed a commit to DEBADRIBASAK/llvm-project that referenced this pull request Nov 3, 2025
…)" (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]>
ckoparkar pushed a commit to ckoparkar/llvm-project that referenced this pull request Nov 6, 2025
…)" (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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants