| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Move stl dir to now reside under lang/cpp.
llvm-svn: 133884
|
|
|
|
|
|
|
|
| |
inlined from the STL header file.
rdar://problem/8983790
llvm-svn: 131433
|
|
|
|
| |
llvm-svn: 129827
|
|
|
|
|
|
|
|
|
| |
output.
Modify test cases in test suite to either expect brief output or to pass -f for full
output as appropriate.
llvm-svn: 124905
|
|
|
|
|
|
| |
accommodate.
llvm-svn: 116705
|
|
|
|
| |
llvm-svn: 116490
|
|
|
|
|
|
| |
function to get the line number to break on during setUp().
llvm-svn: 116363
|
|
|
|
|
|
| |
debug info which results in the breakpoint locations of 3, instead of 1 (as in gcc).
llvm-svn: 116361
|
|
|
|
|
|
| |
function to get the line number to break on during setUp().
llvm-svn: 116358
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update the expected match string.
o lldbtest.py:
Indicate when a command fails, even if there is nothing in the error stream.
o TestHelp.py:
Add a regression test case for 'help image dump symtab'.
o CommandObjectHelp.cpp:
Some of the logic branches with successful help command results were not tagged
with a Success Status. They are fixed now. This is important for Python
interaction.
llvm-svn: 116062
|
|
|
|
|
|
|
|
| |
TestDisassembly.
Add a utility function to lldbtest.py to get the native pointer size of the host os.
llvm-svn: 115652
|
|
|
|
| |
llvm-svn: 115636
|
|
|
|
| |
llvm-svn: 115574
|
|
|
|
|
|
|
|
| |
the stdc++ library module. Right now, it doesn't do any disassembly at all. It
merely locates the stdc++ library. Also tests the SBProcess object description
and verifies it is in a 'Stopped' state.
llvm-svn: 115536
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
was used to set the selected thread if none was selected. Use a more robust
API to accomplish the task.
Also fixed an error found, while investigating, in CommandObjectThreadSelect::
Execute() where the return status was not properly set if successful.
As a result, both the stl step-in test cases with expectedFailure decorators now
passed.
llvm-svn: 113825
|
|
|
|
| |
llvm-svn: 113241
|
|
|
|
| |
llvm-svn: 112732
|
|
|
|
|
|
|
|
| |
breakpoint by FileSpec and line number and exercises some FileSpec APIs.
Also, RUN_STOPPED is a bad assert name, RUN_SUCCEEDED is better.
llvm-svn: 112327
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
And converted the rest of the test cases to runCmd()/expect().
llvm-svn: 111677
|
|
|
|
| |
llvm-svn: 111536
|
|
|
|
| |
llvm-svn: 111429
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Added a generic message generator to the lldbtest.py base module.
llvm-svn: 110625
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
because unittest.main() calls sys.exit() before returning. Fixed by registering
an exit handler for this situation.
llvm-svn: 110379
|
|
|
|
| |
llvm-svn: 109803
|
|
|
|
| |
llvm-svn: 109712
|
|
|
|
| |
llvm-svn: 109678
|
|
|
|
|
|
| |
This test case currently always fails.
llvm-svn: 109674
|
|
llvm-svn: 105619
|