This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Start from end of previous substr when checking ordered substrs
ClosedPublic

Authored by aeubanks on Oct 12 2022, 4:08 PM.

Details

Summary

I'm trying to add a test which tests that the same substr occurs twice in a row, but it matches even if only one of the substr occurs.

This found a bug in concurrent_base.py.

Diff Detail

Event Timeline

aeubanks created this revision.Oct 12 2022, 4:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 12 2022, 4:08 PM
aeubanks requested review of this revision.Oct 12 2022, 4:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 12 2022, 4:08 PM
DavidSpickett accepted this revision.Oct 14 2022, 1:37 AM
DavidSpickett added a reviewer: DavidSpickett.
DavidSpickett added a subscriber: DavidSpickett.

This LGTM.

This revision is now accepted and ready to land.Oct 14 2022, 1:37 AM