| commit | ec9d62fe84fe314370a256306c083a9e7079b80b | [log] [tgz] |
|---|---|---|
| author | Leandro Lupori <leandro.lupori@linaro.org> | Wed Jul 17 11:45:49 2024 -0300 |
| committer | GitHub <noreply@github.com> | Wed Jul 17 11:45:49 2024 -0300 |
| tree | 5dd64c20af7636705363278c90a531a71705929b | |
| parent | 554febd3aad8d7cea7b8f8f6124d691031fb618c [diff] |
[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.
diff --git a/lldb/test/Shell/Recognizer/verbose_trap.test b/lldb/test/Shell/Recognizer/verbose_trap.test index 45ef84b..dafab7b 100644 --- a/lldb/test/Shell/Recognizer/verbose_trap.test +++ b/lldb/test/Shell/Recognizer/verbose_trap.test
@@ -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 #