Skip to content

Commit 21bf2fa

Browse files
committed
[lldb][test] Skip Recognizer/ubsan_add_overflow.test on Windows
Same reason we skip the other verbose_trap tests. Fails on Windows CI
1 parent 740758a commit 21bf2fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lldb/test/Shell/Recognizer/ubsan_add_overflow.test

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# UNSUPPORTED: system-windows
2+
13
# RUN: %clang_host -g -O0 %S/Inputs/ubsan_add_overflow.c -o %t.out \
24
# RUN: -fsanitize=signed-integer-overflow -fsanitize-trap=signed-integer-overflow
35

@@ -17,4 +19,4 @@ frame info
1719
frame recognizer info 0
1820
# CHECK: frame 0 is recognized by Verbose Trap StackFrame Recognizer
1921

20-
quit
22+
quit

0 commit comments

Comments
 (0)