We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6a5abf + 3172970 commit 1c0edeeCopy full SHA for 1c0edee
compiler-rt/test/fuzzer/fuzzer-ubsan.test
@@ -1,6 +1,3 @@
1
-// This test currently fails to compile on green.lab.llvm.org (arm)
2
-// XFAIL: system-darwin && target=arm{{.*}}
3
-
4
RUN: %cpp_compiler -fsanitize=undefined -fno-sanitize-recover=all %S/SignedIntOverflowTest.cpp -o %t-SignedIntOverflowTest-Ubsan
5
RUN: not %run %t-SignedIntOverflowTest-Ubsan 2>&1 | FileCheck %s
6
CHECK: runtime error: signed integer overflow: 2147483647 + 1 cannot be represented in type 'int'
0 commit comments