This is an archive of the discontinued LLVM Phabricator instance.

[lldb/test] Re-enable TestEvents.py on Darwin and fix crashes
ClosedPublic

Authored by mib on Feb 25 2022, 8:49 PM.

Details

Summary

This patch re-enables TestEvents.py on Darwin and fixes some crashes
that were happening due to an undefined method.

I ran it 100 times locally with the following command and it passed
every the time:

for i in {1..100}; do print $i/100; ./bin/lldb-dotest -p TestEvents.py 2>&1 | rg PASSED; if [ "$?" -eq "1" ]; then break; fi; done

Let's see if it still fails non-deterministically on the bots and
eventually also re-enable it on linux.

rdar://37037235

Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>

Diff Detail

Event Timeline

mib requested review of this revision.Feb 25 2022, 8:49 PM
mib created this revision.
This revision is now accepted and ready to land.Mar 1 2022, 11:28 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMar 4 2022, 1:35 PM