[all-commits] [llvm/llvm-project] f5a71b: [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:19:36 PST 2020


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

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/lang/c/array_types/TestArrayTypes.py
    M lldb/packages/Python/lldbsuite/test/lang/c/function_types/TestFunctionTypes.py
    M lldb/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py
    M lldb/packages/Python/lldbsuite/test/lang/cpp/char1632_t/TestChar1632T.py
    M lldb/packages/Python/lldbsuite/test/lang/cpp/stl/TestStdCXXDisassembly.py
    M lldb/packages/Python/lldbsuite/test/lang/objc/radar-9691614/TestObjCMethodReturningBOOL.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