From 132d711554cbb3db0b0efd1e88d2acb9278b6be9 Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Fri, 8 Jul 2022 12:13:28 +0200 Subject: [PATCH] [lldb/test] Disable TestStringLiteralExpr.test on Windows This test, introduced by b042d15d2e39eea528c51a30fe637b9ea84250d3, 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. --- lldb/test/Shell/Expr/TestStringLiteralExpr.test | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/Shell/Expr/TestStringLiteralExpr.test b/lldb/test/Shell/Expr/TestStringLiteralExpr.test index 89570599f8f4..a33acb9ab0a6 100644 --- a/lldb/test/Shell/Expr/TestStringLiteralExpr.test +++ b/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