[all-commits] [llvm/llvm-project] 6c7efe: [lldb][NFC] Fix expect calls with wrong order of '...

Raphael Isemann via All-commits all-commits at lists.llvm.org
Fri Jan 31 08:55:35 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6c7efe2eecf1495d2416ebc485025859d9dee74a
      https://github.com/llvm/llvm-project/commit/6c7efe2eecf1495d2416ebc485025859d9dee74a
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/commands/command/script/TestCommandScript.py
    M lldb/packages/Python/lldbsuite/test/commands/help/TestHelp.py
    M lldb/packages/Python/lldbsuite/test/commands/platform/process/TestProcessList.py
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/command/TestWatchpointCommandPython.py
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/condition/TestWatchpointConditionCmd.py
    M lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/nsstring/TestDataFormatterNSString.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/set/TestDataFormatterLibcxxSet.py
    M lldb/packages/Python/lldbsuite/test/functionalities/multiword-commands/TestMultiWordCommands.py
    M lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestConstStrings.py
    M lldb/packages/Python/lldbsuite/test/types/AbstractBase.py
    M lldb/packages/Python/lldbsuite/test/types/TestCharType.py
    M lldb/packages/Python/lldbsuite/test/types/TestCharTypeExpr.py
    M lldb/packages/Python/lldbsuite/test/types/TestIntegerType.py
    M lldb/packages/Python/lldbsuite/test/types/TestIntegerTypeExpr.py
    M lldb/packages/Python/lldbsuite/test/types/TestShortType.py
    M lldb/packages/Python/lldbsuite/test/types/TestShortTypeExpr.py

  Log Message:
  -----------
  [lldb][NFC] Fix expect calls with wrong order of 'substrs' items for D73766

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