..
breakpoint
If a breakpoint gets deleted, any SBBreakpoints representing that
2014-07-02 18:44:43 +00:00
class_members
Limit test to Darwin
2014-10-02 20:18:21 +00:00
debugger
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
default-constructor
I removed SetCallback from the Python API's since it wasn't actually useful, and added SetScriptCallbackFunction,
2014-04-03 00:50:56 +00:00
disassemble-raw-data
Fix the test to disassemble as if at address zero, not at an invalid address. The default SBAddress constructor sets the offset to 0xffffffffffffffff and the section to NULL.
2015-01-27 00:22:36 +00:00
event
[TestEvents] Replace expectedFailureLinux with skipIfLinux
2014-12-19 22:41:43 +00:00
exprpath_synthetic
Skip TestExprPathSynthetic test on FreeBSD, Linux & Windows.
2014-12-10 01:48:17 +00:00
findvalue_duplist
<rdar://problem/15960553>
2014-02-18 23:48:11 +00:00
formatters
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
frame
Correctly set the working directory when launching processes for both local and remote targets.
2013-12-13 19:18:59 +00:00
function_symbol
Correctly set the working directory when launching processes for both local and remote targets.
2013-12-13 19:18:59 +00:00
hello_world
Fix HelloWorld attach test for Linux kernels with ptrace ancestor lockdown.
2014-10-26 21:37:46 +00:00
interpreter
Fixes a number of issue related to test portability on Windows.
2014-07-18 01:02:02 +00:00
lldbutil
Get test executables compiling on Windows.
2014-08-13 17:44:53 +00:00
module_section
Get test executables compiling on Windows.
2014-08-13 17:44:53 +00:00
objc_type
Correctly set the working directory when launching processes for both local and remote targets.
2013-12-13 19:18:59 +00:00
process
Disable the remaining ProcessIO test on Windows.
2014-12-10 23:25:28 +00:00
rdar-12481949
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
sbdata
Now that AddressOf() does sane things with const results, this check is wrong. Since this is actually quite orthogonal to what this test is all about, actually get rid of the assertions
2014-12-15 23:36:23 +00:00
sbtype_typeclass
Added the ability to add attributes to inline
2014-10-28 20:23:20 +00:00
sbvalue_const_addrof
Add a test case to validate that AddressOf() and GetLoadAddress() work on a ValueObjectConstResult. This test passing is the baseline of functionality we want to ensure for our const results
2014-12-12 21:23:55 +00:00
sbvalue_persist
Add the ability for an SBValue to create a persisted version of itself.
2014-12-08 23:13:56 +00:00
section
Fixed a test suite error on MacOSX where people were using ".data" as the data section name for all file formats. Instead fix the test by finding the section by section type so the test is agnostic to the file format (and passes on MacOSX).
2014-11-03 23:02:08 +00:00
signals
Get test executables compiling on Windows.
2014-08-13 17:44:53 +00:00
symbol-context
Correctly set the working directory when launching processes for both local and remote targets.
2013-12-13 19:18:59 +00:00
target
Fix a number of tests on Windows.
2015-01-14 21:42:53 +00:00
thread
Add decorator for FreeBSD test failure - malloc() breakpoint issue
2014-08-01 17:04:31 +00:00
type
Add support for inspecting enum members.
2014-06-02 20:55:29 +00:00
value
Add decorator for intermittently failing test on FreeBSD
2014-11-17 15:27:09 +00:00
value_var_update
Mark 9 lldb unit tests for ubuntu as XFAIL.
2014-11-22 05:55:00 +00:00
watchpoint
Get test executables compiling on Windows.
2014-08-13 17:44:53 +00:00
.categories
Initial commit of a new testsuite feature: test categories.
2012-09-21 19:10:53 +00:00