Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
77db4a855239049488e09f28c6665fdb3b51ef90
/
lldb
/
test
/
expression_command
/
persistent_variables
/
TestPersistentVariables.py
77db4a8
Update every test to import `lldb_shared`.
by Zachary Turner
· 10 years ago
c8fd130
Merge dwarf and dsym tests
by Tamas Berghammer
· 10 years ago
05834cd
Reversed r238363, because the message is inconsistent
by Sean Callanan
· 10 years ago
3154aa2
[TestBase.runCmd] Better error message when runCmd fails.
by Siva Chandra
· 10 years ago
4570d3e
Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case.
by Greg Clayton
· 12 years ago
415422c
Fixes for the IR interpreter:
by Sean Callanan
· 12 years ago
0b342b6
Fixed signed operations in the IR interpreter.
by Sean Callanan
· 12 years ago
fbf5c68
Fixed a bug where persistent variables did not
by Sean Callanan
· 12 years ago
6b4896f
Change the golden output so that merely evaluating an existing persistent variable
by Johnny Chen
· 15 years ago
27eb0bf
Move the persistent_variables directory under expression_command directory.
by Johnny Chen
· 15 years ago
[Renamed (93%) from lldb/test/persistent_variables/TestPersistentVariables.py]
a8807f9
Modify the command passed to command interpreter from 'expr' (which is an alias of 'expression')
by Johnny Chen
· 15 years ago
77d8fa36
Modification of the expected start strings for simple 'expr' output involving persistent variables.
by Johnny Chen
· 15 years ago
bc84b99
Removed the @expectedFailure decorator from test_persistent_variables().
by Johnny Chen
· 15 years ago
2989bfa
Decorated PersistentVariablesTestCase.test_persistent_variables() with
by Johnny Chen
· 15 years ago
1a9f4dd
Provided a mechanism for the test class to cleanup after itself once it's done.
by Johnny Chen
· 15 years ago
cbb4be0
Changed the test case class names to be noun-like instead of verb-like.
by Johnny Chen
· 15 years ago
2694575
Fail early, fail fast.
by Johnny Chen
· 15 years ago
5ee8819
Added a test case test_breakpoint_creation_by_filespec_python() which creates a
by Johnny Chen
· 15 years ago
ff3d01d
Print the verbose output of runCmd()/expect() to stderr instead of stdout.
by Johnny Chen
· 15 years ago
0c19186
Added more informational assert message strings.
by Johnny Chen
· 15 years ago
6ca006c
Factored the "continue" command execution of the inferior process as part of the
by Johnny Chen
· 15 years ago
f288803
Added a test case to exercise persistent variables in combination with the "expr" command.
by Johnny Chen
· 15 years ago