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.
Paths
| Differential D135826
[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 TimelineThis revision is now accepted and ready to land.Oct 14 2022, 1:37 AM Closed by commit rG021a3d5a3f73: [lldb] Start from end of previous substr when checking ordered substrs (authored by aeubanks). · Explain WhyOct 14 2022, 11:17 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 467851 lldb/packages/Python/lldbsuite/test/concurrent_base.py
lldb/packages/Python/lldbsuite/test/lldbtest.py
lldb/test/API/functionalities/data-formatter/data-formatter-cpp/TestDataFormatterCpp.py
|