summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Added test for #2794Hubert Plociniczak2009-12-111-0/+9
|
* closes #2784Lukas Rytz2009-12-101-0/+6
|
* Took manifests a little closer to the finish line.Paul Phillips2009-12-091-0/+147
| | | | | | doesn't work but the relationships between all the top, nearly top, and bottom types should all be all correct. (See lengthy test case.)
* moved t2515 to pending (fails on ibm6). no reviewLukas Rytz2009-12-092-0/+0
|
* see #2708Hubert Plociniczak2009-12-081-0/+1
|
* new doc comment generation, including some new ...Martin Odersky2009-12-072-4/+11
| | | | | | new doc comment generation, including some new style doc comments in collection classes.
* Updated copyright notices to 2010Antonio Cunei2009-12-077-7/+7
|
* #2747 fixedilyas2009-12-041-2/+2
|
* Made test jvm/t2515 more robust.Philipp Haller2009-12-041-15/+18
|
* object's name should be Test instead of MainHubert Plociniczak2009-12-041-1/+1
|
* Added new test, see #2754Hubert Plociniczak2009-12-041-0/+39
|
* Moved non-deterministic test for see #1801 to p...Philipp Haller2009-12-022-0/+0
| | | | | Moved non-deterministic test for see #1801 to pending.
* another test for #2489Lukas Rytz2009-12-021-0/+9
|
* 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.)
* Fix and test case for #2378.Paul Phillips2009-12-011-0/+9
|
* Fix and test case for #2721.Paul Phillips2009-11-302-0/+14
|
* (Temporarily) closes #2139Antonio Cunei2009-11-302-0/+21
|
* Closed #2726 and added test for #2464 (refs #2464)Iulian Dragos2009-11-305-0/+24
|
* Fixed failing test in the optimised caseIulian Dragos2009-11-271-1/+3
|
* 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
* Fixed test I broke.Paul Phillips2009-11-271-3/+3
|
* Fixed test cases to the new method names (index...Iulian Dragos2009-11-263-20/+20
| | | | | | Fixed test cases to the new method names (indexOfSeq -> indexOfSlice). See r19892
* Improved fix for #2552Donna Malayeri2009-11-261-1/+0
|
* Merge branch 'inner-class-attr'Iulian Dragos2009-11-262-0/+26
|
* quick fix for #2673: relaxed zipped on Tuple2/T...Adriaan Moors2009-11-251-0/+4
| | | | | | quick fix for #2673: relaxed zipped on Tuple2/Tuple3 (back to using A => B for constraint instead of A <%< B)
* closed #2624: instantiate type params after eta...Adriaan Moors2009-11-253-16/+20
| | | | | | | | | closed #2624: instantiate type params after eta expansion of polymorphic method does not blow the stack on pos/t0674 (previous private fix did typed(tree); instantiate(tree) instead of instantiate(typed(tree))) fixed check file for neg/bug608 -- got better error message
* Disabled docgenerator test, which isn't compati...Gilles Dubochet2009-11-242-0/+0
| | | | | Disabled docgenerator test, which isn't compatible with Scaladoc 2.
* Added reverse capabilities to PriorityQueue.Aleksandar Pokopec2009-11-241-0/+49
|
* Closed #2664Martin Odersky2009-11-242-0/+19
|
* Closed #2629 #2639 #2669Martin Odersky2009-11-242-0/+28
|
* pending test: see #2660, #2691Adriaan Moors2009-11-242-0/+34
|
* close #2665 and close #2667: use weak conforman...Adriaan Moors2009-11-242-0/+9
| | | | | | | | | | | | close #2665 and close #2667: use weak conformance in polymorphic case of isApplicable reviewed by: odersky exprTypeArgs now takes a comparison function: isWeaklyCompatible is ) passed in isApplicable's typesCompatible (to mimic what happens in the ) monomorphic case Martin: please review as this is different from my ) original proposal (that one broke type inference, this one passes all ) tests and does not slow down quick.comp )
* Closed #2552.Donna Malayeri2009-11-232-0/+83
|
* Closed #1226. Added new test cases.Martin Odersky2009-11-235-0/+88
|
* Priority queue reverse is undefined - overriden...Aleksandar Pokopec2009-11-221-10/+30
| | | | | | Priority queue reverse is undefined - overriden to throw an exception. Reverse iterator seems to have sense - it is overriden and is defined, and some methods in SeqLike are implemented in terms of it.
* Moved failing test due to fix of #2635 to pending.Martin Odersky2009-11-221-0/+0
|
* Closed #2635Martin Odersky2009-11-221-0/+16
|
* Applied performance patch and test case from ij...Paul Phillips2009-11-211-0/+54
| | | | | Applied performance patch and test case from ijuma; closes #2526.
* Closed #2642Martin Odersky2009-11-202-5/+5
|
* 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
* Trying to get the test to pass on the server.Aleksandar Pokopec2009-11-201-1/+18
|
* Commented out anonymous function invocation for...Aleksandar Pokopec2009-11-201-8/+8
| | | | | | Commented out anonymous function invocation for which Hudson was complaining it couldn't find the classdef.
* Changes made in the clean up phase - now the sy...Aleksandar Pokopec2009-11-202-0/+269
| | | | | Changes made in the clean up phase - now the symbols get interned during classload for each symbol literal - references to them reside in static fields. These static fields get initialized in static constructors - the java backend will now identify ctors with static flags and generate a static initializer containing the necessary code.
* Priority queue test, updated.Aleksandar Pokopec2009-11-201-1/+1
|
* Priority queue test.Aleksandar Pokopec2009-11-201-16/+266
|
* new testMartin Odersky2009-11-203-0/+30
|
* Simplifiations in collections libraries, enable...Martin Odersky2009-11-202-2/+2
| | | | | | Simplifiations in collections libraries, enabled by introduction of Self type in TraversableLike.
* closes #1422Hubert Plociniczak2009-11-203-0/+7
|