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

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Fri Jan 31 12:44:58 PST 2020


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

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/scripted_bkpt/TestScriptedResolver.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/compactvectors/TestCompactVectors.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-python-synth/TestDataFormatterPythonSynth.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/nssetsynth/TestNSSetSynthetic.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/poarray/TestPrintObjectArray.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/synthcapping/TestSyntheticCapping.py
    M lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py
    M lldb/packages/Python/lldbsuite/test/functionalities/mtc/simple/TestMTCSimple.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