summaryrefslogtreecommitdiff
path: root/test/files/lib
Commit message (Collapse)AuthorAgeFilesLines
* Added scalacheck tests for parallel collections.Aleksandar Pokopec2010-09-011-1/+1
| | | | | Review by phaller (not urgent).
* Rolled partest back to r21328.Paul Phillips2010-05-066-0/+6
| | | | | | | | 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-056-6/+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.]
* TraversableOnce. Review by odersky.Paul Phillips2010-03-271-1/+1
|
* New scalacheck jar because recent Actor changes...Paul Phillips2010-03-251-1/+1
| | | | | | New scalacheck jar because recent Actor changes broke binary compatibility. No review.
* Updated scalacheck jar to current trunk.Paul Phillips2010-02-241-0/+1
| | | | | | | | | not being used. Updated partest with a --scalacheck option. Added scalacheck tests to the ant build target. Still struggling with ant/partest/classpaths so it's not on by default yet, but at least ./partest --scalacheck works. We... will... use... scalacheck. And we will like it! No review.
* Taking a stab at the cause of some nightly fail...Paul Phillips2009-09-241-1/+0
| | | | | Taking a stab at the cause of some nightly failures.
* Not sure why my jars are being viewed somewhere...Paul Phillips2009-09-171-1/+1
| | | | | | | Not sure why my jars are being viewed somewhere along the way as if textual data, and this is apparently causing breakage some places. One more try at uploading a jar.
* An enhanced scalacheck with new powers (includi...Paul Phillips2009-09-161-1/+1
| | | | | | | An enhanced scalacheck with new powers (including arbUnit, for all your arbitrary Unit needs) and some tests for recent Array-related crashers, including test case for the now working #2299.
* The first working scalacheck test! Now Arbitrar...Paul Phillips2009-09-161-1/+1
| | | | | | The first working scalacheck test! Now Arbitrary is working for us instead of our nemesis Capt. Entropy.
* Added jar for ScalaCheck tests.Philipp Haller2008-11-011-0/+1
|
* Fixed java version for enums.jarIulian Dragos2008-09-171-1/+1
|
* Fixed jar classfile versionIulian Dragos2008-09-131-1/+1
|
* Fixed #1329.Iulian Dragos2008-09-121-0/+1
|
* Fixed #1315, outer instances are passed implici...Iulian Dragos2008-09-012-1/+2
| | | | | | Fixed #1315, outer instances are passed implicitly. Reorganized nested classes tests.
* Reverted to target 1.5Iulian Dragos2008-08-191-1/+1
|
* Added test for inner classes.Iulian Dragos2008-08-191-1/+1
|
* Compiled nest.jar with JDK 1.4Philipp Haller2008-03-051-1/+1
|
* Adjusted package name in test, so that it integ...Philipp Haller2008-03-031-1/+1
| | | | | | Adjusted package name in test, so that it integrates easier with other tests.
* Updated annotations jar to contain 1.5-compatib...Iulian Dragos2007-10-101-1/+1
| | | | | Updated annotations jar to contain 1.5-compatible classfiles.
* (no commit message)Lex Spoon2007-10-101-1/+1
|
* Improved test case for annotations with array c...mihaylov2007-04-271-1/+1
| | | | | Improved test case for annotations with array constants
* (no commit message)Lex Spoon2007-04-201-0/+1
|
* Fixed a problem with the application of Java an...mihaylov2007-03-021-1/+1
| | | | | | Fixed a problem with the application of Java annotations with default values
* Fixed a name clash in the test suite (jvm/unitt...mihaylov2007-02-211-1/+1
| | | | | | Fixed a name clash in the test suite (jvm/unittest_io vs jvm5/attributes)
* Improved annotations testmihaylov2007-02-182-0/+2