summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Make Iterator.toStream be properly lazy.Paul Phillips2010-06-012-0/+16
|
* Fixes #3496. No review.Aleksandar Pokopec2010-06-011-0/+15
|
* Re-enabled a number of previously disabled tests;Antonio Cunei2010-05-2818-4/+4
| | | | | according to my tests, they all currently work.
* also consider non-implicit locals when checking...Adriaan Moors2010-05-262-0/+87
| | | | | | | | | | | | | also consider non-implicit locals when checking shadowing of implicits: closes #3453 nonImplicitSynonymInScope implements the predicate that is used in tryImplicit's checks for shadowing of locally defined implicits benchmarking shows the predicate does not significantly affect quick.comp+quick.lib (goes from 11min to 11min2s on my machine -- no optimisations) review by odersky
* Adds comments for #3471, and a test case which ...Aleksandar Pokopec2010-05-261-1/+1
| | | | | | Adds comments for #3471, and a test case which should have been added earlier. Review by extempore.
* Closes #3434.Iulian Dragos2010-05-262-0/+33
|
* Stupid java 5/6 schism got me.Paul Phillips2010-05-261-0/+0
|
* Added a migration warning for matches and insta...Paul Phillips2010-05-263-0/+43
| | | | | | Added a migration warning for matches and instance tests when it might be an Array/Seq test whose answer has changed. Review by odersky.
* Test closes #2919 which now works.Paul Phillips2010-05-261-0/+12
| | | | | attention in case the ticket was being left open intentionally.)
* Updated check file. No review.Martin Odersky2010-05-251-1/+1
|
* Addresses see #3470 by adding a method Reactor....Philipp Haller2010-05-252-0/+33
| | | | | Addresses see #3470 by adding a method Reactor.restart. Review by rompf.
* Fixed an xml issue arising from arrays no longe...Paul Phillips2010-05-242-0/+18
| | | | | | Fixed an xml issue arising from arrays no longer being recognized as sequences. Review by dpp.
* Brought the *Proxy classes more up to date.Paul Phillips2010-05-241-0/+13
|
* I figured it'd be a miracle if I got the script...Paul Phillips2010-05-231-0/+0
| | | | | | I figured it'd be a miracle if I got the script test past our fickle robot overseers. Disabled, no review.
* Added tests for bugs which have been fixed sinc...Paul Phillips2010-05-232-0/+19
| | | | | | Added tests for bugs which have been fixed since beta1. Closes #2691, #3020. No review.
* Changed the script runner mechanism to alchemiz...Paul Phillips2010-05-231-0/+86
| | | | | | | | Changed the script runner mechanism to alchemize from AST atoms rather than generating wrapper source, and fixed script position reporting. This patch does not include a discussed change to mark some positions as synthetic. Closes #3119, #3121. Review by milessabin.
* Added test case for #2409. No review.Paul Phillips2010-05-222-0/+5
|
* Messed up a flags test file, caught by dragos.Paul Phillips2010-05-221-0/+0
|
* Removed some flotsam which should have been rem...Paul Phillips2010-05-213-16/+0
| | | | | | | | Removed some flotsam which should have been removed when I rolled back partest. (We ended up with two copies of the methvsfield test, one in a subdir and one not.) I would suppose it is responsible for #3464 but I don't know for certain. No review.
* Moved the test for #3420 to pending and reopene...Paul Phillips2010-05-202-0/+0
| | | | | | | Moved the test for #3420 to pending and reopened the ticket. The bug only materializes if scalac was itself built with -optimise. (We may need a richer language for describing optimise bugs.) No review.
* Make the inliner be more careful about where it...Paul Phillips2010-05-204-0/+30
| | | | | | Make the inliner be more careful about where it pokes around. Closes #3252, #3430. Review by dragos.
* Test case for #3420, closes #3420.Paul Phillips2010-05-202-0/+6
|
* Closes #3449. no review.Iulian Dragos2010-05-201-0/+3
|
* Put dummy scalacheck dir in test/files since pa...Paul Phillips2010-05-201-0/+0
| | | | | | | Put dummy scalacheck dir in test/files since partest maddeningly pre-fails the test suite if it's not present and git does not preserve empty directories. No review.
* Misoptimization for list extractors caused non-...Paul Phillips2010-05-201-0/+9
| | | | | | Misoptimization for list extractors caused non-sequences to incorrectly match. Closes #3050, #2800. No review.
* Closes #3381.Iulian Dragos2010-05-201-0/+7
|
* Closed #3432.Iulian Dragos2010-05-202-0/+19
|
* Fixed a BigDecimal/Long comparison bug reported...Paul Phillips2010-05-201-0/+2
| | | | | Fixed a BigDecimal/Long comparison bug reported on the list. No review.
* Bug in lastIndexOfSeq. Closes #3455, no review.Paul Phillips2010-05-201-2/+4
|
* Fixes #3422. No review necessary.Aleksandar Pokopec2010-05-191-0/+18
|
* Hacky but no-risk fix for #3189, which was caus...Paul Phillips2010-05-192-0/+10
| | | | | | | Hacky but no-risk fix for #3189, which was caused by the ghost of regular expression patterns rising from the grave to haunt the parser. No review.
* Fixes #3444. Review by phaller.Aleksandar Pokopec2010-05-181-0/+23
|
* Fix for sliding boundary condition.Paul Phillips2010-05-181-3/+6
|
* some more ad-hoc cookingAdriaan Moors2010-05-182-0/+15
| | | | | | closes #3429 review by odersky
* cook raw type when copying down result typeAdriaan Moors2010-05-182-0/+6
| | | | | | closes #3404 review by odersky
* Closes #3417. No review (already done by Martin)Hubert Plociniczak2010-05-181-0/+11
|
* Closes #3433.Iulian Dragos2010-05-131-0/+5
|
* Closes #3434.Iulian Dragos2010-05-132-0/+20
|
* Should fix the interpreter bug I just introduced.Paul Phillips2010-05-131-0/+0
| | | | | | | crashing-under-optimise test into pending since that looks like a genuine bug - I'll open it a ticket. No review.
* Removed an assertion which was asserting an unt...Paul Phillips2010-05-131-0/+8
| | | | | | Removed an assertion which was asserting an untrue statement thus causing chaos and strife. Closes #3411, no review.
* Overhauled sequence length logic in the pattern...Paul Phillips2010-05-128-0/+115
| | | | | | | | Overhauled sequence length logic in the pattern matcher. Removes unnecessary boxing and a few varieties of wrongness. Closes #3395, #3150, #2958, #2945, #2187. No review.
* Closes #3424, double definition when overriding...Iulian Dragos2010-05-121-0/+9
| | | | | | Closes #3424, double definition when overriding a generic method with specialized types, inherited from a specialized class. no review.
* Fix from Mirko Stocker and unit test for #3416.Miles Sabin2010-05-111-0/+3
|
* Closes #t3363. Review by extempore.Martin Odersky2010-05-111-0/+18
|
* close #3415.Lukas Rytz2010-05-102-0/+7
|
* Disabled scalacheck tests because they interfer...Martin Odersky2010-05-105-0/+0
| | | | | | Disabled scalacheck tests because they interfere with library refactorings (refactorings break scalacheck).
* Closes #3407. Closes #3412. Review by plocinic.Philipp Haller2010-05-096-0/+119
|
* close #3400. no reviewLukas Rytz2010-05-072-0/+21
|
* Rolled partest back to r21328.Paul Phillips2010-05-06107-28/+157
| | | | | | | | changes necessary to plug it back in while preserving everything which has happened since then in tests and such, but we should be the lookout for overreversion. Review by phaller (but as a formality, I don't think it requires direct review.)
* Fixed bug in transpose, closes #3397, no review.Paul Phillips2010-05-061-0/+7
|