Skip to content

Commit

Permalink
[lldb/test] Disable TestStringLiteralExpr.test on Windows
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
serge-sans-paille committed Jul 8, 2022
1 parent 5c45ae4 commit 132d711
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lldb/test/Shell/Expr/TestStringLiteralExpr.test
@@ -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

Expand Down

0 comments on commit 132d711

Please sign in to comment.