[Lldb-commits] [lldb] 132d711 - [lldb/test] Disable TestStringLiteralExpr.test on Windows
via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 8 03:17:54 PDT 2022
Author: serge-sans-paille
Date: 2022-07-08T12:17:31+02:00
New Revision: 132d711554cbb3db0b0efd1e88d2acb9278b6be9
URL: https://github.com/llvm/llvm-project/commit/132d711554cbb3db0b0efd1e88d2acb9278b6be9
DIFF: https://github.com/llvm/llvm-project/commit/132d711554cbb3db0b0efd1e88d2acb9278b6be9.diff
LOG: [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.
Added:
Modified:
lldb/test/Shell/Expr/TestStringLiteralExpr.test
Removed:
################################################################################
diff --git a/lldb/test/Shell/Expr/TestStringLiteralExpr.test b/lldb/test/Shell/Expr/TestStringLiteralExpr.test
index 89570599f8f4f..a33acb9ab0a66 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
More information about the lldb-commits
mailing list