summaryrefslogtreecommitdiff
path: root/test/disabled/pos
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright to 2013Carlo Dapor2013-01-021-1/+1
|
* Closes #5452.Hubert Plociniczak2012-02-171-32/+0
| | | | | | | | Instead of trying to track the fallback attempts we rely on the context state to inform us which fallback is the last one. setError cannot always be called in NoBestMethodAlternativeError because inferMethodAlternative relies on side-effects. Review by @paulp.
* Test cases which motivated preceding reversions.Paul Phillips2012-02-151-0/+32
| | | | | | See t5452 for disabled/neg/t5452 and disabled/pos/spurious-overload I give up, review by @hubertp.
* Compiler part of fast orElse.Martin Odersky2011-11-221-0/+18
| | | | | | | "According to the spec this code should not be legal. Disabling for now." Need to come back and either make it work or (more likely) make nsc reject the test)
* Reverted ProductN parent for case classes.Paul Phillips2011-11-164-0/+33
| | | | | Looks like we will need blood, toil, tears, and sweat. No review.
* Begone t1737...Hubert Plociniczak2011-11-024-18/+26
|
* removed redundant testMartin Odersky2011-09-271-20/+0
|
* Disable currently failing pos/code.scala.Hubert Plociniczak2011-09-261-0/+20
|
* Getting liftCode to work.Martin Odersky2011-09-254-44/+0
|
* Handling Freevars in Importers and discovering ...Martin Odersky2011-09-231-1/+3
| | | | | | Handling Freevars in Importers and discovering whole new classes of errors in Liftcode.
* Now correctly handles moduleclasses in ImportersMartin Odersky2011-09-231-7/+3
|
* more tweaks to symbol importing; not done yetMartin Odersky2011-09-221-3/+3
|
* Started work on compiler toolbox that can compi...Martin Odersky2011-09-211-1/+16
| | | | | | Started work on compiler toolbox that can compile reflect trees at runtime.
* Changes to Liftcode to use new reflection seman...Martin Odersky2011-09-201-2/+6
| | | | | | Changes to Liftcode to use new reflection semantics, where a compiler uses type checking.
* Renamed tests named bugXXX to tXXX, no review.Paul Phillips2011-08-243-0/+0
|
* New reification code for symbols and types.Martin Odersky2011-08-234-0/+27
|
* Getting LiftCode to work.Martin Odersky2011-07-304-27/+0
|
* Disabled all the old scala.reflect._ tests whic...Paul Phillips2011-07-294-0/+27
| | | | | | Disabled all the old scala.reflect._ tests which are now crash-failing, no review.
* Compilation of spec-List enters an infinite loo...Paul Phillips2011-06-101-0/+869
| | | | | | | Compilation of spec-List enters an infinite loop under -optimise, disabling in the hopes of seeing a new build before I die. I'll put it back. No review.
* Re-enabled test spec-traits (removed the swing ...Iulian Dragos2011-02-051-83/+0
| | | | | | Re-enabled test spec-traits (removed the swing dependent part, since all it tested was call-by-name parameters). no review.
* Updated disabled test file.Iulian Dragos2010-06-091-28/+0
| | | | | | compile because the specialized variants of apply were not implemented as well. Fixed by extending runtime.AbstractFunction0 instead.
* Re-enabled a number of previously disabled tests;Antonio Cunei2010-05-283-111/+0
| | | | | according to my tests, they all currently work.
* Stupid java 5/6 schism got me.Paul Phillips2010-05-261-0/+12
|
* Rolled partest back to r21328.Paul Phillips2010-05-062-0/+111
| | | | | | | | 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.)
* Moved some test cases from pending to files sin...Paul Phillips2010-01-283-0/+111
Moved some test cases from pending to files since the bugs they were watching for seem to be fixed. Moved some other test cases from pending to disabled because they deceptively claim to pass while investigation reveals the ticket needs to remain open. Closes #1996, #2660.