summaryrefslogtreecommitdiff
path: root/test/files/jvm
Commit message (Collapse)AuthorAgeFilesLines
* closes #3241 and improves serialization of hash...Tiark Rompf2010-04-131-3/+3
| | | | | | closes #3241 and improves serialization of hash tries. review by community.
* Disabling what I think are the last two failing...Paul Phillips2010-04-122-87/+0
| | | | | | | | | | | | | | | | 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-85/+0
| | | | | | Disabled test that hangs when actors package is compiled with specialization. Review by dragos.
* Another test for see #2017. No review.Philipp Haller2010-04-122-0/+50
|
* Fix for the partest task to fail the build when...Paul Phillips2010-04-061-1/+1
| | | | | | | | Fix for the partest task to fail the build when a test fails, and fixes for 2/3 of the quietly failing tests. I'm not quite sure what to do about the view ones, it doesn't look like a simple rename is going to cut it, so: review by odersky.
* If I work on this patch any longer without chec...Paul Phillips2010-04-0522-77/+15
| | | | | | | | | | | | | | | | 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.]
* Makes two actor tests deterministic. No review.Philipp Haller2010-03-253-5/+2
|
* Adds tests for see #2017.Philipp Haller2010-03-242-0/+54
|
* Addresses see #2017.Philipp Haller2010-03-245-22/+32
|
* Fixed the serialization test.Philipp Haller2010-03-241-2/+2
|
* Closes #2827. Review by community.Philipp Haller2010-03-192-0/+17
|
* Closes #3185. Review by plocinic.Philipp Haller2010-03-172-0/+44
|
* new immutable.HashSet. review by community.Tiark Rompf2010-03-151-1/+1
|
* New attempt at fixing the tests. No review.Philipp Haller2010-03-093-133/+60
|
* Made actor-getstate test more robust. No review.Philipp Haller2010-03-091-20/+20
|
* Closes #3102.Philipp Haller2010-03-082-0/+28
|
* Reactor now has type parameter.Philipp Haller2010-03-088-13/+88
|
* - new immutable HashMap implementation based on...Tiark Rompf2010-03-071-1/+1
| | | | | | | | | - new immutable HashMap implementation based on a hash trie. this is the first iteration, more optimizations will be added later. - updated test cases to reflect new ordering of elements - made Map.empty and Set.empty singletons, deprecating classes Map.EmptyMap and Set.EmptySet Review by extempore, odersky.
* Clean-ups in scheduler hierarchy.Philipp Haller2010-03-049-1/+325
|
* Enabled scalacheck tests.Paul Phillips2010-03-011-2/+2
| | | | | | | | what must be legacy scalatest.* properties to partest.*, boldly assuming that the fact that partest is pretty much unusable outside of scalac means there are no users outside of scalac who might be disrupted by eliminating old property names. Review by community.
* Quite a lot more work on XML equality than I ca...Paul Phillips2010-02-263-33/+31
| | | | | | | | | | | | | | | | | | Quite a lot more work on XML equality than I can properly justify spending time on, but you know how it is once you get started on something. This commit will likely break some code out there in the world but this is impossible to avoid if we are to achieve sane equality in trunk. For anyone who was relying upon the 2.7 equality behavior for scala.xml.* classes, using "xml_==" instead of "==" for comparisons will restore the old behavior. The standard == on xml elements now attempts to behave in such a way that symmetry and hashCode contracts will be preserved. It's probably not 100% there yet, but I can tell you this: it is closer today than it was yesterday. Review by community.
* Tweaking the sealed logic in light of #3097.Paul Phillips2010-02-251-1/+1
| | | | | | | Reorganizes children a little so they always come back sorted the same way the pickler does. Taking advantage of -Yfatal-warnings in the test case. Review by community.
* Fixed tests to unbreak build. No review.Philipp Haller2010-02-233-7/+5
|
* Some repl cleanups and debugging conveniences.Paul Phillips2010-02-211-3/+3
|
* Disabled JavaInteraction test.Paul Phillips2010-02-152-27/+0
| | | | | | | | | 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.
* close #3003. no review, already done by dragos.Lukas Rytz2010-02-103-0/+13
|
* Closes #3009.Philipp Haller2010-02-022-0/+36
|
* Made actor-receivewithin test deterministic.Philipp Haller2010-01-271-0/+2
|
* Some minor polishing to the previous repl compl...Paul Phillips2010-01-241-1/+1
| | | | | | Some minor polishing to the previous repl completion patch, plus a few new features and improvements.
* Don't insert whitespace on multiline strings an...Paul Phillips2010-01-171-4/+4
| | | | | | Don't insert whitespace on multiline strings and xml literals. Closes #2115. No review.
* Fixed issue in Reactor/Actor that could lead to...Philipp Haller2010-01-072-0/+85
| | | | | | | | | Fixed issue in Reactor/Actor that could lead to premature termination of actors. Added test that could reproduce it (occurred more often on larger inputs, but test should not take too much time). The issue also caused the reactor-exceptionOnSend test to timeout sometimes. Review by plocinic.
* Adjusted timeout in test. No review.Philipp Haller2010-01-051-2/+2
|
* closed #1449. review by community.Philipp Haller2009-12-212-0/+16
|
* closed #2829. review by rompf.Philipp Haller2009-12-212-0/+18
|
* Disabling test for #1801 yet again, still faili...Antonio Cunei2009-12-182-37/+0
| | | | | | Disabling test for #1801 yet again, still failing on some systems. No review.
* Reverting r19988 (restoring test for #1801).Antonio Cunei2009-12-162-0/+37
| | | | | No review.
* integration of java and scala deprecationLukas Rytz2009-12-143-0/+39
|
* moved t2515 to pending (fails on ibm6). no reviewLukas Rytz2009-12-092-53/+0
|
* Made test jvm/t2515 more robust.Philipp Haller2009-12-041-15/+18
|
* Moved non-deterministic test for see #1801 to p...Philipp Haller2009-12-022-37/+0
| | | | | Moved non-deterministic test for see #1801 to pending.
* closes #2750: cooking java raw types in info of...Adriaan Moors2009-12-024-0/+7
| | | | | | closes #2750: cooking java raw types in info of type parameters of Java classes review by: odersky
* [This patch submitted by ismael juma - commit m...Paul Phillips2009-12-012-3/+79
| | | | | | | | | | | | | | | | [This patch submitted by ismael juma - commit message his words, but condensed.] Fix ticket #1600: Serialization and deserialization of hash-based collections should not re-use hashCode. The collection is rebuilt on deserialization - note that this is not compatible with the previous serialization format. All @SerialVersionUIDs have been reset to 1. WeakHashMap is not Serializable and should not be so. TreeHashMap has not been reintegrated yet. OpenHashMap has not been updated. (I think this collection is flawed and should be removed or reimplemented.)
* updated/extended serialization tests michelou2009-11-202-275/+506
|
* closes #2585: generate more precise Java generi...Adriaan Moors2009-11-203-0/+41
| | | | | | | closes #2585: generate more precise Java generic signatures for classes nested in parametric outer classes fix based on review by Martin baseType is your friend
* Simplifiations in collections libraries, enable...Martin Odersky2009-11-201-1/+1
| | | | | | Simplifiations in collections libraries, enabled by introduction of Self type in TraversableLike.
* More deprecation work.Paul Phillips2009-11-181-2/+2
| | | | | | since 2.7.2 (still except for lower case primitive type aliases) and removes every deprecated method which has never shipped in a release.
* fixed #2470.Lukas Rytz2009-11-125-0/+24
|
* fixed #2511.Lukas Rytz2009-11-102-0/+31
|
* Moved (non-regression) actor-receive-sender tes...Philipp Haller2009-11-092-53/+0
| | | | | | Moved (non-regression) actor-receive-sender test to pending for bug fixing.
* Fixed collections unit test (regression in List...Philipp Haller2009-11-082-29/+25
| | | | | | Fixed collections unit test (regression in ListBuffer.apply) and serialization test.