..
abbreviation
Many many test failures after some recent changes. The problem is lldbtest.getPlatform() returns the "OS" of the selected platform's triple. This is "macosx" for desktop macosx and "ios" for iOS. It used to be "darwin".
2015-04-02 18:24:03 +00:00
alias
Replace sys.platform skips in tests with @skip decorators which check against remote platform.
2015-03-30 14:12:17 +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
Replace sys.platform skips in tests with @skip decorators which check against remote platform.
2015-03-30 14:12:17 +00:00
attach_resume
Enabled a bunch of tests on Linux
2015-03-31 17:44:37 +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
Make TestBreakpointConditions aarch64 compatible
2015-04-01 11:44:47 +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
Replace sys.platform skips in tests with @skip decorators which check against remote platform.
2015-03-30 14:12:17 +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
Replace sys.platform skips in tests with @skip decorators which check against remote platform.
2015-03-30 14:12:17 +00:00
connect_remote
XFAIL pexpect tests on Windows.
2015-01-20 22:36:03 +00:00
data-formatter
Add missing makefile got test case
2015-04-01 10:48:10 +00:00
dead-strip
Replace sys.platform skips in tests with @skip decorators which check against remote platform.
2015-03-30 14:12:17 +00:00
disassembly
Replace sys.platform skips in tests with @skip decorators which check against remote platform.
2015-03-30 14:12:17 +00:00
dynamic_value_child_count
Enabled a bunch of tests on Linux
2015-03-31 17:44:37 +00:00
embedded_interpreter
Replace sys.platform skips in tests with @skip decorators which check against remote platform.
2015-03-30 14:12:17 +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
Enabled a bunch of tests on Linux
2015-03-31 17:44:37 +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
Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity class.
2015-02-04 22:00:53 +00:00
inferior-assert
Fix test expectation for aarch64 in several test case
2015-04-02 11:07:55 +00:00
inferior-changed
Many many test failures after some recent changes. The problem is lldbtest.getPlatform() returns the "OS" of the selected platform's triple. This is "macosx" for desktop macosx and "ios" for iOS. It used to be "darwin".
2015-04-02 18:24:03 +00:00
inferior-crashing
TestRecursiveInferior fixed on Linux
2015-04-03 01:00:06 +00:00
inline-stepping
Many many test failures after some recent changes. The problem is lldbtest.getPlatform() returns the "OS" of the selected platform's triple. This is "macosx" for desktop macosx and "ios" for iOS. It used to be "darwin".
2015-04-02 18:24:03 +00:00
launch_with_shellexpand
Replace sys.platform skips in tests with @skip decorators which check against remote platform.
2015-03-30 14:12:17 +00:00
load_unload
Fix a few more test suite errors where a cleanup lambda was calling self.runCmd() which requires the command returns successfully. Using self.dbg.HandleCommand() doesn't require success.
2015-04-02 18:42:12 +00:00
longjmp
Marked TestLongjmp.py tests XFAIL for Linux.
2014-07-07 21:07:41 +00:00
memory /read
Replace sys.platform skips in tests with @skip decorators which check against remote platform.
2015-03-30 14:12:17 +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
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
Replace sys.platform skips in tests with @skip decorators which check against remote platform.
2015-03-30 14:12:17 +00:00
platform
Fix expectation for TestPlatformCommand.test_shell
2015-03-04 11:18:34 +00:00
plugins
Replace sys.platform skips in tests with @skip decorators which check against remote platform.
2015-03-30 14:12:17 +00:00
process_attach
Replace sys.platform skips in tests with @skip decorators which check against remote platform.
2015-03-30 14:12:17 +00:00
process_launch
Replace sys.platform skips in tests with @skip decorators which check against remote platform.
2015-03-30 14:12:17 +00:00
recursion
Replace sys.platform skips in tests with @skip decorators which check against remote platform.
2015-03-30 14:12:17 +00:00
register
Many many test failures after some recent changes. The problem is lldbtest.getPlatform() returns the "OS" of the selected platform's triple. This is "macosx" for desktop macosx and "ios" for iOS. It used to be "darwin".
2015-04-02 18:24:03 +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
Replace sys.platform skips in tests with @skip decorators which check against remote platform.
2015-03-30 14:12:17 +00:00
set-data
Replace sys.platform skips in tests with @skip decorators which check against remote platform.
2015-03-30 14:12:17 +00:00
signal
Fix TestSendSignal.py for remote.
2015-03-31 04:26:34 +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
Replace sys.platform skips in tests with @skip decorators which check against remote platform.
2015-03-30 14:12:17 +00:00
stop-hook
Replace sys.platform skips in tests with @skip decorators which check against remote platform.
2015-03-30 14:12:17 +00:00
target_command
Replace sys.platform skips in tests with @skip decorators which check against remote platform.
2015-03-30 14:12:17 +00:00
thread
Replace sys.platform skips in tests with @skip decorators which check against remote platform.
2015-03-30 14:12:17 +00:00
tty
Replace sys.platform skips in tests with @skip decorators which check against remote platform.
2015-03-30 14:12:17 +00:00
type_completion
Replace sys.platform skips in tests with @skip decorators which check against remote platform.
2015-03-30 14:12:17 +00:00
unwind
Replace sys.platform skips in tests with @skip decorators which check against remote platform.
2015-03-30 14:12:17 +00:00
value_md5_crash
Replace sys.platform skips in tests with @skip decorators which check against remote platform.
2015-03-30 14:12:17 +00:00
watchpoint
Enabled a bunch of tests on Linux
2015-03-31 17:44:37 +00:00