[compiler-rt] 3172970 - [Fuzzer][Test-Only] Re-enable fuzzer-ubsan.test on Darwin (#165403)

via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 28 08:00:25 PDT 2025


Author: Dan Blackwell
Date: 2025-10-28T15:00:21Z
New Revision: 3172970bbed69f07913f46727d24930f1f60f4e7

URL: https://github.com/llvm/llvm-project/commit/3172970bbed69f07913f46727d24930f1f60f4e7
DIFF: https://github.com/llvm/llvm-project/commit/3172970bbed69f07913f46727d24930f1f60f4e7.diff

LOG: [Fuzzer][Test-Only] Re-enable fuzzer-ubsan.test on Darwin (#165403)

This test is now XPASSing due to a linker update on the platform.

This patch removes the XFAIL from the test.

rdar://163149345

Added: 
    

Modified: 
    compiler-rt/test/fuzzer/fuzzer-ubsan.test

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/fuzzer/fuzzer-ubsan.test b/compiler-rt/test/fuzzer/fuzzer-ubsan.test
index d22339d72e261..6bc2c38636688 100644
--- a/compiler-rt/test/fuzzer/fuzzer-ubsan.test
+++ b/compiler-rt/test/fuzzer/fuzzer-ubsan.test
@@ -1,6 +1,3 @@
-// This test currently fails to compile on green.lab.llvm.org (arm)
-// XFAIL: system-darwin && target=arm{{.*}}
-
 RUN: %cpp_compiler -fsanitize=undefined -fno-sanitize-recover=all %S/SignedIntOverflowTest.cpp -o %t-SignedIntOverflowTest-Ubsan
 RUN: not %run %t-SignedIntOverflowTest-Ubsan 2>&1 | FileCheck %s
 CHECK: runtime error: signed integer overflow: 2147483647 + 1 cannot be represented in type 'int'


        


More information about the llvm-commits mailing list