Author: Michael Buch Date: 2025-07-31T08:58:03+01:00 New Revision: 21bf2fa77fbf19d0a02ced63e4caa37a8c65fb07
URL: https://github.com/llvm/llvm-project/commit/21bf2fa77fbf19d0a02ced63e4caa37a8c65fb07 DIFF: https://github.com/llvm/llvm-project/commit/21bf2fa77fbf19d0a02ced63e4caa37a8c65fb07.diff LOG: [lldb][test] Skip Recognizer/ubsan_add_overflow.test on Windows Same reason we skip the other verbose_trap tests. Fails on Windows CI Added: Modified: lldb/test/Shell/Recognizer/ubsan_add_overflow.test Removed: ################################################################################ diff --git a/lldb/test/Shell/Recognizer/ubsan_add_overflow.test b/lldb/test/Shell/Recognizer/ubsan_add_overflow.test index 9dac039b27111..a5e95cf5a898f 100644 --- a/lldb/test/Shell/Recognizer/ubsan_add_overflow.test +++ b/lldb/test/Shell/Recognizer/ubsan_add_overflow.test @@ -1,3 +1,5 @@ +# UNSUPPORTED: system-windows + # RUN: %clang_host -g -O0 %S/Inputs/ubsan_add_overflow.c -o %t.out \ # RUN: -fsanitize=signed-integer-overflow -fsanitize-trap=signed-integer-overflow @@ -17,4 +19,4 @@ frame info frame recognizer info 0 # CHECK: frame 0 is recognized by Verbose Trap StackFrame Recognizer -quit \ No newline at end of file +quit _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits