[Lldb-commits] [lldb] [lldb] Make command-dil-diagnostics.test UNSUPPORTED on Windows (PR #190341)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 3 06:00:05 PDT 2026
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: Ilia Kuklin (kuilpd)
<details>
<summary>Changes</summary>
The test from #<!-- -->187680 passes on some Windows buildbots, but fails on others.
---
Full diff: https://github.com/llvm/llvm-project/pull/190341.diff
1 Files Affected:
- (modified) lldb/test/Shell/Commands/command-dil-diagnostics.test (+1-1)
``````````diff
diff --git a/lldb/test/Shell/Commands/command-dil-diagnostics.test b/lldb/test/Shell/Commands/command-dil-diagnostics.test
index ee056e6bb3f51..e9f017982e43f 100644
--- a/lldb/test/Shell/Commands/command-dil-diagnostics.test
+++ b/lldb/test/Shell/Commands/command-dil-diagnostics.test
@@ -1,5 +1,5 @@
## Check DIL error diagnostics output.
-# XFAIL: target-windows
+# UNSUPPORTED: target-windows
# RUN: %clang_host -g -O0 %S/Inputs/main.c -o %t
# RUN: %lldb %t -o "command source -e 0 %s" -o exit 2>&1 | FileCheck %s --strict-whitespace
settings set target.experimental.use-DIL true
``````````
</details>
https://github.com/llvm/llvm-project/pull/190341
More information about the lldb-commits
mailing list