[lldb-dev] [Bug 22232] Conditional breakpoint test skipped for Windows
Ismail Bennani via lldb-dev
lldb-dev at lists.llvm.org
Tue Aug 20 11:50:03 PDT 2019
Hi,
While looking at the LLDB test suite, I noticed that the test for
conditional breakpoints (TestBreakpointConditions.py) is skipped on
Windows.
The test has an annotation `skipIfWindows` with a comment:
`# Requires EE to support COFF on Windows (http://llvm.org/pr22232)`
This bug was reported in 2015 and since then, I assume Windows gained support
for expression evaluation. Can someone with a windows machine run this test
without the annotation to see if this bug haven’t been fixed already.
Thanks.
Ismail
More information about the lldb-dev
mailing list