aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/test/fuzzer/fuzzer-ubsan.test
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/fuzzer/fuzzer-ubsan.test')
-rw-r--r--compiler-rt/test/fuzzer/fuzzer-ubsan.test3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler-rt/test/fuzzer/fuzzer-ubsan.test b/compiler-rt/test/fuzzer/fuzzer-ubsan.test
index d22339d..6bc2c38 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'