summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* 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/+0
|
* Moved failing test t0699 to pending.Philipp Haller2008-10-132-0/+0
|
* Added test for #453Geoffrey Washburn2008-10-091-0/+6
|
* added test case for t1409Martin Odersky2008-10-093-0/+11
|
* Fix for #547 and #1404.Geoffrey Washburn2008-10-082-0/+15
|
* Moved successful tests from pending.Geoffrey Washburn2008-10-0813-0/+0
|
* Moved brittle timeout test to pending.Geoffrey Washburn2008-10-012-0/+0
|
* Test for #1391.Geoffrey Washburn2008-10-011-0/+43
|
* Added test for #1390.Philipp Haller2008-09-292-0/+34
|
* Boot class path and ext dirs are now set proper...Philipp Haller2008-09-181-1/+1
| | | | | | | Boot class path and ext dirs are now set properly when creating compilers to be tested. partest runner script now reads PARTEST_DEBUG env. var (setting it to true enables debug output).
* Fixed java version for enums.jarIulian Dragos2008-09-171-1/+1
|
* Fixed spelling of partest scalac and java options.Philipp Haller2008-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
|
* Bugfix and tests for #1323.Geoffrey Washburn2008-09-082-0/+43
|
* Added support for -Yrecursion compiler flag.Geoffrey Washburn2008-09-054-0/+39
| | | | | Added two tests involving this flag.
* updated testMartin Odersky2008-09-052-2/+2
|
* fixed problem with volatile types.Martin Odersky2008-09-052-0/+20
|
* disabled volatile checks because eclipse plugin...Martin Odersky2008-09-042-20/+0
| | | | | disabled volatile checks because eclipse plugin build breaks.
* now checking for volatile types.Martin Odersky2008-09-049-15/+104
|
* removed useless annotationmichelou2008-09-041-1/+0
|
* And forgot to commit check file for the t0508 t...David MacIver2008-09-041-0/+1
| | | | | And forgot to commit check file for the t0508 test. Sorry.
* Fixed RefChecks to not replace unapplies with c...David MacIver2008-09-041-0/+0
| | | | | | Fixed RefChecks to not replace unapplies with constructors (ticket 0508). Moved test for this from pending to main tests.
* More bugs from tickets added to pending.David MacIver2008-09-032-0/+52
|
* Adding two submitted test cases to pending.David MacIver2008-09-032-0/+14
|
* Fixed #1315, outer instances are passed implici...Iulian Dragos2008-09-017-7/+41
| | | | | | Fixed #1315, outer instances are passed implicitly. Reorganized nested classes tests.
* Fixed spellingAntonio Cunei2008-08-314-5/+5
|
* disable inner.scala test.Antonio Cunei2008-08-291-0/+0
|
* Added test files for #1297Philipp Haller2008-08-282-0/+14
|
* minor test add-onmichelou2008-08-262-0/+4
|
* Fixed serialization of enumsmichelou2008-08-262-5/+78
|
* Reverted to target 1.5Iulian Dragos2008-08-191-1/+1
|
* Added test for inner classes.Iulian Dragos2008-08-193-1/+14
|
* Fixed #1215.Geoffrey Washburn2008-08-192-0/+7
|
* deprecated scalatest and removed it from furthe...Lukas Rytz2008-08-182-0/+17
| | | | | deprecated scalatest and removed it from further distributions
* corrected several problems with error reporting...Martin Odersky2008-08-188-0/+54
| | | | | | | corrected several problems with error reporting: positions checked twice, warnings masking errors. Refined solution of forward implicits without5 result type.
* new testMartin Odersky2008-08-173-0/+6
|
* Fixed test fileMartin Odersky2008-08-151-0/+2
|
* Buffer gets vararg +, += methods; small fixes.Martin Odersky2008-08-151-0/+4
|
* Forgot to update the flags for the test.Geoffrey Washburn2008-08-141-1/+1
|
* Fixing more deprecation warnings.Geoffrey Washburn2008-08-1215-26/+26
|
* Fixed deprecation warningsIulian Dragos2008-08-121-1/+1
|
* Correction to Sean's decoding fix.Geoffrey Washburn2008-08-121-0/+9
| | | | | Added a simple test for the unicode decoding stuff.