llvm-project/lldb/test/functionalities
Zachary Turner 072964dc0d Fix the remaining two test failures caused by re-ordering of teardown.
Previously we were using teardown hooks in these two instances to
shutdown processes.  TestBase already deletes all targets in its
own teardown, which will kill processes, so these steps weren't
necessary.

llvm-svn: 233308
2015-03-26 18:59:56 +00:00
..
abbreviation Fix the remaining two test failures caused by re-ordering of teardown. 2015-03-26 18:59:56 +00:00
alias Fix help test cases after r226068 2015-01-20 15:13:01 +00:00
archives Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. 2013-12-10 23:19:29 +00:00
asan Skip AsanTestCase and AsanTestReportDataCase on Darwin 2015-03-12 07:19:41 +00:00
attach_resume Fix this test to set a breakpoint at the correct location that will always get hit so it doesn't intermittently fail on MacOSX. 2014-11-03 23:10:56 +00:00
avoids-fd-leak Skip fdleak tests on android 2015-03-13 10:12:25 +00:00
backticks Remove annotation for llvm.org/pr19241 2014-03-26 02:45:44 +00:00
breakpoint Don't clobber CFLAGS_EXTRAS in tests. 2015-03-24 12:41:20 +00:00
command_history Fixes a number of issue related to test portability on Windows. 2014-07-18 01:02:02 +00:00
command_regex XFAIL pexpect tests on Windows. 2015-01-20 22:36:03 +00:00
command_script Add support for Python object commands to return custom short and long help by implementing 2015-03-13 22:22:28 +00:00
command_source Merging the iohandler branch back into main. 2014-01-27 23:43:24 +00:00
completion Fix CommandLineCompletionTestCase.test_watchpoint_xxx tests after r230408 2015-02-25 05:47:10 +00:00
conditional_break Merging the iohandler branch back into main. 2014-01-27 23:43:24 +00:00
connect_remote XFAIL pexpect tests on Windows. 2015-01-20 22:36:03 +00:00
data-formatter Fix StdVBoolImplementation to handle large vectors 2015-03-25 10:59:12 +00:00
dead-strip Modified some test annotations so that tests on Linux that should be skipped don't show up as XFAIL. 2014-03-04 05:28:24 +00:00
disassembly Test that software breakpoints aren't visible in disassembly 2015-03-12 20:07:13 +00:00
dynamic_value_child_count Add decorator for pr19311 on FreeBSD 2014-04-02 23:01:04 +00:00
embedded_interpreter Fix ConvenienceVariablesCase.test_with_dsym_and_run_command test after r227285 2015-02-06 18:11:56 +00:00
exec Correctly set the working directory when launching processes for both local and remote targets. 2013-12-13 19:18:59 +00:00
expr-doesnt-deadlock Get test executables compiling on Windows. 2014-08-13 17:44:53 +00:00
fat_archives Remove shell-globbing from all test makefiles. 2014-07-31 21:03:11 +00:00
format Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity class. 2015-02-04 22:00:53 +00:00
inferior-assert Change the default disassembly format again. First attempt at 2015-02-13 23:24:21 +00:00
inferior-changed Share crash information between LLGS and local POSIX debugging with 2015-02-03 01:51:25 +00:00
inferior-crashing Share crash information between LLGS and local POSIX debugging with 2015-02-03 01:51:25 +00:00
inline-stepping Put a workaround for flaky unwinder behavior on Darwin (<rdar://problem/16363195>). 2014-03-19 17:50:46 +00:00
launch_with_shellexpand Temporarily XFAIL TestLaunchWithShellExpand to get the build green 2015-02-28 01:10:57 +00:00
load_unload Fix the remaining two test failures caused by re-ordering of teardown. 2015-03-26 18:59:56 +00:00
longjmp Marked TestLongjmp.py tests XFAIL for Linux. 2014-07-07 21:07:41 +00:00
memory/read Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. 2013-12-10 23:19:29 +00:00
non-overlapping-index-variable-i Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. 2013-12-10 23:19:29 +00:00
nosucharch Ensure that if some unspecified person were to pass in an invalid architecture when trying to create a target, that it would fail, but not cause LLDB to crash. 2014-07-23 18:18:38 +00:00
object-file Fixed the failing test: 2015-01-28 22:08:17 +00:00
paths When FileSpec::Resolve is given a bare file like "ls", 2015-02-25 02:35:25 +00:00
platform Fix expectation for TestPlatformCommand.test_shell 2015-03-04 11:18:34 +00:00
plugins xfail tests that failed with clang-3.7, gcc4.8.2 and on i386 to get buildbot green 2015-03-25 00:39:25 +00:00
process_attach Destroy the attached process in tearDown() to fix ProcessAttachTestCase tests on OS X 2015-03-26 13:39:25 +00:00
process_launch [Windows] Fix getcwd() on Windows. 2015-03-02 18:33:50 +00:00
recursion Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. 2013-12-10 23:19:29 +00:00
register Fix RegisterCommandsTestCase and HelloWorldTestCase tests which hang on OS X after TestBase.tearDown() 2015-03-26 15:43:46 +00:00
rerun Add a test to make sure if you do: 2015-03-26 00:27:46 +00:00
return-value Correctly set the working directory when launching processes for both local and remote targets. 2013-12-13 19:18:59 +00:00
set-data Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. 2013-12-10 23:19:29 +00:00
signal Fix a race condition where you could set the selected thread & target in the 2015-01-19 23:51:51 +00:00
single-quote-in-filename-to-lldb XFAIL pexpect tests on Windows. 2015-01-20 22:36:03 +00:00
step-avoids-no-debug Fixup TestStepNoDebug to cleanup properly on shutdown. 2014-07-28 22:53:49 +00:00
stop-hook Fix StopHookForMultipleThreadsTestCase tests after r233098 2015-03-26 10:28:15 +00:00
target_command Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. 2013-12-10 23:19:29 +00:00
thread XFAIL tests that are known to fail occasionally on Linux 2015-03-05 21:35:28 +00:00
tty Skip LaunchInTerminalTestCase test on remote systems 2015-02-27 19:14:12 +00:00
type_completion Use -fno-limit-debug-info instead of -fstandalone-debug in tests 2015-03-15 18:05:53 +00:00
unwind xfail tests that failed with clang-3.7, gcc4.8.2 and on i386 to get buildbot green 2015-03-25 00:39:25 +00:00
value_md5_crash This patch fixes my think-o in ValueObject::UpdateValueIfNeeded() about the right thing to assert() 2015-01-08 19:11:43 +00:00
watchpoint Changed '-x'/'-xsize' to '-s'/'-size' when specifying 2015-03-26 00:42:27 +00:00