llvm-project/lldb/test/functionalities
Pavel Labath e457c8862d Enable a couple of tests in TestExitDuringStep on linux
tests have been reliably passing at least the last 100 runs of the build bot.

llvm-svn: 246647
2015-09-02 13:01:21 +00:00
..
abbreviation Eliminate redundant Alias test and improve Common Short Spellings test http://reviews.llvm.org/D9268 2015-04-24 23:18:15 +00:00
alias Eliminate redundant Alias test and improve Common Short Spellings test http://reviews.llvm.org/D9268 2015-04-24 23:18:15 +00:00
archives Change TestBSDArchives to expectedFailureWindows. 2015-08-20 22:25:45 +00:00
asan [asan] Display ASan history threads in reverse chronological order 2015-07-22 14:30:56 +00:00
attach_resume Address flakyness in TestAttachResume 2015-09-02 09:12:28 +00:00
avoids-fd-leak Correct failure decorator in test_fd_leak_multitarget 2015-06-29 15:26:45 +00:00
backticks Remove annotation for llvm.org/pr19241 2014-03-26 02:45:44 +00:00
breakpoint XFAIL Tests that require C++ exceptions on Windows. 2015-08-21 22:11:09 +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 Remove expectedFailureFreeBSD for passing pexpect tests 2015-08-31 21:37:15 +00:00
command_script Add a comment explaining the eCommandRequiresTarget test 2015-05-28 16:06:48 +00:00
command_source Merging the iohandler branch back into main. 2014-01-27 23:43:24 +00:00
completion XFAIL new tests in TestCompletion on windows due to missing pexpect 2015-09-02 12:09:31 +00:00
conditional_break Reversed r238363, because the message is inconsistent 2015-07-01 23:56:30 +00:00
connect_remote Remove expectedFailureFreeBSD for passing pexpect tests 2015-08-31 21:37:15 +00:00
data-formatter Rename all functionalities/data-formatter test case with radar bug numbers in them to more meaningful names 2015-08-25 23:55:10 +00:00
dead-strip Reversed r238363, because the message is inconsistent 2015-07-01 23:56:30 +00:00
disassembly Improve C++ function name handling and step-in avoid regerxp handling 2015-07-24 08:54:22 +00:00
dynamic_value_child_count Enabled a bunch of tests on Linux 2015-03-31 17:44:37 +00:00
embedded_interpreter Refactored lldb executable name discovery 2015-05-18 19:39:03 +00:00
exec Replace sys.platform skips in tests with @skip decorators which check against remote platform. 2015-03-30 14:12:17 +00:00
expr-doesnt-deadlock XFAIL pthreads test on Windows. 2015-08-21 22:11:50 +00:00
fat_archives Replace sys.platform skips in tests with @skip decorators which check against remote platform. 2015-03-30 14:12:17 +00:00
format Remove expectedFailureFreeBSD for passing pexpect tests 2015-08-31 21:37:15 +00:00
inferior-assert XFAIL TestInferiorAssert for Android API <= 16. 2015-08-03 23:59:41 +00:00
inferior-changed Reversed r238363, because the message is inconsistent 2015-07-01 23:56:30 +00:00
inferior-crashing Reversed r238363, because the message is inconsistent 2015-07-01 23:56:30 +00:00
inline-stepping Improve C++ function name handling and step-in avoid regerxp handling 2015-07-24 08:54:22 +00:00
launch_with_shellexpand Fix a bug where argdumper would not launch inferiors correctly in the presence of arguments of the form word1\ word2 (vs. the quoted form "word1 word2") 2015-04-17 01:50:11 +00:00
load_unload Fix a bunch of portability issues in test executables. 2015-08-25 22:25:21 +00:00
longjmp Reversed r238363, because the message is inconsistent 2015-07-01 23:56:30 +00:00
memory/read Reversed r238363, because the message is inconsistent 2015-07-01 23:56:30 +00:00
non-overlapping-index-variable-i Reversed r238363, because the message is inconsistent 2015-07-01 23:56:30 +00:00
nosucharch Replace sys.platform skips in tests with @skip decorators which check against remote platform. 2015-03-30 14:12:17 +00:00
object-file Fixed the failing test: 2015-01-28 22:08:17 +00:00
paths Fix TestPaths on Windows. 2015-08-21 22:11:40 +00:00
platform XFAIL TestPlatformCommand test failing on the FreeBSD buildbot 2015-06-03 21:21:00 +00:00
plugins Skip TestPluginCommands.py if host lldb library is incompatible with remote. 2015-05-15 12:39:33 +00:00
process_attach Fix a bunch of portability issues in test executables. 2015-08-25 22:25:21 +00:00
process_group Fix TestAttachDenied and TestChangeProcessGroup for remote Windows to Android. 2015-06-06 00:25:50 +00:00
process_launch Remove old local-only linux debugging code 2015-06-24 14:43:20 +00:00
recursion Reversed r238363, because the message is inconsistent 2015-07-01 23:56:30 +00:00
register Fix a bunch of portability issues in test executables. 2015-08-25 22:25:21 +00:00
rerun Replace sys.platform skips in tests with @skip decorators which check against remote platform. 2015-03-30 14:12:17 +00:00
return-value Remove XFAIL from ReturnValueTestCase after rL242972 2015-07-23 09:49:59 +00:00
set-data Reversed r238363, because the message is inconsistent 2015-07-01 23:56:30 +00:00
signal Fix a bunch of portability issues in test executables. 2015-08-25 22:25:21 +00:00
single-quote-in-filename-to-lldb Remove expectedFailureFreeBSD for passing pexpect tests 2015-08-31 21:37:15 +00:00
step-avoids-no-debug un-skipped a bunch of tests on Linux 2015-05-04 03:06:04 +00:00
stop-hook Xfail pexpect tests for Windows hosts. 2015-07-16 22:24:16 +00:00
target_command Reversed r238363, because the message is inconsistent 2015-07-01 23:56:30 +00:00
thread Enable a couple of tests in TestExitDuringStep on linux 2015-09-02 13:01:21 +00:00
tty Use skipIf instead of skipUnless in TestTerminal for better readability. 2015-06-06 14:51:34 +00:00
type_completion Reversed r238363, because the message is inconsistent 2015-07-01 23:56:30 +00:00
unwind Fix a bunch of portability issues in test executables. 2015-08-25 22:25:21 +00:00
value_md5_crash Reversed r238363, because the message is inconsistent 2015-07-01 23:56:30 +00:00
watchpoint Remove Unicode byte-order mark from python files. 2015-08-13 22:05:54 +00:00