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
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