[compiler-rt] [Fuzzer][Test-Only] Re-enable fuzzer-ubsan.test on Darwin (PR #165403)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 28 07:27:19 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Dan Blackwell (DanBlackwell)
<details>
<summary>Changes</summary>
This test is now XPASSing due to a linker update on the platform.
This patch removes the XFAIL from the test.
rdar://163149345
---
Full diff: https://github.com/llvm/llvm-project/pull/165403.diff
1 Files Affected:
- (modified) compiler-rt/test/fuzzer/fuzzer-ubsan.test (-3)
``````````diff
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'
``````````
</details>
https://github.com/llvm/llvm-project/pull/165403
More information about the llvm-commits
mailing list