| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Massive test suite cleanup to stop everyone from manually having to compute ↵ | Greg Clayton | 2013-12-10 | 1 | -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 | ||||
| * | Adding a test case for the changes made to ValueObjects to use iteration ↵ | Enrico Granata | 2013-04-19 | 1 | -0/+74 |
| instead of recursion for navigating to their root - beware: a regression here will most probably cause a crash instead of a failure llvm-svn: 179863 | |||||

