Re: [lldb-dev] [Bug 22232] Conditional breakpoint test skipped for Windows

2019-08-20 Thread Ismail Bennani via lldb-dev
db-dev On Behalf Of Ismail Bennani > via lldb-dev > Sent: Tuesday, August 20, 2019 11:50 AM > To: lldb-dev@lists.llvm.org > Subject: [lldb-dev] [Bug 22232] Conditional breakpoint test skipped for > Windows > > Hi, > > While looking at the LLDB test suite,

[lldb-dev] [Bug 22232] Conditional breakpoint test skipped for Windows

2019-08-20 Thread Ismail Bennani via lldb-dev
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