..
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
Update expectedFailureFreeBSD to expectedFlakeyFreeBSD for intermittent tests
2015-09-09 13:15:14 +00:00
avoids-fd-leak
Enable TestFdLeak on linux
2015-09-03 12:00:15 +00:00
backticks
Remove annotation for llvm.org/pr19241
2014-03-26 02:45:44 +00:00
breakpoint
Don't allow duplicate names for tests.
2015-09-09 18:25:13 +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
Fix TestCompletion.py failure on Darwin after r246639
2015-09-03 18:29:27 +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
Move the C++ data formatters to the C++ language plugin
2015-09-04 21:01:18 +00:00
dead-strip
Reversed r238363, because the message is inconsistent
2015-07-01 23:56:30 +00:00
disassembly
i386 and i686 are equivalent, update the test accordingly.
2015-09-03 16:41:31 +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
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
jitloader_gdb
Add a repro case for bug llvm.org/pr24702
2015-09-04 10:21:15 +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
Remove expectedFailureFreeBSD from passing PluginCommandTestCase::test_load_plugin
2015-09-08 13:27:27 +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
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
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
Update expectedFailureFreeBSD to expectedFlakeyFreeBSD for intermittent tests
2015-09-09 13:15:14 +00:00
target_command
Reversed r238363, because the message is inconsistent
2015-07-01 23:56:30 +00:00
thread
For now skip ThreadSpecificBreakTestCase on FreeBSD
2015-09-09 21:00:10 +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
XFAIL more watchpoint tests on Windows.
2015-09-02 22:41:15 +00:00