Skip to content

Commit ec9d62f

Browse files
authored
[lldb] Disable verbose_trap.test on Windows (#99323)
verbose_trap.test, added in #80368, fails on some Windows bots. See https://lab.llvm.org/buildbot/#/builders/141/builds/808.
1 parent 554febd commit ec9d62f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/Shell/Recognizer/verbose_trap.test

+2
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/verbose_trap.cpp -o %t.out -DVERBOSE_TRAP_TEST_CATEGORY=\"Foo\" -DVERBOSE_TRAP_TEST_MESSAGE=\"Bar\"
24
# RUN: %lldb -b -s %s %t.out | FileCheck %s --check-prefixes=CHECK,CHECK-BOTH
35
#

0 commit comments

Comments
 (0)