summaryrefslogtreecommitdiff
path: root/test/disabled/run
Commit message (Collapse)AuthorAgeFilesLines
* SI-8946 Disable flaky test for reflection memory leakJason Zaugg2014-11-281-0/+29
| | | | | | It passed in PR validation but failed in a later run. There are some clever ideas bouncing around to make it stable, but in the meantime I'll shunt it into disabled.
* SI-7933 REPL javax.script eval is cached resultRaphael Jolly2014-01-312-20/+0
| | | | | | | The problem is that the repl underneath the script engine evaluates input to val res0..resN, so it is a one shot operation. To allow repetition, compile(script) now returns a CompiledScript object whose eval method can be called any number of times.
* deprecate Pair and TripleDen Shabalin2013-11-201-8/+8
|
* Revert "temporarily disables run/reflection-sync-subtypes"Jason Zaugg2013-11-141-20/+0
| | | | | | | | | This reverts commit 04e2dbb29830d0e511cdfa8c132a9fad91d657ed, by avoiding the ill-fated attempt to short-circuit the global reflection lock. I think we can do better performance wise, but lets at least get something correct to start with.
* Remove empty check files and flags files.Jason Zaugg2013-10-271-0/+0
| | | | for f in $(find test -name '*.check' -o -name '*.flags'); do [[ $(wc -c $f | sed -E 's/ *([0-9]+).*/\1/') == "0" ]] && rm $f; done
* temporarily disables run/reflection-sync-subtypesEugene Burmako2013-10-232-0/+20
| | | | | | This test has been a source of spurious failures as in, for example https://github.com/scala/scala/pull/3029#issuecomment-26811129, so I'm disabling it for the time being while I investigate the issue.
* Moving disabled tests to their rightful home.Jason Zaugg2013-10-211-0/+57
| | | | test/disabled, not test/files/disabled.
* SI-7845 Disable test for JSR 233Jason Zaugg2013-09-162-0/+20
| | | | | | | | | | | | For Paul, it steals focus when it runs. For me, it fails with some platform specific extra output: -ScriptEngineManager providers.next(): javax.script.ScriptEngineFactory: Provider apple.applescript.AppleScriptEngineFactory could not be instantiated: java.lang.UnsatisfiedLinkError: no AppleScriptEngine in java.library.path n: Object = 10 12345678910 So off to the holding pen for now.
* Disabled SI-6987.Paul Phillips2013-01-262-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]
* SI-6388 Remove ApplicationSimon Ochsenreither2012-10-121-0/+7
|
* SI-5981, SI-5979, SI-5973 Closed. Maintenance to Try.Heather Miller2012-07-052-0/+7
|
* 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'
* 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.
* 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
|
* Begone t1737...Hubert Plociniczak2011-11-026-56/+56
|
* 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.
* Renamed tests named bugXXX to tXXX, no review.Paul Phillips2011-08-241-0/+0
|
* New reification code for symbols and types.Martin Odersky2011-08-231-0/+7
|
* 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.
* Disabled all the old scala.reflect._ tests whic...Paul Phillips2011-07-292-0/+8
| | | | | | Disabled all the old scala.reflect._ tests which are now crash-failing, no review.
* "Freed the lisp test." Tweaked partest defaults...Paul Phillips2011-07-272-544/+0
| | | | | | "Freed the lisp test." Tweaked partest defaults a little in the hopes that seth tisue is correct in his analysis. No review.
* getting the revamped getClass to work on Java 5Adriaan Moors2011-06-232-84/+0
| | | | | | | | | | | | | | | | | hunch by adriaan (needed to change Object to Any in strategic location), location + fix determined by paul, menial work (reverts of obsolete spears and introduction of fix) by adriaan review by extempore Revert "A line missed from spear thrust, no review. Revert " "Thrusting spear into darkened alcove attempting to slay java5 " Revert "New theory: fails running on java 1.5. Put in hack to " discover Revert "Everything builds for me, but apparently not for " jenkins. First "
* New theory: fails running on java 1.5.Paul Phillips2011-06-222-0/+84
| | | | | truth of theory. No review.
* Lisp test wins again, no review.Paul Phillips2011-06-072-0/+544
|
* And so my attempt to have a performance test dr...Paul Phillips2011-03-291-0/+38
| | | | | | And so my attempt to have a performance test draws the final curtain, no review.
* Implementing foreach to work in parallel in Par...Aleksandar Pokopec2011-03-222-222/+0
| | | | | | | | | | | | Implementing foreach to work in parallel in ParIterableLike. Doing a bunch of refactoring around in the collection framework to ensure a parallel foreach is never called with a side-effecting method. This still leaves other parts of the standard library and the compiler unguarded. No review.
* Oh the irony, disabling the failing test made t...Paul Phillips2011-03-222-0/+222
| | | | | | | Oh the irony, disabling the failing test made the build fail, because another test is hardcoded to use its paths. Disabled that test too. We'll put humpty back together again. No review.
* We need a successful build, not sure why this h...Paul Phillips2011-03-212-0/+222
| | | | | | We need a successful build, not sure why this hasn't been disabled yet. Disabled failing coder test, no review.
* Disabled test not actually doing anything anywa...Paul Phillips2011-03-181-0/+40
| | | | | Disabled test not actually doing anything anyway, no review.
* Guess I can't have a javap test with no javap.Paul Phillips2011-02-072-0/+42
|
* Disentangled scaladoc and the presentation comp...Iulian Dragos2011-01-041-1/+1
| | | | | | | | | | | Disentangled scaladoc and the presentation compiler. Now there are different flags, forInteractive and forScaladoc, instead of the overloaded onlyPresentation. While it is unfortunate to have these flags, I know of no easy way to customize the typer (the behavior they control is pretty deep into the analyzer). This shaves off around 100MB of unnecessary docComments from the presentation compiler. review by odersky, dubochet.
* Re-enabled a number of previously disabled tests;Antonio Cunei2010-05-282-16/+0
| | | | | according to my tests, they all currently work.
* I figured it'd be a miracle if I got the script...Paul Phillips2010-05-231-0/+86
| | | | | | I figured it'd be a miracle if I got the script test past our fickle robot overseers. Disabled, no review.
* Rolled partest back to r21328.Paul Phillips2010-05-065-0/+41
| | | | | | | | 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.)
* Tightened what gets specialized: only when the ...Iulian Dragos2010-05-052-71/+0
| | | | | | | | Tightened what gets specialized: only when the type parameter appears at top level, or as a type argument to a Java array. For example T, Array[T] cause specialization, but List[T] does not. Resurrected spec-matrix, forgotten among the disabled tests. No review.
* Made the icode reader more resilient to errors.Iulian Dragos2010-04-1311-594/+71
| | | | | | | symbol does not cause any crashes, but the method using an unknown symbol will not be used for inlining. Resurrected tests, removed spec-matrix for the moment. No review.
* Disabling what I think are the last two failing...Paul Phillips2010-04-122-0/+14
| | | | | | | | | | | | | | | | Disabling what I think are the last two failing tests, one each of the two leading bugs among those we've seen here today on testing theater: "could not find toMap: (x$1: scala.collection.TraversableOnce,x$2: Predef$<:<)" and "scala.tools.nsc.symtab.Types$TypeError: method react cannot be accessed in java.lang.Object with scala.actors.Reactor[Any] No review but hey lets' see if we can re-enable these tests soonish.
* Disabling some more tests which crash under -op...Paul Phillips2010-04-125-0/+564
| | | | | Disabling some more tests which crash under -optimise. No review.
* Disabled the test which is hanging the -optimis...Paul Phillips2010-04-122-0/+16
| | | | | Disabled the test which is hanging the -optimise run. No review.
* If I work on this patch any longer without chec...Paul Phillips2010-04-053-25/+0
| | | | | | | | | | | | | | | | If I work on this patch any longer without checking in I will go stark raving mad. It is broken up into a couple pieces. This one is the changes to test/. It includes fixing a bunch of tests, removing deprecated constructs, moving jars used by tests to the most specific plausible location rather than having all jars on the classpath of all tests, and some filesystem layout change (continuations get their whole own srcpath.) This would be the world's most tedious review, so let's say no review. [Note: after this commit, I doubt things will build very smoothly until the rest of the partest changes follow. Which should only be seconds, but just in case.]