llvm-project/lldb/test/python_api
Vince Harron 4a8abd3f94 Fix TestProcessIO.py when run against a remote target
Fixed test case to copy redirected stdout/stderr files from remote
target to host

llgs wasn't bothering to put the pty master file handle in the right
place if stdout/stderr were redirected to a file. It is still needed
for stdin.

Corrected some log message text

llvm-svn: 229141
2015-02-13 19:15:24 +00:00
..
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 Fix TestProcessIO.py when run against a remote target 2015-02-13 19:15:24 +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 Check-in generated test makefiles 2015-02-05 17:03:22 +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 TestTargetAPI.py when run against remote host. 2015-02-04 19:25:21 +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