[sanitizer_common][test-only] Remove xfail for darwin ubsan on dedup_token_length_test#171812
Merged
DanBlackwell merged 1 commit intollvm:mainfrom Dec 11, 2025
Merged
Conversation
…token_length_test This test is currently XPASSing on the iossim CI. rdar://166219043
Member
|
@llvm/pr-subscribers-compiler-rt-sanitizer Author: Dan Blackwell (DanBlackwell) ChangesThis test is currently XPASSing on the iossim CI. rdar://166219043 Full diff: https://github.com/llvm/llvm-project/pull/171812.diff 1 Files Affected:
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cpp b/compiler-rt/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cpp
index fe14c194df999..37bfee4806173 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cpp
@@ -15,7 +15,6 @@
// XFAIL: (darwin && ubsan && (arm64-target-arch || arm64e-target-arch))
// XFAIL: target={{.*netbsd.*}} && !asan
-// XFAIL: darwin && ubsan
volatile int *null = 0;
|
cofibrant
approved these changes
Dec 11, 2025
Priyanshu3820
pushed a commit
to Priyanshu3820/llvm-project
that referenced
this pull request
Dec 20, 2025
…token_length_test (llvm#171812) This test is currently XPASSing on the iossim CI. rdar://166219043
ndrewh
pushed a commit
to ndrewh/llvm-project
that referenced
this pull request
Jan 12, 2026
…token_length_test (llvm#171812) This test is currently XPASSing on the iossim CI. rdar://166219043 (cherry picked from commit f548902)
fhahn
pushed a commit
to fhahn/llvm-project
that referenced
this pull request
Jan 19, 2026
…token_length_test (llvm#171812) This test is currently XPASSing on the iossim CI. rdar://166219043 (cherry picked from commit f548902)
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
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.
This test is currently XPASSing on the iossim CI.
rdar://166219043