We failure was a little bit terse. Say whether we exited, hit another breakpoint/crashed, etc.
Details
Details
Diff Detail
Diff Detail
- Repository
- rLLDB LLDB
Event Timeline
lldb/packages/Python/lldbsuite/test/lldbutil.py | ||
---|---|---|
789 ↗ | (On Diff #213146) | I think the order of the placeholders is wrong either in the format string or in the arguments. This should work: test.fail("Stopped for another reason: Breakpoint: %d Signaled: %d Crashed: %d"%(len(bkpts), len(signaled), len(crashed))) |