summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/non-overlapping-index-variable-i/TestIndexVariable.py
Commit message (Collapse)AuthorAgeFilesLines
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-011-1/+1
| | | | | | with all the other assertion messages. llvm-svn: 241212
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-271-1/+1
| | | | | | | | | | | | | | | | | | | | | Summary: Before: AssertionError: False is not True : Process is launched successfully After: AssertionError: False is not True : Command 'run a.out' failed. >>> error: invalid target, create a target using the 'target create' command >>> Process could not be launched successfully Reviewers: clayborg Reviewed By: clayborg Subscribers: lldb-commits, vharron Differential Revision: http://reviews.llvm.org/D9948 llvm-svn: 238363
* Massive test suite cleanup to stop everyone from manually having to compute ↵Greg Clayton2013-12-101-1/+1
| | | | | | | | | | "mydir" inside each test case. This has led to many test suite failures because of copy and paste where new test cases were based off of other test cases and the "mydir" variable wasn't updated. Now you can call your superclasses "compute_mydir()" function with "__file__" as the sole argument and the relative path will be computed for you. llvm-svn: 196985
* Fix all the test case breakages caused by folks writing tests all over the ↵Jim Ingham2012-09-221-4/+2
| | | | | | | | place that depended explicitly on the output of "break set". Please don't do this sort of thing!!!!! llvm-svn: 164433
* Made the expression parser use the StackFrame'sSean Callanan2011-08-061-1/+0
| | | | | | | variable search API rather than rolling its own, fixing one of our testcases. llvm-svn: 137004
* Minor modification to get the full path to the target program.Johnny Chen2011-08-031-1/+2
| | | | llvm-svn: 136815
* Remove copy-and-paste residues.Johnny Chen2011-08-031-2/+0
| | | | llvm-svn: 136812
* Add expectedFailure decorator.Johnny Chen2011-08-031-0/+2
| | | | | | rdar://problem/9890530 llvm-svn: 136798
* Add a test file to go with r136745. It fails, though, for:Johnny Chen2011-08-031-0/+52
expr ptr[i]->point.x Radar to be filed. llvm-svn: 136760
OpenPOWER on IntegriCloud