From d8d2e3358cf573f1ebcc3e0b24a3757c4a86a1ba Mon Sep 17 00:00:00 2001 From: Ilia Kuklin Date: Fri, 3 Apr 2026 18:27:57 +0500 Subject: [PATCH] [lldb] Make command-dil-diagnostics.test UNSUPPORTED on Windows (#190341) The test from #187680 passes on some Windows buildbots, but fails on others. --- 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 ee056e6bb3f5..e9f017982e43 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