llvm-project/lldb/test/python_api/default-constructor
Greg Clayton 4570d3eba0 Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case.
This has led to many test suite failures because of copy and paste where new test cases were based off of other test cases and the "mydir" variable wasn't updated.

Now you can call your superclasses "compute_mydir()" function with "__file__" as the sole argument and the relative path will be computed for you. 

llvm-svn: 196985
2013-12-10 23:19:29 +00:00
..
TestDefaultConstructorForAPIObjects.py 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
sb_address.py Added to the public API to allow symbolication: 2011-09-24 00:52:29 +00:00
sb_block.py Add fuzz calls for SBBlock. 2011-06-24 00:21:36 +00:00
sb_breakpoint.py Changed fuzz tests to not print their values (we only need to test if access to them does not crash). 2013-09-25 20:48:03 +00:00
sb_breakpointlocation.py Add fuzz call for SBBreakpointLocation.GetAddress(). 2011-10-07 23:54:04 +00:00
sb_broadcaster.py Add fuzz calls for SBStringList and add obj.Clear() calls for some files. 2011-06-28 23:29:14 +00:00
sb_communication.py Add a fuzz call for SBCommunication: obj.connect(None). 2011-12-19 21:47:43 +00:00
sb_compileunit.py Changed fuzz tests to not print their values (we only need to test if access to them does not crash). 2013-09-25 20:48:03 +00:00
sb_debugger.py Changed fuzz tests to not print their values (we only need to test if access to them does not crash). 2013-09-25 20:48:03 +00:00
sb_error.py Tes passing None to SetErrorString() and SetErrorStringWithFormat(). 2011-12-19 22:56:47 +00:00
sb_event.py The Python API does not need SBEvent::BroadcasterMatchesPtr() when SBEvent::BroadcasterMatchesRef() suffices. 2011-07-07 23:45:49 +00:00
sb_filespec.py Add fuzz calls for SBFileSpec. 2011-06-27 22:55:51 +00:00
sb_frame.py SBValue::Watch() and SBValue::WatchPointee() are now the official API for creating 2011-10-14 00:42:25 +00:00
sb_function.py Add fuzz calls for SBFrame and SBFunction. 2011-06-27 23:53:55 +00:00
sb_inputreader.py Added a typemap and wrappers for SBInputReader callbacks 2012-08-22 13:25:10 +00:00
sb_instruction.py Add fuzz calls for SBLineEntry. 2011-06-28 20:46:03 +00:00
sb_instructionlist.py Changed fuzz tests to not print their values (we only need to test if access to them does not crash). 2013-09-25 20:48:03 +00:00
sb_lineentry.py Add fuzz calls for SBLineEntry. 2011-06-28 20:46:03 +00:00
sb_listener.py Add fuzz calls for SBListener. 2011-06-28 20:57:22 +00:00
sb_module.py Changed fuzz tests to not print their values (we only need to test if access to them does not crash). 2013-09-25 20:48:03 +00:00
sb_process.py Changed fuzz tests to not print their values (we only need to test if access to them does not crash). 2013-09-25 20:48:03 +00:00
sb_section.py Changed fuzz tests to not print their values (we only need to test if access to them does not crash). 2013-09-25 20:48:03 +00:00
sb_stringlist.py Changed fuzz tests to not print their values (we only need to test if access to them does not crash). 2013-09-25 20:48:03 +00:00
sb_symbol.py Add fuzz calls for SBSymbol and SBSymbolContext. 2011-06-28 23:38:38 +00:00
sb_symbolcontext.py Add fuzz calls for SBSymbol and SBSymbolContext. 2011-06-28 23:38:38 +00:00
sb_target.py Changed fuzz tests to not print their values (we only need to test if access to them does not crash). 2013-09-25 20:48:03 +00:00
sb_thread.py Changed fuzz tests to not print their values (we only need to test if access to them does not crash). 2013-09-25 20:48:03 +00:00
sb_type.py Changed fuzz tests to not print their values (we only need to test if access to them does not crash). 2013-09-25 20:48:03 +00:00
sb_value.py Changed fuzz tests to not print their values (we only need to test if access to them does not crash). 2013-09-25 20:48:03 +00:00
sb_valuelist.py Changed fuzz tests to not print their values (we only need to test if access to them does not crash). 2013-09-25 20:48:03 +00:00
sb_watchpoint.py rdar://problem/11584012 2012-06-04 23:19:54 +00:00