hanchenye-llvm-project/lldb/test/functionalities
Chaoren Lin 307d3ae4b4 Update TestChangeProcessGroup to remove obsolete workaround.
Expression evaluation in syscalls should work now.

Reviewers: labath

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D12976

llvm-svn: 248301
2015-09-22 17:37:34 +00:00
..
abbreviation Update expectedFailureFreeBSD to expectedFlakeyFreeBSD for intermittent tests 2015-09-09 13:15:14 +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 XFAIL miscellaneous tests on windows. 2015-09-11 20:01:24 +00:00
avoids-fd-leak Fix up bad compiler spec on ConstVariableTestCase; fixup two more OS X unexpected successes. 2015-09-14 18:34:36 +00:00
backticks
breakpoint Remove expectedFailureFreeBSD from passing test 2015-09-16 13:59:16 +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
completion Fix TestCompletion.py failure on Darwin after r246639 2015-09-03 18:29:27 +00:00
conditional_break XFAIL miscellaneous tests on windows. 2015-09-11 20:01:24 +00:00
connect_remote XFAIL TestConnectRemote.py on FreeBSD 2015-09-21 13:44:57 +00:00
data-formatter Make libc++ tests skip themselves if libc++ is not actually loaded in the target 2015-09-18 20:12:52 +00:00
dead-strip XFAIL miscellaneous tests on windows. 2015-09-11 20:01:24 +00:00
disassembly XFAIL TestDisassembleBreakpoint. 2015-09-11 20:00:09 +00:00
dynamic_value_child_count XFAIL more bugs that depend on dynamic value resolution. 2015-09-02 22:40:59 +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 Removed XFAIL marker from passing tests, rdars 18684124, 15367233 2015-09-14 14:48:53 +00:00
inferior-changed Reversed r238363, because the message is inconsistent 2015-07-01 23:56:30 +00:00
inferior-crashing Remove expectedFailureFreeBSD from passing tests 2015-09-22 13:31:16 +00:00
inline-stepping XFAIL miscellaneous tests on windows. 2015-09-11 20:01:24 +00:00
jitloader_gdb Add a repro case for bug llvm.org/pr24702 2015-09-04 10:21:15 +00:00
launch_with_shellexpand XFAIL miscellaneous tests on windows. 2015-09-11 20:01:24 +00:00
load_unload Last set of XFAILs for Windows. 2015-09-16 18:08:33 +00:00
longjmp XFAIL miscellaneous tests on windows. 2015-09-11 20:01:24 +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 Remove expectedFailureFreeBSD from passing test_process_list 2015-09-14 14:27:05 +00:00
plugins XFAIL miscellaneous tests on windows. 2015-09-11 20:01:24 +00:00
postmortem/minidump Get the process ID from a minidump. 2015-09-17 20:52:29 +00:00
process_attach Fix a bunch of portability issues in test executables. 2015-08-25 22:25:21 +00:00
process_group Update TestChangeProcessGroup to remove obsolete workaround. 2015-09-22 17:37:34 +00:00
process_launch Another round of macosx unexpected success corrections. 2015-09-14 19:25:22 +00:00
recursion Reversed r238363, because the message is inconsistent 2015-07-01 23:56:30 +00:00
register Reverting r247000 since it's causing TestRegisters.test_fp_special_purpose_register_read to fail on OSX. 2015-09-08 22:41:13 +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 XFAIL miscellaneous tests on windows. 2015-09-11 20:01:24 +00:00
set-data Reversed r238363, because the message is inconsistent 2015-07-01 23:56:30 +00:00
signal Another round of macosx unexpected success corrections. 2015-09-14 19:25:22 +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 Enable StopHookForMultipleThreadsTestCase::test_stop_hook_multiple_threads_with_dwarf on FreeBSD 2015-09-14 14:41:58 +00:00
target_command Reversed r238363, because the message is inconsistent 2015-07-01 23:56:30 +00:00
thread Last set of XFAILs for Windows. 2015-09-16 18:08:33 +00:00
tty Use skipIf instead of skipUnless in TestTerminal for better readability. 2015-06-06 14:51:34 +00:00
type_completion Add a --language (-l) option to type category {enable|disable} to allow people to turn on and off formatters for a given language 2015-09-04 22:07:48 +00:00
unwind Fix a bunch of portability issues in test executables. 2015-08-25 22:25:21 +00:00
value_md5_crash [Windows] XFAIL test that depend on dynamic value types. 2015-09-02 16:47:13 +00:00
watchpoint Remove expectedFailureFreeBSD from passing watchpoint tests 2015-09-16 14:05:20 +00:00