[all-commits] [llvm/llvm-project] 021a3d: [lldb] Start from end of previous substr when chec...
aeubanks via All-commits
all-commits at lists.llvm.org
Fri Oct 14 11:17:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 021a3d5a3f73c59d7e43857c0230e07fa602d948
https://github.com/llvm/llvm-project/commit/021a3d5a3f73c59d7e43857c0230e07fa602d948
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2022-10-14 (Fri, 14 Oct 2022)
Changed paths:
M lldb/packages/Python/lldbsuite/test/concurrent_base.py
M lldb/packages/Python/lldbsuite/test/lldbtest.py
M lldb/test/API/functionalities/data-formatter/data-formatter-cpp/TestDataFormatterCpp.py
Log Message:
-----------
[lldb] Start from end of previous substr when checking ordered substrs
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.
Reviewed By: DavidSpickett
Differential Revision: https://reviews.llvm.org/D135826
More information about the All-commits
mailing list