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

Ilia Kuklin via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 3 05:59:38 PDT 2026


https://github.com/kuilpd created https://github.com/llvm/llvm-project/pull/190341

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

>From 5856df5824d98ecb0b44da24bfb71226adac677c Mon Sep 17 00:00:00 2001
From: Ilia Kuklin <ikuklin at accesssoftek.com>
Date: Fri, 3 Apr 2026 17:56:13 +0500
Subject: [PATCH] [lldb] Make command-dil-diagnostics.test UNSUPPORTED on
 Windows

---
 lldb/test/Shell/Commands/command-dil-diagnostics.test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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