[lldb] Skip invalid-condition.test on Windows

This test is making the Windows bot unhappy. Unfortunately the output
doesn't tell me much about what exactly is wrong.
This commit is contained in:
Jonas Devlieghere 2022-03-17 08:22:55 -07:00
parent 2edac9d962
commit 7ed1abd4a6
No known key found for this signature in database
GPG Key ID: 49CC0BD90FDEED4D
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# UNSUPPORTED: system-windows
# RUN: %clang_host %p/Inputs/dummy-target.c -o %t.out
# RUN: %lldb -b -o "br s -n main -c 'bogus'" -o "run" %t.out 2>&1 | FileCheck %s