summaryrefslogtreecommitdiff
path: root/test/disabled/jvm
Commit message (Collapse)AuthorAgeFilesLines
* Removing disabled, unneeded futures testsHeather Miller2013-02-171-391/+0
|
* Merge commit 'refs/pull/383/head' into developPaul Phillips2012-04-132-22/+20
|\
* | Disabling failing tests.Paul Phillips2012-04-122-0/+138
|/ | | | | | | | | | 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
* 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.
* Begone t1737...Hubert Plociniczak2011-11-021-1/+1
|
* Of late the test which fires up the window serv...Paul Phillips2011-04-142-0/+42
| | | | | | | | Of late the test which fires up the window server, which has already been the source of undue quantities of inconvenience, has taken to hanging indefinitely when I run the test suite on a remote machine. Rope at end, goodbye test, no review.
* Re-enabling the disabled signature test along w...Paul Phillips2011-03-063-41/+0
| | | | | | | Re-enabling the disabled signature test along with changes which allow it to pass. Closes #4238 again, no review. (But would anyone like to expand the signature tests? Great idea, extempore!)
* Reverting some recent signature code and tempor...Paul Phillips2011-03-043-0/+41
| | | | | | | Reverting some recent signature code and temporarily disabling a test so I can work this out without shattering the tranquility of the build. No review.
* Re-enabled a number of previously disabled tests;Antonio Cunei2010-05-2812-208/+0
| | | | | according to my tests, they all currently work.
* Made the icode reader more resilient to errors.Iulian Dragos2010-04-134-172/+0
| | | | | | | 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/+87
| | | | | | | | | | | | | | | | 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.
* Disabled test that hangs when actors package is...Philipp Haller2010-04-122-0/+85
| | | | | | Disabled test that hangs when actors package is compiled with specialization. Review by dragos.
* Disabled JavaInteraction test.Paul Phillips2010-02-152-0/+27
| | | | | | | | | of time because it fails if you can't connect to the screen of the test machine. And then if any test fails, the stability test doesn't run. We badly a separate testing area for tests which are prone to failure for reasons which are unrelated to the quality ostensibly being tested. No review.
* Moved disabled tests back into their original p...Antonio Cunei2009-11-064-633/+0
| | | | | | Moved disabled tests back into their original place. Expect 7 tests to fail.
* Fix for disabled test t2359.Philipp Haller2009-10-122-26/+0
|
* Disabling another test trying to unhang the tes...Paul Phillips2009-10-072-0/+26
| | | | | Disabling another test trying to unhang the test suite.
* Disabled an actor test which is hanging the tes...Paul Phillips2009-10-062-0/+46
| | | | | Disabled an actor test which is hanging the test suite.
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-247-2/+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.
* 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).
* Disabled "natives" test because its annoyance /...Gilles Dubochet2009-05-1310-0/+182
| | | | | | Disabled "natives" test because its annoyance / usefulness ratio was considered to be too low.
* Organized disabled directory so it works with p...Paul Phillips2009-05-092-0/+588
Organized disabled directory so it works with partest. You can run ./partest --srcpath disabled to run the tests in that location. Fixed a few tests in disabled and pending and moved to files.