- Aug 25, 2010
-
-
Johnny Chen authored
mechanism seems to work fine on my MacBook Pro in some limited test cases. The default maxLaunchCount and timeWait variables used in the scheme can be overridden by the env variables LLDB_MAX_LAUNCH_COUNT and LLDB_TIME_WAIT. llvm-svn: 112071
-
Johnny Chen authored
llvm-svn: 112000
-
Johnny Chen authored
correctly after all. It was my own configuration error (I was building x86_64 only). llvm-svn: 111992
-
Johnny Chen authored
currently fails: rdar://problem/8349784. Forgot to check in lldbtest.py in the previous commit r111958. llvm-svn: 111975
-
- Aug 24, 2010
-
-
Johnny Chen authored
llvm-svn: 111961
-
Johnny Chen authored
llvm-svn: 111960
-
Johnny Chen authored
llvm-svn: 111958
-
Johnny Chen authored
llvm-svn: 111939
-
Johnny Chen authored
llvm-svn: 111938
-
rdar://problem/8348251Johnny Chen authored
"variable list bits" display bits variable correctly, but not "variable list". llvm-svn: 111937
-
Johnny Chen authored
llvm-svn: 111928
-
Johnny Chen authored
llvm-svn: 111920
-
Johnny Chen authored
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
-
- Aug 23, 2010
-
-
Johnny Chen authored
which, defaults to False, and if set to True, will trace lldb command execution and result. Added "-t" command option to the test driver dotest.py which sets the LLDB_COMMAND_TRACE environment variable to "YES" and as a result always turns on command tracing regardless of the 'trace' keyword argument to runCmd()/expect(). llvm-svn: 111811
-
- Aug 20, 2010
-
-
Johnny Chen authored
And converted the rest of the test cases to runCmd()/expect(). llvm-svn: 111677
-
Johnny Chen authored
llvm-svn: 111671
-
Johnny Chen authored
llvm-svn: 111666
-
Johnny Chen authored
llvm-svn: 111658
-
Johnny Chen authored
llvm-svn: 111652
-
Johnny Chen authored
llvm-svn: 111593
-
Johnny Chen authored
llvm-svn: 111587
-
Johnny Chen authored
its return status into lldbtest.TestBase.runCmd(); and runCmd() in combination with checking the output against matching substrings (including startswith) into lldbtest.TestBase.expect(). TestUnsignedTypes.py is refactored to use the abstracted APIs. Other test cases to be modified later. llvm-svn: 111572
-
- Aug 19, 2010
-
-
Johnny Chen authored
llvm-svn: 111536
-
- Aug 18, 2010
-
-
Johnny Chen authored
llvm-svn: 111429
-
Jim Ingham authored
Added call stacks with inlined functions higher on the stack, and non-inlined functions at the bottom. llvm-svn: 111379
-
Johnny Chen authored
run to stderr, instead of stdout. The same as what the unittest framework uses. llvm-svn: 111319
-
- Aug 17, 2010
-
-
Johnny Chen authored
additional env variables. llvm-svn: 111295
-
Johnny Chen authored
llvm-svn: 111294
-
Johnny Chen authored
GDB_REMOTE_LOG which specifies the log file pathname. llvm-svn: 111198
-
- Aug 16, 2010
-
-
Johnny Chen authored
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
-
- Aug 14, 2010
-
-
Johnny Chen authored
LLDB_TESTSUITE_FORCE_FINISH and, if defined, kill the test suite. llvm-svn: 111056
-
- Aug 13, 2010
-
-
Johnny Chen authored
llvm-svn: 111035
-
- Aug 12, 2010
-
-
Jim Ingham authored
llvm-svn: 110893
-
Jim Ingham authored
llvm-svn: 110892
-
- Aug 10, 2010
-
-
Johnny Chen authored
handler similar to what's happening for the individual test case run. llvm-svn: 110719
-
Johnny Chen authored
Added a generic message generator to the lldbtest.py base module. llvm-svn: 110625
-
Johnny Chen authored
the TestBase. Modified TestArrayTypes.py to use the assert messages. Other files to follow. llvm-svn: 110611
-
- Aug 09, 2010
-
-
Johnny Chen authored
llvm-svn: 110595
-
- Aug 07, 2010
-
-
Johnny Chen authored
llvm-svn: 110497
-
Johnny Chen authored
whole test suite. llvm-svn: 110487
-