summaryrefslogtreecommitdiff
path: root/test/files/run/bug4285.check
Commit message (Collapse)AuthorAgeFilesLines
* Enhancing the repl-testing code by turning it i...Paul Phillips2011-04-051-3/+8
| | | | | | | | | | Enhancing the repl-testing code by turning it into a transcript producing machine. "Here's some code." "Here's a transcript!" "Good day to you, sir!" "No, good day to YOU!" These changes are awesome. Look at the checkfile diffs for god's sake, they'll make you weep with joy. No review.
* Break 9 tests, fix 9 tests, realize you broke t...Paul Phillips2011-02-281-3/+6
| | | | | | | Break 9 tests, fix 9 tests, realize you broke the test you checked in between +9 and -9. Fix that and generalize the repl tests a little. I think we're all the way there. No review.
* Altered a check for impl classes to look at the...Paul Phillips2011-02-281-0/+9
Altered a check for impl classes to look at the name instead of the flags, since the flags are wrong. Obviously we should fix the flags or otherwise better address. Note that the test is well intentioned but doesn't actually fail with older versions; the crash is not easy to reproduce even when I simulate the whole repl. Review by dragos.