[Lldb-commits] [lldb] [lldb] Disable verbose_trap.test on Windows (PR #99323)

via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 17 06:20:46 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: Leandro Lupori (luporl)

<details>
<summary>Changes</summary>

verbose_trap.test, added in #<!-- -->80368, fails on some Windows bots.
See https://lab.llvm.org/buildbot/#/builders/141/builds/808.


---
Full diff: https://github.com/llvm/llvm-project/pull/99323.diff


1 Files Affected:

- (modified) lldb/test/Shell/Recognizer/verbose_trap.test (+2) 


``````````diff
diff --git a/lldb/test/Shell/Recognizer/verbose_trap.test b/lldb/test/Shell/Recognizer/verbose_trap.test
index 45ef84bef611f..dafab7bdea688 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
 #

``````````

</details>


https://github.com/llvm/llvm-project/pull/99323


More information about the lldb-commits mailing list