[Lldb-commits] [lldb] d8d2e33 - [lldb] Make command-dil-diagnostics.test UNSUPPORTED on Windows (#190341)

via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 3 06:28:03 PDT 2026


Author: Ilia Kuklin
Date: 2026-04-03T18:27:57+05:00
New Revision: d8d2e3358cf573f1ebcc3e0b24a3757c4a86a1ba

URL: https://github.com/llvm/llvm-project/commit/d8d2e3358cf573f1ebcc3e0b24a3757c4a86a1ba
DIFF: https://github.com/llvm/llvm-project/commit/d8d2e3358cf573f1ebcc3e0b24a3757c4a86a1ba.diff

LOG: [lldb] Make command-dil-diagnostics.test UNSUPPORTED on Windows (#190341)

The test from #187680 passes on some Windows buildbots, but fails on
others.

Added: 
    

Modified: 
    lldb/test/Shell/Commands/command-dil-diagnostics.test

Removed: 
    


################################################################################
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


        


More information about the lldb-commits mailing list