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

The test from #187680 passes on some Windows buildbots, but fails on
others.
This commit is contained in:
Ilia Kuklin 2026-04-03 18:27:57 +05:00 committed by GitHub
parent 5674755cb6
commit d8d2e3358c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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