Skip to content

Commit 5c8a68e

Browse files
omjavaidDanielCChen
authored andcommitted
Revert "[lldb] Fix command-expr-diagnostics.test for Windows (llvm#112109)"
This reverts commit eca3206. This broke LLDB Linux bot for no apparent reason. I ll post a more suitable fix later. Disabled command-expr-diagnostics.test on windows for now.
1 parent ae41540 commit 5c8a68e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lldb/test/Shell/Commands/command-expr-diagnostics.test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# XFAIL: system-windows
12
# RUN: echo quit | %lldb -o "expression a+b" \
23
# RUN: | FileCheck %s --strict-whitespace --check-prefix=CHECK1
34
# (lldb) expression a+b
@@ -17,7 +18,7 @@
1718
# CHECK3: {{^ error: use of undeclared identifier 'a'}}
1819

1920
# RUN: echo "int main(){return 0;}">%t.c
20-
# RUN: %clang_host %t.c -gdwarf -o %t.exe
21+
# RUN: %clang_host %t.c -o %t.exe
2122
# RUN: echo quit | %lldb %t.exe -o "b main" -o r -o \
2223
# RUN: "expr --top-level -- template<typename T> T FOO(T x) { return x/2;}" -o \
2324
# RUN: "expression -- FOO(\"\")" 2>&1 | FileCheck %s --check-prefix=CHECK4

0 commit comments

Comments
 (0)