summaryrefslogtreecommitdiff
path: root/test/disabled
Commit message (Collapse)AuthorAgeFilesLines
...
* | | disabled failing macro test; needs to be adapted to new scheme.Martin Odersky2012-04-134-0/+25
| | |
* | | Disabled macro neg tests that no longer make sense in this formMartin Odersky2012-04-1351-0/+279
|/ /
* | Merge commit 'refs/pull/383/head' into developPaul Phillips2012-04-132-22/+20
|\|
* | Disabling failing tests.Paul Phillips2012-04-125-0/+1123
|/ | | | | | | | | | I turn them over to the responsible parties. Iulian knows about the deadlock test; for philipp I presume, 07:10:29 [partest] concurrent-future.scala:97: error: not found: type FutureTimeoutException 07:10:29 [partest] throw new FutureTimeoutException(null) 07:10:29 [partest] ^ 07:10:29 [partest] one error found
* Fix for continuations issue.Paul Phillips2012-04-052-0/+16
| | | | | | | | Avoid explicit type arguments which don't conform to bounds where they could be successfully inferred. I had to disable one "neg" test which is no longer neg. Can anyone clue me in as to whether it is important?
* Revert the lisp test.Paul Phillips2012-03-282-0/+544
| | | | The lisp test enjoys the suffering of others.
* Revived the lisp test.Paul Phillips2012-03-282-544/+0
| | | | | | All hail the lisp test! Closes SI-4579.
* Disabled one failing test.Paul Phillips2012-02-225-0/+23
| | | | | One to go (which doesn't fail for me, which is interesting because it's a VerifyError.)
*-. Merge remote-tracking branches 'hubertp/issue/5452' and 'hubertp/issue/5493' ↵Paul Phillips2012-02-173-69/+0
|\ \ | | | | | | | | | into develop
| * | Closes #5452.Hubert Plociniczak2012-02-173-69/+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.
* / Disable execution context and futures implementation in the default package.Aleksandar Prokopec2012-02-161-0/+391
|/ | | | | | | Fixed some tests so that they work now. The Transactions.scala test was failing when defined in scala.concurrent package, reporting that type `_$1` is defined twice. Until we figure out the reason for this, the package name in that test is renamed.
* Test cases which motivated preceding reversions.Paul Phillips2012-02-153-0/+69
| | | | | | See t5452 for disabled/neg/t5452 and disabled/pos/spurious-overload I give up, review by @hubertp.
* Disabled another presentation compiler test.Paul Phillips2011-12-093-0/+215
| | | | | | It foiled me right on the cusp of a successful windows nightly. https://scala-webapps.epfl.ch/jenkins/job/scala-nightly-windows/1170/consoleText
* Fix documentation stutters.Blair Zajac2011-12-063-4/+4
|
* Disabled non-deterministic tests.Paul Phillips2011-12-0561-0/+11380
| | | | | | Everyone's favorite "will they or won't they" tests, akka and timeofday. They will be welcomed back into the fold once they can stick to a decision on whether to pass or fail.
* Re-enable RedBlack's ScalaCheck test, which was disabled at r21829.Daniel C. Sobral2011-12-011-157/+0
| | | | | | | | | | I haven't been able to find any reason for that reversal, but this version is an improved version provided with SI-3796, which never got committed along with the patch. This version generates trees directly instead of using the methods under test. It also puts an upper bound on tree size and, therefore, execution time.
* 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)
* Disabling failing javap test.Paul Phillips2011-11-202-0/+49
| | | | | | Really hope we can sort this all out as it was a miracle to get this test in place in the first place.
* Fix and re-enable test, that got broken by chan...amin2011-11-161-38/+0
| | | | | | Fix and re-enable test, that got broken by changes to reflection API in rev 26014. Review by odersky.
* Disabled broken test, review by odersky.Paul Phillips2011-11-161-0/+38
|
* Reverted ProductN parent for case classes.Paul Phillips2011-11-164-0/+33
| | | | | Looks like we will need blood, toil, tears, and sweat. No review.
* Enabled Presentation Compiler test for IDE tick...Micro Dotta2011-11-113-11/+0
| | | | | | Enabled Presentation Compiler test for IDE ticket #1000609, which has been fixed by odersky. no review.
* Enabled Presentation Compiler test for IDE tick...Micro Dotta2011-11-113-6/+0
| | | | | | Enabled Presentation Compiler test for IDE ticket #1000349, which has been fixed by odersky in r25625. no review.
* Begone t1737...Hubert Plociniczak2011-11-0218-130/+58249
|
* Disabled test.Paul Phillips2011-10-292-0/+40
| | | | | Guess that was a bad choice of class. No review.
* First end-to-end implementation of a runtime re...Martin Odersky2011-10-241-52/+0
| | | | | | First end-to-end implementation of a runtime reflexive compiler that generates and loads bytecodes. Review by szeiger.
* Disabled failing "code" test.Paul Phillips2011-10-212-0/+70
| | | | | | | This has been failing the Xcheckinit build for weeks and is now failing the regular build too. I'm checking in some hairy stuff and I'd like to make a good impression on it. Review by odersky.
* Imprison the lisp test, no review.Paul Phillips2011-10-062-0/+544
|
* Following Paul's detective work, fixed Java cla...Martin Odersky2011-09-291-52/+0
| | | | | | Following Paul's detective work, fixed Java class loading in reflection. Moved test code.scala into checkin build. Yay!
* Adding latest failures to code.scala test.Martin Odersky2011-09-281-2/+10
|
* Added Paul's failing scenario to test file.Martin Odersky2011-09-281-1/+12
|
* Correcting resolution of top-level objects in r...Martin Odersky2011-09-271-1/+1
| | | | | Correcting resolution of top-level objects in reflection.
* Added new test file for reification/relfection,...Martin Odersky2011-09-271-0/+33
| | | | | | Added new test file for reification/relfection, which does not work yet under partest, but works when run individually.
* removed redundant testMartin Odersky2011-09-271-20/+0
|
* Disable currently failing pos/code.scala.Hubert Plociniczak2011-09-261-0/+20
|
* Added test for the completion problem in the pr...skyluc2011-09-264-0/+53
| | | | | | Added test for the completion problem in the presentation compiler reported in the scala-ide ticket 1000620.
* 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.
* Added new disabled test for eclipse scala-ide t...Micro Dotta2011-09-163-0/+11
| | | | | | | Added new disabled test for eclipse scala-ide ticket1000609. Corrected test framework to fail nicely when the tree retrieved after an has no associated symbol.
* Moved test for scala-ide ticket-1000508 under /...Micro Dotta2011-09-053-0/+169
| | | | | | | | Moved test for scala-ide ticket-1000508 under /disabled/presentation/ directory, as the current test's result is wrong (the ticket is still opened). It will be moved back only once the ticket is closed. No review.
* Created test cases for tickets that need to be ...Micro Dotta2011-09-059-0/+45
| | | | | | | Created test cases for tickets that need to be fixed in the presentation compiler. These tests should eventually be moved under folder /files/presentation/ once they are working.
* Renamed tests named bugXXX to tXXX, no review.Paul Phillips2011-08-244-0/+0
|
* New reification code for symbols and types.Martin Odersky2011-08-235-0/+34
|
* LiftCode works again, now integrated with new r...Martin Odersky2011-07-302-8/+0
| | | | | | | | LiftCode works again, now integrated with new reflection library. Other changes: def Literal(x: Any) has been deprecated, and all its uses removed. Modifiers has lost positions as fourth case class argument; is now a field, mirroring Tree.pos (this removes junk in patterns and makes reification simpler). Review by extempore.
* Getting LiftCode to work.Martin Odersky2011-07-304-27/+0
|
* Disabled all the old scala.reflect._ tests whic...Paul Phillips2011-07-296-0/+35
| | | | | | Disabled all the old scala.reflect._ tests which are now crash-failing, no review.