Skip to content

[sanitizer_common][test-only] Remove xfail for darwin ubsan on dedup_token_length_test#171812

Merged
DanBlackwell merged 1 commit intollvm:mainfrom
DanBlackwell:unxfail-dedup-token
Dec 11, 2025
Merged

[sanitizer_common][test-only] Remove xfail for darwin ubsan on dedup_token_length_test#171812
DanBlackwell merged 1 commit intollvm:mainfrom
DanBlackwell:unxfail-dedup-token

Conversation

@DanBlackwell
Copy link
Contributor

This test is currently XPASSing on the iossim CI.

rdar://166219043

…token_length_test

This test is currently XPASSing on the iossim CI.

rdar://166219043
@llvmbot
Copy link
Member

llvmbot commented Dec 11, 2025

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

Author: Dan Blackwell (DanBlackwell)

Changes

This test is currently XPASSing on the iossim CI.

rdar://166219043


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

1 Files Affected:

  • (modified) compiler-rt/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cpp (-1)
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;
 

@DanBlackwell DanBlackwell enabled auto-merge (squash) December 11, 2025 12:08
@DanBlackwell DanBlackwell merged commit f548902 into llvm:main Dec 11, 2025
13 checks passed
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)
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