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.
1 parent 2aea02d commit 3172970Copy full SHA for 3172970
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