[compiler-rt] f548902 - [sanitizer_common][test-only] Remove xfail for darwin ubsan on dedup_token_length_test (#171812)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 11 04:12:26 PST 2025
Author: Dan Blackwell
Date: 2025-12-11T12:12:20Z
New Revision: f548902922953c4a08f4498c259ae6126daedd90
URL: https://github.com/llvm/llvm-project/commit/f548902922953c4a08f4498c259ae6126daedd90
DIFF: https://github.com/llvm/llvm-project/commit/f548902922953c4a08f4498c259ae6126daedd90.diff
LOG: [sanitizer_common][test-only] Remove xfail for darwin ubsan on dedup_token_length_test (#171812)
This test is currently XPASSing on the iossim CI.
rdar://166219043
Added:
Modified:
compiler-rt/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cpp
Removed:
################################################################################
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;
More information about the llvm-commits
mailing list