summaryrefslogtreecommitdiff
path: root/test/pending/jvm
Commit message (Collapse)AuthorAgeFilesLines
* Orphan checkfile remover.Paul Phillips2012-05-261-1/+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'
* Begone t1737...Hubert Plociniczak2011-11-024-8/+8
|
* Each of the three commits preceding this are to...Paul Phillips2011-05-291-158/+0
| | | | | | | | | | | Each of the three commits preceding this are to correct regressions which would have been caught by the interpreter test and never checked in in the first place, were it not disabled. The windows tax claims another victim. Or three victims. Re-enabled the interpreter test. No way for me to know if it will pass everywhere without trying it. No review.
* Temporarily moving interpreter.scala to pending.Martin Odersky2011-04-251-0/+158
|
* disabled test cf-attributes.scalamichelou2010-12-312-0/+196
|
* Changed javasigs test to use new javaccmd syste...Philipp Haller2010-11-151-1/+1
| | | | | Changed javasigs test to use new javaccmd system property.
* Moved failing test to pending until I figure ou...Iulian Dragos2010-11-142-0/+399
| | | | | | Moved failing test to pending until I figure out how hudson is running on chara
* Sorting through the tests in pending from oldes...Paul Phillips2010-10-022-168/+0
| | | | | | | | | | | | | | | | | Sorting through the tests in pending from oldest to newest because I don't believe in having useless appendages. The verdict on the oldest fifteen tests is: 15/15 are fixed. Many were already in files under a different name. I moved a few and deleted the rest. Fun fact of the day: apparently there was a time when to call into java varargs with no arguments you might have to write something like: getClass().getMethod("getCount", Array[java.lang.Class[T] forSome { type T }]()) On this basis I retract any complaints I've ever had about anything. There is one question mark outlined in pos/testCoercionThis.scala, a file formerly called pos/moors.scala and therefore... review by moors.
* Removed a test from pending which is also in fi...Paul Phillips2010-06-302-609/+0
| | | | | Removed a test from pending which is also in files. No review.
* Rolled partest back to r21328.Paul Phillips2010-05-061-0/+1
| | | | | | | | 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.)
* If I work on this patch any longer without chec...Paul Phillips2010-04-051-1/+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.]
* New attempt at fixing the tests. No review.Philipp Haller2010-03-092-0/+85
|
* Disabling test for #1801 yet again, still faili...Antonio Cunei2009-12-182-0/+37
| | | | | | Disabling test for #1801 yet again, still failing on some systems. No review.
* Reverting r19988 (restoring test for #1801).Antonio Cunei2009-12-162-37/+0
| | | | | No review.
* moved t2515 to pending (fails on ibm6). no reviewLukas Rytz2009-12-092-0/+53
|
* Moved non-deterministic test for see #1801 to p...Philipp Haller2009-12-022-0/+37
| | | | | Moved non-deterministic test for see #1801 to pending.
* tests in pending for see #2705 -- note that par...Adriaan Moors2009-11-273-0/+10
| | | | | tests in pending for see #2705 -- note that partest does not work for jvm tests under pending, move to files and it works, see #2711
* Moved (non-regression) actor-receive-sender tes...Philipp Haller2009-11-092-0/+53
| | | | | | Moved (non-regression) actor-receive-sender test to pending for bug fixing.
* Moved a pile of passing tests from pending to f...Paul Phillips2009-10-072-37/+0
| | | | | | Moved a pile of passing tests from pending to files, fixed some untesty tests, and will now close the associated tickets.
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-241-1/+0
| | | | | | | | [no content change] Fixed all SVN properties: mimes, EOL, executable. Id expansion is consistently enabled for Scala/Java/C# sources in 'src/' and consistently disabled and removed from everywhere else: there should not be any dead Id tags anymore.
* fixed headers/comments/svn props, made some pro...michelou2009-09-152-129/+248
| | | | | | fixed headers/comments/svn props, made some progress with serializable classes
* Moved test for #1801 to pending for offline bug...Philipp Haller2009-06-142-0/+37
| | | | | Moved test for #1801 to pending for offline bug fixing.
* Moved test for offline bug fixing.Philipp Haller2009-05-312-0/+25
|
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-2/+2
| | | | | | In "Iterable" and in all its subclasses, "iterator" replaces "elements" (and assorted changes).
* Moved actorgc_leak test to pending, because it ...Philipp Haller2009-05-272-0/+64
| | | | | Moved actorgc_leak test to pending, because it fails (only) on Windows.
* 1.4-related cleanup and reorganization.Antonio Cunei2009-05-152-0/+160
| | | | | | | Removed a bunch of now useless 1.4 code, merged back jvm5-specific partest tests into the general jvm tests, documentation updates.
* Moved *withinZero tests to pendingPhilipp Haller2009-02-274-0/+40
|
* managed to move timeout.scala the whole way int...Paul Phillips2009-02-111-0/+5
| | | | | managed to move timeout.scala the whole way into pending
* moved timeout.scala back to pending and documen...Paul Phillips2009-02-112-0/+34
| | | | | moved timeout.scala back to pending and documented why it's there
* moved most of the passing tests from pending to...Paul Phillips2009-02-107-200/+0
| | | | | | moved most of the passing tests from pending to files ; reunited inner.scala with inner.check
* Moved react/receiveWithinZero tests to pending ...Philipp Haller2009-01-304-0/+40
| | | | | Moved react/receiveWithinZero tests to pending for now.
* Moved brittle timeout test to pending.Geoffrey Washburn2008-10-012-0/+34
|
* disable inner.scala test.Antonio Cunei2008-08-291-0/+126
|
* Moved pending tests that succeed to their place...Iulian Dragos2008-06-115-437/+0
| | | | | | Moved pending tests that succeed to their place in the 'files' directory.
* Had to create a test/pending/jvm5 directory.Geoffrey Washburn2008-01-114-0/+912
| | | | | Moved tests that are failing, but no present fixes into pending.
* (no commit message)Lex Spoon2007-04-203-0/+16
|
* HasKeyValue does not work? added pending/jvm/ba...Burak Emir2007-03-031-0/+9
HasKeyValue does not work? added pending/jvm/backendBugUnapply fixed xml parsing, supports the ever-growing stateful scanner hacks now (sepRegions)