-
Notifications
You must be signed in to change notification settings - Fork 15.1k
[Sanitizers][Test] XFAIL suppressions/fread_fwrite #154189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
wrotki
merged 1 commit into
llvm:main
from
wrotki:eng/m_borsa/xfail_tests_failing_unwind_as
Aug 18, 2025
Merged
[Sanitizers][Test] XFAIL suppressions/fread_fwrite #154189
wrotki
merged 1 commit into
llvm:main
from
wrotki:eng/m_borsa/xfail_tests_failing_unwind_as
Aug 18, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
These tests are failing on current macOS version installed on Apple bot rdar://158543555
Member
|
@llvm/pr-subscribers-compiler-rt-sanitizer Author: Mariusz Borsa (wrotki) ChangesThese 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:
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
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
Contributor
Author
|
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
These tests are failing on current macOS version installed on Apple bot
rdar://158543555