[lldb/test] Disable TestStringLiteralExpr.test on Windows

This test, introduced by b042d15d2e, fails on
https://lab.llvm.org/buildbot/#/builders/83/builds/20933/steps/7/logs/stdio

but succeeds on other targets, see for instance
https://lab.llvm.org/buildbot/#/builders/68/builds/35462/steps/6/logs/stdio

This test is not be arch specific, just disabling it on Windows.
This commit is contained in:
serge-sans-paille 2022-07-08 12:13:28 +02:00
parent 5c45ae4108
commit 132d711554
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# UNSUPPORTED: system-windows
# RUN: echo "int main() { return 0; }" | %clang_host -x c -o %t -
# RUN: %lldb -s %s %t | FileCheck %s