llvm-project/lldb/test/python_api
Ilia K 841e30ae71 Fix RegisterCommandsTestCase and HelloWorldTestCase tests which hang on OS X after TestBase.tearDown()
llvm-svn: 233279
2015-03-26 15:43:46 +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 Make TestSBFrameFindValue compatible with remote targets 2015-03-13 14:54:42 +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 RegisterCommandsTestCase and HelloWorldTestCase tests which hang on OS X after TestBase.tearDown() 2015-03-26 15:43:46 +00:00
interpreter Fixes a number of issue related to test portability on Windows. 2014-07-18 01:02:02 +00:00
lldbutil Don't clobber CFLAGS_EXTRAS in tests. 2015-03-24 12:41:20 +00:00
module_section Don't clobber CFLAGS_EXTRAS in tests. 2015-03-24 12:41:20 +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 ProcessIO test failures 2015-03-12 10:12:41 +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 Don't clobber CFLAGS_EXTRAS in tests. 2015-03-24 12:41: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 XFAIL tests that are known to fail occasionally on Linux 2015-03-05 21:35:28 +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 Avoid a failing test case by fixing things so the compiler generates a line table entry for line the very start of the printf() before any values have been loaded into registers. 2015-03-12 17:42:15 +00:00
value_var_update Don't clobber CFLAGS_EXTRAS in tests. 2015-03-24 12:41:20 +00:00
watchpoint xfail tests that failed with clang-3.7, gcc4.8.2 and on i386 to get buildbot green 2015-03-25 00:39:25 +00:00
.categories Initial commit of a new testsuite feature: test categories. 2012-09-21 19:10:53 +00:00