- Jul 03, 2010
-
-
Johnny Chen authored
module lldbtest.py and refactored the existing test cases to derive from the abstract base class lldbtest.TestBase. MOdified the test driver (dotest.py and dotest.pl) to set up additional PYTHONPATH component for locating the lldbtest module, which sits in the same directory. llvm-svn: 107563
-
Johnny Chen authored
llvm-svn: 107545
-
Johnny Chen authored
llvm-svn: 107525
-
Johnny Chen authored
global scopes. llvm-svn: 107522
-
- Jul 02, 2010
-
-
Johnny Chen authored
done if the environment variable LLDB_LOG is defined. llvm-svn: 107508
-
Johnny Chen authored
Use this script to visit each python test case under the specified directory and run python unittest.main() on each test case. llvm-svn: 107447
-
Johnny Chen authored
is defined. Use ${LLDB_LOG} to specify the log file. Create a singleton SBDebugger in the lldb namespace, that gets used when running the entire test suite. llvm-svn: 107445
-
- Jul 01, 2010
-
-
Johnny Chen authored
Left some and added some print statements for debugging purpose. llvm-svn: 107386
-
Johnny Chen authored
this seems to alleviate the intermittent failure observed while running the whole test suite. llvm-svn: 107357
-
Johnny Chen authored
llvm-svn: 107333
-
Johnny Chen authored
do 'variable list this' command when stopped. Applied some cleanup on TestArrayTypes.py. In particular, specify the absolute path to the object file in order not to confuse the debugger. llvm-svn: 107330
-
- Jun 30, 2010
-
-
Johnny Chen authored
llvm-svn: 107318
-
Johnny Chen authored
llvm-svn: 107221
-
Johnny Chen authored
Also modified dotest.py so that it sets the LLDB_TEST environment variable so that individual test cases can locate their supporting files correctly. llvm-svn: 107220
-
- Jun 29, 2010
-
-
Johnny Chen authored
lldb.SBDebugger.Initialize()/Terminate() pair. Change TestHelp.py to use synchronous debugging, which is easier to work with. llvm-svn: 107198
-
- Jun 28, 2010
-
-
Johnny Chen authored
shell and issuing 'help' would hang (was actually infinitely looping). llvm-svn: 107066
-
- Jun 26, 2010
-
-
Johnny Chen authored
llvm-svn: 106929
-
Johnny Chen authored
llvm-svn: 106913
-
Johnny Chen authored
llvm-svn: 106910
-
Johnny Chen authored
llvm-svn: 106909
-
- Jun 25, 2010
-
-
Johnny Chen authored
Tests for lldb are written as python scripts which take advantage of the script bridging provided by LLDB.framework to interact with lldb core. A specific naming pattern is followed by the .py script to be recognized as a module which implements a test scenario, namely, Test*.py. To specify the directories where "Test*.py" python test scripts are located, you need to pass in a list of directory names. By default, the current working directory is searched if nothing is specified on the command line. An example: [14:10:20] johnny:/Volumes/data/lldb/svn/trunk/test $ ./dotest.py -v example test_choice (TestSequenceFunctions.TestSequenceFunctions) ... ok test_sample (TestSequenceFunctions.TestSequenceFunctions) ... ok test_shuffle (TestSequenceFunctions.TestSequenceFunctions) ... ok ---------------------------------------------------------------------- Ran 3 tests in 0.000s OK llvm-svn: 106890
-
- Jun 22, 2010
-
-
Johnny Chen authored
llvm-svn: 106510
-
Johnny Chen authored
llvm-svn: 106509
-
- Jun 08, 2010
-
-
Chris Lattner authored
llvm-svn: 105619
-