Skip to content

Commit 839d0aa

Browse files
wrotkiMariusz Borsa
andauthored
[Sanitizers][Test] XFAIL fuzzer-ubsan on darwin arm (#154860)
This test currently fails to compile on darwin arm host (green.lab.llvm.org) rdar://158303001 Co-authored-by: Mariusz Borsa <[email protected]>
1 parent 1c7f140 commit 839d0aa

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)