llvm-project/lldb/packages/Python/lldbsuite/test/lang
Raphael Isemann 6c7efe2eec [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.
2020-01-31 17:54:18 +01:00
..
c [lldb][NFC] Rename ClangASTContext to TypeSystemClang 2020-01-23 10:09:14 +01:00
cpp [lldb] Complete return types of CXXMethodDecls to prevent crashing due to covariant return types 2020-01-29 09:08:35 +01:00
mixed [lldb][NFC] Remove 'from __future__ import print_function' from all tests that don't actually call 'print()' 2019-12-13 12:23:04 +01:00
objc [lldb][NFC] Fix expect calls with wrong order of 'substrs' items for D73766 2020-01-31 17:54:18 +01:00
objcxx [lldb][NFC] Remove all `setUp` overrides that only call the parent implementation 2019-12-13 12:34:49 +01:00