Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move top level test dirs platform and inferior-crashing to reside under ↵ | Johnny Chen | 2011-06-27 | 5 | -117/+0 |
| | | | | | | functionalities and order to reside under macosx. llvm-svn: 133919 | ||||
* | Fix wrong test logic -- should pass "-s address" option to "image dump symtab" | Johnny Chen | 2010-12-17 | 1 | -1/+2 |
| | | | | | | in order to sort the output by address. llvm-svn: 122071 | ||||
* | Test order file with both dsym and dwarf combination. | Johnny Chen | 2010-09-14 | 1 | -2/+11 |
| | | | | llvm-svn: 113884 | ||||
* | Need to call self.buildDefault() before running the test logic. | Johnny Chen | 2010-09-14 | 1 | -0/+2 |
| | | | | llvm-svn: 113881 | ||||
* | Updated the expected matching strings. | Johnny Chen | 2010-09-13 | 1 | -2/+2 |
| | | | | llvm-svn: 113756 | ||||
* | Changed the test case class names to be noun-like instead of verb-like. | Johnny Chen | 2010-09-01 | 1 | -1/+1 |
| | | | | llvm-svn: 112732 | ||||
* | Makefile refactoring for the test suite. Added a make directory under test, | Johnny Chen | 2010-08-23 | 1 | -124/+4 |
| | | | | | | | | | which hosts the Makefile.rules and modified most of the Makefiles under each test case directories to utilize Mekefile.rules. Added a description of 'make' directory into README-TestSuite file. llvm-svn: 111868 | ||||
* | Print the verbose output of runCmd()/expect() to stderr instead of stdout. | Johnny Chen | 2010-08-20 | 1 | -9/+4 |
| | | | | | | And converted the rest of the test cases to runCmd()/expect(). llvm-svn: 111677 | ||||
* | Added more informational assert message strings. | Johnny Chen | 2010-08-19 | 1 | -1/+1 |
| | | | | llvm-svn: 111536 | ||||
* | Factored the "continue" command execution of the inferior process as part of the | Johnny Chen | 2010-08-16 | 1 | -0/+1 |
| | | | | | | | | | cleanup before finish into the test fixture in lldbtest.TestBase.tearDown(). Derivatives of TestBase is responsible for setting self.runStarted to True if an inferior process has been started. llvm-svn: 111188 | ||||
* | Modified the remaining test cases to display more meaningful assert messages. | Johnny Chen | 2010-08-09 | 1 | -5/+6 |
| | | | | | | Added a generic message generator to the lldbtest.py base module. llvm-svn: 110625 | ||||
* | o Added unittest2 which has added the new features in unittest for Python 2.7 | Johnny Chen | 2010-08-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | backported to Python 2.3+. Some of the features desired include better verbose reporting in unittest2.TextTestRunner and decorator support for skipping tests and expected failures. http://pypi.python.org/pypi/unittest2 o Modified the existing .py tests to use unittest2 and decorated TestSTL.test_step_into_stl(), which is known to always fail currently, with @unittest2.expectedFailure. llvm-svn: 110397 | ||||
* | When running a single test case, lldb.SBDebugger.Terminate() is not being called | Johnny Chen | 2010-08-05 | 1 | -1/+2 |
| | | | | | | | because unittest.main() calls sys.exit() before returning. Fixed by registering an exit handler for this situation. llvm-svn: 110379 | ||||
* | Renaming from TestOrder.py to TestOrderFile.py. | Johnny Chen | 2010-07-27 | 1 | -2/+2 |
| | | | | llvm-svn: 109540 | ||||
* | Fixed typos from cut-and-paste errors. | Johnny Chen | 2010-07-27 | 1 | -1/+1 |
| | | | | llvm-svn: 109539 | ||||
* | Test that debug symbols have the correct order as specified by the order file. | Johnny Chen | 2010-07-08 | 1 | -0/+39 |
| | | | | llvm-svn: 107844 | ||||
* | Fixed typos in the comments. | Johnny Chen | 2010-07-07 | 1 | -4/+4 |
| | | | | llvm-svn: 107829 | ||||
* | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 4 | -0/+188 |
llvm-svn: 105619 |