Skip to content

Commit

Permalink
[lldb] Disable verbose_trap.test on Windows (llvm#99323)
Browse files Browse the repository at this point in the history
verbose_trap.test, added in llvm#80368, fails on some Windows bots.
See https://lab.llvm.org/buildbot/#/builders/141/builds/808.
  • Loading branch information
luporl authored and sgundapa committed Jul 23, 2024
1 parent 6834f9f commit 929337a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lldb/test/Shell/Recognizer/verbose_trap.test
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# UNSUPPORTED: system-windows
#
# RUN: %clang_host -g -O0 %S/Inputs/verbose_trap.cpp -o %t.out -DVERBOSE_TRAP_TEST_CATEGORY=\"Foo\" -DVERBOSE_TRAP_TEST_MESSAGE=\"Bar\"
# RUN: %lldb -b -s %s %t.out | FileCheck %s --check-prefixes=CHECK,CHECK-BOTH
#
Expand Down

0 comments on commit 929337a

Please sign in to comment.