summaryrefslogtreecommitdiff
path: root/test/files/run/deeps.check
Commit message (Collapse)AuthorAgeFilesLines
* Recovered a bunch of deleted tests.Paul Phillips2012-10-011-0/+87
| | | | | | | | | | | Are we in the habit of simply deleting tests when they become inconvenient? A comment referenced test "0851" as the example of why the code was needed; the test was deleted years ago for no reason I can see except that it was not passing at the time. Words fail me. Public Service Announcement: tests which are failing are the MOST USEFUL tests. DON'T DELETE THEM!
* Removed remaining invalid tests.Philipp Haller2009-11-081-83/+0
|
* Moved disabled tests back into their original p...Antonio Cunei2009-11-061-0/+83
| | | | | | Moved disabled tests back into their original place. Expect 7 tests to fail.
* massive new collections checkin.Martin Odersky2009-05-081-83/+0
|
* Added stringOf to ScalaRunTime.Geoffrey Washburn2008-10-181-14/+14
| | | | | | | | | Fixed deepToString to put spaces after commas (like regular Array toString, and List, etc.). Fixed all the test cases depending on this. Fixed the interpreter to keep my mind from wandering.
* Fixing the build (toString() issues in the comp...Sean McDirmid2007-03-301-9/+9
| | | | | | Fixing the build (toString() issues in the compiler) and the test suite (toString() issues, spacing issues, and some stringPrefix issues)
* added test cases in deeps.scalamichelou2007-03-221-0/+8
|
* added Array.deepEquals, improved external links...michelou2007-03-201-0/+75
added Array.deepEquals, improved external links to sources in API doc