Skip to content

Commit 3172970

Browse files
authored
[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
1 parent 2aea02d commit 3172970

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// This test currently fails to compile on green.lab.llvm.org (arm)
2-
// XFAIL: system-darwin && target=arm{{.*}}
3-
41
RUN: %cpp_compiler -fsanitize=undefined -fno-sanitize-recover=all %S/SignedIntOverflowTest.cpp -o %t-SignedIntOverflowTest-Ubsan
52
RUN: not %run %t-SignedIntOverflowTest-Ubsan 2>&1 | FileCheck %s
63
CHECK: runtime error: signed integer overflow: 2147483647 + 1 cannot be represented in type 'int'

0 commit comments

Comments
 (0)