summaryrefslogtreecommitdiffstats
path: root/lldb/test/order
Commit message (Collapse)AuthorAgeFilesLines
* Move top level test dirs platform and inferior-crashing to reside under ↵Johnny Chen2011-06-275-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 Chen2010-12-171-1/+2
| | | | | | in order to sort the output by address. llvm-svn: 122071
* Test order file with both dsym and dwarf combination.Johnny Chen2010-09-141-2/+11
| | | | llvm-svn: 113884
* Need to call self.buildDefault() before running the test logic.Johnny Chen2010-09-141-0/+2
| | | | llvm-svn: 113881
* Updated the expected matching strings.Johnny Chen2010-09-131-2/+2
| | | | llvm-svn: 113756
* Changed the test case class names to be noun-like instead of verb-like.Johnny Chen2010-09-011-1/+1
| | | | llvm-svn: 112732
* Makefile refactoring for the test suite. Added a make directory under test,Johnny Chen2010-08-231-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 Chen2010-08-201-9/+4
| | | | | | And converted the rest of the test cases to runCmd()/expect(). llvm-svn: 111677
* Added more informational assert message strings.Johnny Chen2010-08-191-1/+1
| | | | llvm-svn: 111536
* Factored the "continue" command execution of the inferior process as part of theJohnny Chen2010-08-161-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 Chen2010-08-091-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.7Johnny Chen2010-08-051-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 calledJohnny Chen2010-08-051-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 Chen2010-07-271-2/+2
| | | | llvm-svn: 109540
* Fixed typos from cut-and-paste errors.Johnny Chen2010-07-271-1/+1
| | | | llvm-svn: 109539
* Test that debug symbols have the correct order as specified by the order file.Johnny Chen2010-07-081-0/+39
| | | | llvm-svn: 107844
* Fixed typos in the comments.Johnny Chen2010-07-071-4/+4
| | | | llvm-svn: 107829
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-084-0/+188
llvm-svn: 105619
OpenPOWER on IntegriCloud