summaryrefslogtreecommitdiff
path: root/test/disabled
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2135 from heathermiller/futures-cleanupsJames Iry2013-02-193-1331/+0
|\ | | | | Removing disabled, unneeded futures tests
| * Removing disabled, unneeded futures testsHeather Miller2013-02-173-1331/+0
| |
* | [backport] Disabled SI-6987.Paul Phillips2013-01-292-0/+44
|/ | | | | | | | | | | | | | | | It causes spurious failures - a typical example: [partest] testing: [...]/files/run/t6987.scala [FAILED] [partest] did not get the string expected, full results were: [partest] Fast Scala compiler version 2.11.0-20130126-111937-f01e001c77 -- Copyright 2002-2013, LAMP/EPFL [partest] [Given arguments: -shutdown -verbose] [partest] [Transformed arguments: -shutdown -verbose -current-dir /localhome/jenkins/b/workspace/scala-checkin-manual] [partest] [VM arguments: ] [partest] java.net.ConnectException: Connection refused [partest] [Connecting to compilation daemon at port 32808 failed; re-trying...] [partest] [No compilation server running.] [partest] (cherry picked from commit 53d5df5c1d52b941732c243159de4f44456f03b4)
* Normalized line endings.Paul Phillips2012-09-204-47/+47
| | | | | | This brings all the files into line with the .gitattributes settings, which should henceforth be automatically maintained by git.
* SI-5981, SI-5979, SI-5973 Closed. Maintenance to Try.Heather Miller2012-07-052-0/+7
|
* repairs the tests after the refactoring spreeEugene Burmako2012-06-081-1/+0
|
* Orphan checkfile remover.Paul Phillips2012-05-261-18/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Are these -msil checkfiles used in some secret fashion? The level of activity suggest otherwise. Since scala-nightly-msil has been disabled for over a year, it's an easy rm unless someone speaks up. % tools/rm-orphan-checkfiles Scanning for orphan check files... rm 'test/disabled/run/code.check' rm 'test/files/jvm/t1652.check' rm 'test/files/neg/macro-argtype-mismatch.check' rm 'test/files/neg/macro-noncompilertree.check' rm 'test/files/neg/macro-nontree.check' rm 'test/files/run/Course-2002-01-msil.check' rm 'test/files/run/Course-2002-02-msil.check' rm 'test/files/run/Course-2002-03-msil.check' rm 'test/files/run/Course-2002-04-msil.check' rm 'test/files/run/Course-2002-08-msil.check' rm 'test/files/run/Course-2002-09-msil.check' rm 'test/files/run/Course-2002-10-msil.check' rm 'test/files/run/absoverride-msil.check' rm 'test/files/run/bitsets-msil.check' rm 'test/files/run/boolord-msil.check' rm 'test/files/run/bugs-msil.check' rm 'test/files/run/impconvtimes-msil.check' rm 'test/files/run/infix-msil.check' rm 'test/files/run/iq-msil.check' rm 'test/files/run/macro-invalidret-doesnt-conform-to-impl-rettype.check' rm 'test/files/run/macro-rettype-mismatch.check' rm 'test/files/run/misc-msil.check' rm 'test/files/run/promotion-msil.check' rm 'test/files/run/richs-msil.check' rm 'test/files/run/runtime-msil.check' rm 'test/files/run/tuples-msil.check' rm 'test/pending/jvm/t1464.check' rm 'test/pending/run/subarray.check' rm 'test/pending/run/t0446.check' rm 'test/pending/run/t5629.check' Scanning for orphan flags files... rm 'test/files/neg/macro-argtype-mismatch.flags' rm 'test/files/neg/macro-noncompilertree.flags' rm 'test/files/neg/macro-nontree.flags' rm 'test/files/pos/anyval-children.flags' rm 'test/files/pos/t3097.flags' rm 'test/files/run/macro-invalidret-doesnt-conform-to-impl-rettype.flags' rm 'test/files/run/macro-rettype-mismatch.flags'
* migrates stdlib and compiler to tagsEugene Burmako2012-04-238-43/+43
| | | | | * all usages of ClassManifest and Manifest are replaced with tags * all manifest tests are replaced with tag tests
* removes obsolete macro testsEugene Burmako2012-04-1436-108/+0
|
*---. Merge commit 'refs/pull/387/head'; commit 'refs/pull/388/head'; commit ↵Paul Phillips2012-04-148-349/+0
|\ \ \ | | | | | | | | | | | | 'refs/pull/392/head'; commit 'refs/pull/397/head' into develop
| | | * Adapted implicits testsuite for SIP18Vlad Ureche2012-04-148-349/+0
| | | |
* | | | restores some disabled macro tests, makes checkFeature synchronous when used ↵Eugene Burmako2012-04-1433-310/+11
| |_|/ |/| | | | | | | | for macros
* | | disabling scaladoc tests. Don't know how to fix them to make them work under ↵Martin Odersky2012-04-138-0/+349
| | | | | | | | | | | | SIP 18.
* | | one more macro test sdisabled that lipped through the net before.Martin Odersky2012-04-133-0/+103
| | |
* | | 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.