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 740758a commit 21bf2faCopy full SHA for 21bf2fa
lldb/test/Shell/Recognizer/ubsan_add_overflow.test
@@ -1,3 +1,5 @@
1
+# UNSUPPORTED: system-windows
2
+
3
# RUN: %clang_host -g -O0 %S/Inputs/ubsan_add_overflow.c -o %t.out \
4
# RUN: -fsanitize=signed-integer-overflow -fsanitize-trap=signed-integer-overflow
5
@@ -17,4 +19,4 @@ frame info
17
19
frame recognizer info 0
18
20
# CHECK: frame 0 is recognized by Verbose Trap StackFrame Recognizer
21
-quit
22
+quit
0 commit comments