teak-llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-mi
Jason Molenda 8652b249e6 Initial patchset to get the testsuite running against armv7 and arm64 iOS devices.
Normal customer devices won't be able to run these tests, we're hoping to get
a public facing bot set up at some point.  Both devices pass the testsuite without
any errors or failures.

I have seen some instability with the armv7 test runs, I may submit additional patches
to address this.  arm64 looks good.

I'll be watching the bots for the rest of today; if any problems are introduced by
this patch I'll revert it - if anyone sees a problem with their bot that I don't
see, please do the same.  I know it's a rather large patch.

One change I had to make specifically for iOS devices was that debugserver can't 
create files.  There were several tests that launch the inferior process redirecting
its output to a file, then they retrieve the file.  They were not trying to test
file redirection in these tests, so I rewrote those to write their output to a file
directly.

llvm-svn: 314132
2017-09-25 18:19:39 +00:00
..
breakpoint BreakpointResolverFileLine: Restrict move-to-nearest-code from moving across function boundaries 2017-03-15 09:53:10 +00:00
control Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00
data Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00
interpreter Disable the lldb-mi tests on remote platforms. 2017-03-04 01:48:43 +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 Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +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 Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00
symbol Disable the lldb-mi tests on remote platforms. 2017-03-04 01:48:43 +00:00
syntax Disable the lldb-mi tests on remote platforms. 2017-03-04 01:48:43 +00:00
target Disable the lldb-mi tests on remote platforms. 2017-03-04 01:48:43 +00:00
threadinfo Disable the lldb-mi tests on remote platforms. 2017-03-04 01:48:43 +00:00
variable Skip test_lldbmi_var_update on Darwin. 2017-07-24 20:11:20 +00:00
lldbmi_testcase.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
main.cpp [lldb-mi] Fix implementation for a few mi commands 2017-01-05 13:23:47 +00:00
Makefile
TestMiEnvironmentCd.py Disable the lldb-mi tests on remote platforms. 2017-03-04 01:48:43 +00:00
TestMiExit.py Disable the lldb-mi tests on remote platforms. 2017-03-04 01:48:43 +00:00
TestMiFile.py Disable the lldb-mi tests on remote platforms. 2017-03-04 01:48:43 +00:00
TestMiGdbSetShow.py Disable the lldb-mi tests on remote platforms. 2017-03-04 01:48:43 +00:00
TestMiLibraryLoaded.py Disable the lldb-mi tests on remote platforms. 2017-03-04 01:48:43 +00:00
TestMiPrompt.py Disable the lldb-mi tests on remote platforms. 2017-03-04 01:48:43 +00:00