Skip to content

Commit 8560d55

Browse files
author
Mariusz Borsa
committed
[Sanitizers][Test] XFAIL fuzzer-ubsan on darwin arm
This test currently fails to compile on darwin arm host (green.lab.llvm.org) rdar://158303001
1 parent ff85dbd commit 8560d55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

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

0 commit comments

Comments
 (0)