[compiler-rt] [sanitizer_common][test-only] Remove xfail for darwin ubsan on dedup_token_length_test (PR #171812)

Dan Blackwell via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 11 04:02:32 PST 2025


https://github.com/DanBlackwell created https://github.com/llvm/llvm-project/pull/171812

This test is currently XPASSing on the iossim CI.

rdar://166219043

>From d3a16d2770ba51a1628d3491fd8369da21b11487 Mon Sep 17 00:00:00 2001
From: Dan Blackwell <dan_blackwell at apple.com>
Date: Thu, 11 Dec 2025 11:58:13 +0000
Subject: [PATCH] [sanitizer_common][test-only] Remove xfail for darwin ubsan
 on dedup_token_length_test

This test is currently XPASSing on the iossim CI.

rdar://166219043
---
 .../sanitizer_common/TestCases/Posix/dedup_token_length_test.cpp | 1 -
 1 file changed, 1 deletion(-)

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