Skip to content

Commit 132d711

Browse files
author
serge-sans-paille
committed
[lldb/test] Disable TestStringLiteralExpr.test on Windows
This test, introduced by b042d15, 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.
1 parent 5c45ae4 commit 132d711

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/Shell/Expr/TestStringLiteralExpr.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# UNSUPPORTED: system-windows
12
# RUN: echo "int main() { return 0; }" | %clang_host -x c -o %t -
23
# RUN: %lldb -s %s %t | FileCheck %s
34

0 commit comments

Comments
 (0)