llvm-project/lldb/test/functionalities/inferior-crashing
Todd Fiala e373b68977 Fixed up intermittently failing tests to skip on Linux.
Also added 'import sys' on some tests that are using non-standard
unittest2.skipUnless blocks with code that is intended to do things
that we have more specializes @* attributes for.  These skip
conditions were failing to execute due to missing import, causing
darwin-only tests to run on Linux regardless.  Will file a bug for
that separately.

llvm-svn: 204747
2014-03-25 18:55:48 +00:00
..
recursive-inferior Fixed up intermittently failing tests to skip on Linux. 2014-03-25 18:55:48 +00:00
Makefile
TestInferiorCrashing.py Correctly set the working directory when launching processes for both local and remote targets. 2013-12-13 19:18:59 +00:00
main.c Added an integration test to step through a crash and then test for globals, locals, arguments, registers and the back-trace. 2013-05-10 14:37:49 +00:00