hanchenye-llvm-project/lldb/test/python_api
Zachary Turner 82da55fe57 Disable GetSTDOUT, GetSTDERR, and PutSTDIN on Windows.
These methods are difficult / impossible to implement in a way
that is semantically equivalent to the expectations set by LLDB
for using them.  In the future, we should find an alternative
strategy (for example, i/o redirection) for achieving similar
functionality, and hopefully deprecate these APIs someday.

llvm-svn: 222775
2014-11-25 19:03:08 +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 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
event Mark 9 lldb unit tests for ubuntu as XFAIL. 2014-11-22 05:55:00 +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 GetSTDOUT, GetSTDERR, and PutSTDIN on Windows. 2014-11-25 19:03:08 +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 Fixes a number of issue related to test portability on Windows. 2014-07-18 01:02:02 +00:00
sbtype_typeclass Added the ability to add attributes to inline 2014-10-28 20:23:20 +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 Fixed SBTarget::ReadMemory() to work correctly and the TestTargetAPI.py test case that was reading target memory in TargetAPITestCase.test_read_memory_with_dsym and TargetAPITestCase.test_read_memory_with_dwarf. 2014-11-04 00:56:30 +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