[compiler-rt] [sanitizer_common][test-only] Remove xfail for darwin ubsan on dedup_token_length_test (PR #171812)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 11 04:03:03 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Dan Blackwell (DanBlackwell)
<details>
<summary>Changes</summary>
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
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;
``````````
</details>
https://github.com/llvm/llvm-project/pull/171812
More information about the llvm-commits
mailing list