[all-commits] [llvm/llvm-project] 2c19d0: [lldb/Test] Fix substrs order in self.expect for m...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Fri Jan 31 10:29:38 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2c19d05ae91e263585cd4633788d83563e67157a
      https://github.com/llvm/llvm-project/commit/2c19d05ae91e263585cd4633788d83563e67157a
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/commands/expression/issue_11588/Test11588.py
    M lldb/packages/Python/lldbsuite/test/commands/frame/recognizer/TestFrameRecognizer.py
    M lldb/packages/Python/lldbsuite/test/commands/settings/TestSettings.py
    M lldb/packages/Python/lldbsuite/test/commands/target/basic/TestTargetCommand.py
    M lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/TestHWBreakMultiThread.py

  Log Message:
  -----------
  [lldb/Test] Fix substrs order in self.expect for more tests (NFC)

Currently the substrs parameter takes a list of strings that need to be
found but the ordering isn't checked. D73766 might change that so this
changes a several tests so that the order of the strings in the substrs
list is in the order in which they appear in the output.




More information about the All-commits mailing list