| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 118591
|
|
|
|
|
|
|
|
| |
alias of 'expression')
to 'expression' to avoid cases where 'expr' has been unaliased.
llvm-svn: 116780
|
|
|
|
|
|
| |
involving persistent variables.
llvm-svn: 115819
|
|
|
|
| |
llvm-svn: 115000
|
|
|
|
|
|
| |
@expectedFailure as of r114384.
llvm-svn: 114466
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This will remove the confusion experienced when previous test runs left some
files (both intermediate or by-product as a result of the test).
lldbtest.TestBase defines a classmethod tearDownClass(cls) which invokes the
platform-specific cleanup() function as defined by the plugin; after that, it
invokes a subclass-specific function classCleanup(cls) if defined; and, finally,
it restores the old working directory.
An example of classCleanup(cls) is in settings/TestSettings.py:
@classmethod
def classCleanup(cls):
system(["/bin/sh", "-c", "rm output.txt"])
where it deletes the by-product "output.txt" as a result of running a.out.
llvm-svn: 114058
|
|
|
|
| |
llvm-svn: 112732
|
|
|
|
| |
llvm-svn: 112328
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
And converted the rest of the test cases to runCmd()/expect().
llvm-svn: 111677
|
|
|
|
| |
llvm-svn: 111536
|
|
|
|
|
|
|
|
|
| |
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
|
|
"expr" command.
llvm-svn: 111035
|