[lldb-dev] libc++ pretty printer test dependencies

2021-10-17 Thread David Blaikie via lldb-dev
So I'm trying to run a clean "ninja check-lldb" and I'm running into some difficulties with the libc++ pretty printer tests. 1) They're "unsupported" if my host compiler is gcc: $ ninja check-lldb-api-functionalities-data-formatter-data-formatter-stl-libcxx [2/3] Running lit suite .../src/lldb/t

[lldb-dev] Some API test failures are really opaque/could be improved

2021-10-17 Thread David Blaikie via lldb-dev
Wondering if anyone else has encountered/dealt with debugging lldb test failures like the one shown at the end of this email ("AssertionError: 10 != 5" in "test.assertEqual(process.GetState(), lldb.eStateStopped)" while checking that a breakpoint was reached) Is there anything that could be done t