Files
clang-p2996/lldb/test/Shell/Breakpoint/invalid-condition.test
Jonas Devlieghere 7ed1abd4a6 [lldb] Skip invalid-condition.test on Windows
This test is making the Windows bot unhappy. Unfortunately the output
doesn't tell me much about what exactly is wrong.
2022-03-17 08:34:12 -07:00

7 lines
306 B
Plaintext

# UNSUPPORTED: system-windows
# RUN: %clang_host %p/Inputs/dummy-target.c -o %t.out
# RUN: %lldb -b -o "br s -n main -c 'bogus'" -o "run" %t.out 2>&1 | FileCheck %s
# CHECK: error: stopped due to an error evaluating condition of breakpoint 1.1: "bogus"
# CHECK-NEXT: Couldn't parse conditional expression