llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-mi
Pavel Labath 410c5acf27 Fixup r331049 (FileSpec auto-normalization)
A typo in the patch (using syntax instead of m_syntax) resulted in the
normalization not working properly for windows filespecs when the syntax
was passed as host-native. This did not affect the unit tests, as all of
those pass an explicity syntax, but failed gloriously when running the
full test suite.

I also fix an expectation in an lldb-mi test, which was now failing
because it was expecting a path to be echoed verbatim, but we were now
normalizing it.

As a drive-by, this also fixes the default-in-fully-covered-switch
warning and removes an unused argument from the NeedsNormalization
function.

llvm-svn: 331172
2018-04-30 12:59:14 +00:00
..
breakpoint Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
control [test] Delete some xfailed lldb-mi tests 2018-03-14 18:37:13 +00:00
data Fix some tests for PPC64le architecture 2018-03-20 12:46:33 +00:00
interpreter [test] Delete some xfailed lldb-mi tests 2018-03-14 18:37:13 +00:00
lexical_scope Enable lldm-mi commands -stack-list-locals -stack-list-variables and -var-create to work only with variables in scope 2017-04-04 08:00:28 +00:00
signal [test] Skip pexpect-based lldb-mi tests on Darwin 2018-03-05 20:16:52 +00:00
stack Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00
startup_options Fixup r331049 (FileSpec auto-normalization) 2018-04-30 12:59:14 +00:00
symbol [test] Delete some xfailed lldb-mi tests 2018-03-14 18:37:13 +00:00
syntax [test] Skip flaky tests in TestMiSyntax on Darwin 2018-03-19 20:50:50 +00:00
target Skip more lldb-mi tests which time out on Darwin 2018-03-16 04:11:03 +00:00
threadinfo Disable the lldb-mi tests on remote platforms. 2017-03-04 01:48:43 +00:00
variable [test] Skip more lldb-mi tests which occasionally time out on Darwin 2018-03-14 22:52:32 +00:00
.categories Remove getCategories mechanism of specifying test categories 2017-11-02 22:13:09 +00:00
Makefile
TestMiEnvironmentCd.py Disable the lldb-mi tests on remote platforms. 2017-03-04 01:48:43 +00:00
TestMiFile.py Next batch of test-tree-cleaning changes 2018-03-15 13:47:09 +00:00
TestMiLibraryLoaded.py [test] Skip some lldb-mi tests which time out on Darwin 2018-03-14 20:32:10 +00:00
TestMiPrompt.py Disable the lldb-mi tests on remote platforms. 2017-03-04 01:48:43 +00:00
lldbmi_testcase.py [dotest] Clean up test folder clean-up 2018-03-16 12:04:46 +00:00
main.cpp [lldb-mi] Fix implementation for a few mi commands 2017-01-05 13:23:47 +00:00