Greg Clayton
4570d3eba0
Massive test suite cleanup to stop everyone from manually having to compute "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
2013-12-10 23:19:29 +00:00
Jim Ingham
63dfc725a7
Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly
...
on the output of "break set". Please don't do this sort of thing!!!!!
llvm-svn: 164433
2012-09-22 00:05:11 +00:00
Sean Callanan
69b5341c6a
Made the expression parser use the StackFrame's
...
variable search API rather than rolling its own,
fixing one of our testcases.
llvm-svn: 137004
2011-08-06 00:28:14 +00:00
Johnny Chen
1b93d0233f
Minor modification to get the full path to the target program.
...
llvm-svn: 136815
2011-08-03 21:18:23 +00:00
Johnny Chen
16fc2cc9fa
Remove copy-and-paste residues.
...
llvm-svn: 136812
2011-08-03 20:58:02 +00:00
Johnny Chen
c99dd97fc5
Fix typos.
...
llvm-svn: 136809
2011-08-03 20:40:35 +00:00
Johnny Chen
a8d4df429a
Add license header comment.
...
llvm-svn: 136808
2011-08-03 20:39:26 +00:00
Johnny Chen
5ad1245b0e
Add expectedFailure decorator.
...
rdar://problem/9890530
llvm-svn: 136798
2011-08-03 18:35:48 +00:00
Johnny Chen
cf901ed229
Add a test file to go with r136745. It fails, though, for:
...
expr ptr[i]->point.x
Radar to be filed.
llvm-svn: 136760
2011-08-03 01:34:29 +00:00