summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Collapse)AuthorAgeFilesLines
* Reversion of the changes to targetParams which ...David MacIver2008-11-104-54/+6
| | | | | | | | | Reversion of the changes to targetParams which I made to fix #1260 as they caused problems (specifically #1480). This code is wrong but it's the old wrong behaviour, which is less broken than the new wrong behaviour.
* Paul's fix for bug #889.David MacIver2008-11-082-0/+10
|
* Fixed optimiser bugs, now all tests pass when u...Iulian Dragos2008-11-064-0/+36
| | | | | | Fixed optimiser bugs, now all tests pass when using the optimised compiler.
* Fixed the test that broke because of the Geoffrey Washburn2008-11-041-1/+1
| | | | | | | | change in the error message. Adjusted the error message slightly because saying that a "def needs to be stable" does not make much sense because you can't make defs stable.
* fixed "script" tests on Windows (Cygwin+DOS)michelou2008-11-016-1/+59
|
* Added jar for ScalaCheck tests.Philipp Haller2008-11-011-0/+1
|
* Test from some of Ismael's tickets. David MacIver2008-10-313-0/+35
|
* Moved jvm5/t1464 and pos5/ilya2 from pending.Philipp Haller2008-10-316-0/+28
|
* .dll generated with Visual C++ 9.0 Express Edit...michelou2008-10-311-0/+0
| | | | | .dll generated with Visual C++ 9.0 Express Edition.
* Applied Paul's patch for #1467.Iulian Dragos2008-10-311-0/+18
|
* Martin's tests for mixed Scala/Java.David MacIver2008-10-3029-12/+80
| | | | | | | A couple things are in pending because of partest weirdness. As far as I can tell they work but partest is doing the wrong thing with them. I'll open a ticket.
* Test cases for some of Martin's fixes.David MacIver2008-10-304-0/+30
|
* Apparently this test *hasn't* been fixed.David MacIver2008-10-302-19/+0
|
* Added a test for #1107.David MacIver2008-10-292-0/+19
|
* Fix for ticket #1087.David MacIver2008-10-291-0/+3
|
* Another test case emerging from paul playing wi...David MacIver2008-10-291-0/+4
| | | | | | Another test case emerging from paul playing with the compiler's constant propagation.
* Test case extracted from Paul's broken patch fo...David MacIver2008-10-291-0/+8
| | | | | | | Test case extracted from Paul's broken patch for #1458 Essentially one needs to make sure Base { val changesBaseClasses = true } doesn't infer the refinement type Base { val changesBaseClasses : Boolean(true) = true }
* Moved test requiring 1.5 javac/jvm to pos5.Philipp Haller2008-10-285-0/+0
|
* Added firstKey and lastKey to IntMap.David MacIver2008-10-272-0/+8
|
* Test to check a few combinations of pattern mat...David MacIver2008-10-272-0/+37
| | | | | Test to check a few combinations of pattern matching features.
* Minimized the test - one case, a default and 64...David MacIver2008-10-261-8/+1
| | | | | Minimized the test - one case, a default and 64 entries.
* Test case for large case statements (similar to...David MacIver2008-10-261-0/+13
| | | | | | Test case for large case statements (similar to those found in e.g. Scanners.scala).
* Cleaning up a lot of dead code from regular exp...David MacIver2008-10-264-0/+15
| | | | | | Cleaning up a lot of dead code from regular expression patterns. Added a couple tests to verify correctness of cleanup.
* Fix to #1450. Moved test from pending.David MacIver2008-10-262-0/+4
|
* Fix for ticket 1260.David MacIver2008-10-261-0/+17
|
* Renamed the tests for ticket #1423 so they have...David MacIver2008-10-252-0/+0
| | | | | | | Renamed the tests for ticket #1423 so they have the right name. Similarly, the last commit was to fix #1423, not #1424.
* Added some more tests to check edge cases of ma...David MacIver2008-10-254-0/+17
| | | | | | Added some more tests to check edge cases of matching on numeric literals.
* Fixed 1424.David MacIver2008-10-252-0/+9
|
* Correct handling of unreachable code testing wh...David MacIver2008-10-252-0/+12
| | | | | | Correct handling of unreachable code testing when matching on primitives.
* added testMartin Odersky2008-10-221-0/+18
|
* fixed #1214Lukas Rytz2008-10-221-0/+3
|
* fixed #637 #1070Lukas Rytz2008-10-221-0/+10
|
* Added stringOf to ScalaRunTime.Geoffrey Washburn2008-10-185-22/+32
| | | | | | | | | 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.
* Reverting fix/test for #1404.Geoffrey Washburn2008-10-182-5/+10
| | | | | Added test for array pretty-printing.
* Tightened volatile checking.Martin Odersky2008-10-152-0/+31
|
* Moved test for #1409 from pending to pos.Philipp Haller2008-10-133-0/+11
|
* Moved failing test t0699 to pending.Philipp Haller2008-10-132-9/+0
|
* Added test for #453Geoffrey Washburn2008-10-091-0/+6
|
* Fix for #547 and #1404.Geoffrey Washburn2008-10-082-0/+15
|
* Moved successful tests from pending.Geoffrey Washburn2008-10-0813-0/+61
|
* Moved brittle timeout test to pending.Geoffrey Washburn2008-10-012-34/+0
|
* Test for #1391.Geoffrey Washburn2008-10-011-0/+43
|
* Added test for #1390.Philipp Haller2008-09-292-0/+34
|
* Fixed java version for enums.jarIulian Dragos2008-09-171-1/+1
|
* Removes varargs version of immutable.Queue.enqu...Lex Spoon2008-09-161-4/+4
| | | | | | | Removes varargs version of immutable.Queue.enqueue . Review by: odersky
* Fixed jar classfile versionIulian Dragos2008-09-131-1/+1
|
* Fixed #1329.Iulian Dragos2008-09-124-0/+16
|
* Added sample/starter ScalaCheck testGeoffrey Washburn2008-09-101-0/+10
|
* Created a test for #1280.Geoffrey Washburn2008-09-091-0/+1
|
* New test concerning volatile intersections.Geoffrey Washburn2008-09-092-0/+25
|