summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* moved typerep test to jvm5michelou2008-03-122-0/+0
|
* Pending test for #576NAME2008-03-121-0/+9
|
* Pending test for #565NAME2008-03-121-0/+22
|
* Pending test for #625NAME2008-03-122-0/+11
|
* updated typerep testmichelou2008-03-112-8/+19
|
* 1.Martin Odersky2008-03-102-0/+26
| | | | | | | | 2. Added * operator to RichString 3. changed zip in Array to accept arrays of different length 4. changed takeWhile/dropWhile in Array to yield Projections 5. Added Manifest types
* Pending test for #607NAME2008-03-102-0/+9
|
* Array.zip supports arrays of different lengths.Lex Spoon2008-03-092-1/+13
|
* Pending test for #612NAME2008-03-072-0/+10
|
* Pending test for #606NAME2008-03-072-0/+10
|
* Added Morris's implementation of the Either dat...Geoffrey Washburn2008-03-071-0/+476
| | | | | | Added Morris's implementation of the Either data type, along with his ScalaCheck tests.
* updated scala-reports addressmichelou2008-03-061-3/+3
|
* SuperSABBUS runs the full test suite and is fas...Gilles Dubochet2008-03-069-18/+18
| | | | | | | | | | SuperSABBUS runs the full test suite and is faster. - Reorganised build for better dependencies. - Various improvements and fixes in build process' correction and ease-of-use. - Partest Ant task can now run resident tests. - Fixed some issues with Partest.
* ScalaDoc, etc.Geoffrey Washburn2008-03-051-7/+9
| | | | | | | | | | | of Settings. All doc related settings have been commented out of Settings (soon to be removed) and are now found in doc.Settings. -Ydoc is no more. I believe I have updated the scaladoc Ant task correctly, but it is not clear how to test it.
* Compiled nest.jar with JDK 1.4Philipp Haller2008-03-051-1/+1
|
* Fixed the test... I think.Geoffrey Washburn2008-03-051-1/+1
|
* Changed paths in resident compiler tests + scal...Philipp Haller2008-03-049-18/+18
| | | | | | Changed paths in resident compiler tests + scalatest so that partest can emulate it.
* Adjusted package name in test, so that it integ...Philipp Haller2008-03-033-3/+3
| | | | | | Adjusted package name in test, so that it integrates easier with other tests.
* Pending test for #591NAME2008-03-031-0/+7
|
* Pending test for #590NAME2008-03-031-0/+3
|
* Pending tests for #446NAME2008-03-032-0/+8
|
* Fixed commit test (which breaks partest res tes...Philipp Haller2008-02-299-18/+18
| | | | | Fixed commit test (which breaks partest res tests again)
* Removed superfluous filesPhilipp Haller2008-02-298-35/+0
|
* Modified scalatest and .res files so that parte...Philipp Haller2008-02-2917-17/+53
| | | | | Modified scalatest and .res files so that partest can simulate it
* Fixed issue #586.Gilles Dubochet2008-02-291-0/+9
|
* removed tracesmichelou2008-02-291-2/+0
|
* added batch file for partestmichelou2008-02-291-0/+101
|
* Forgot to update the .check now that the test h...Geoffrey Washburn2008-02-281-5/+0
| | | | | Forgot to update the .check now that the test has changed.
* Do not run the test on IdentityHashMap because ...Geoffrey Washburn2008-02-281-1/+3
| | | | | Do not run the test on IdentityHashMap because of IBM Java 1.6 oddity.
* partest does not use STARR library any morePhilipp Haller2008-02-271-13/+3
|
* removed unused vars/propsmichelou2008-02-271-18/+5
|
* updated check fileMartin Odersky2008-02-261-0/+0
|
* corrected EXT_CLASSPATHmichelou2008-02-261-2/+16
|
* updated partest, added jline.jar to dists/latestmichelou2008-02-261-848/+59
|
* fixed #520, #489Martin Odersky2008-02-266-0/+39
|
* Fixed #466.Iulian Dragos2008-02-262-0/+22
|
* fixed testsMartin Odersky2008-02-236-10/+10
|
* fixed #468michelou2008-02-222-85/+65
|
* fixed test caseMartin Odersky2008-02-221-4/+2
|
* added Seq[Char] arg to append/insertmichelou2008-02-221-4/+18
|
* added test case (serialization)michelou2008-02-212-0/+12
|
* corrected typosmichelou2008-02-211-3/+3
|
* Split DocDriver into DocDriver and DefaultDocDr...Geoffrey Washburn2008-02-211-2/+2
| | | | | | Split DocDriver into DocDriver and DefaultDocDriver in moving towards support documentation plugins.
* added plugin to nightly buildmichelou2008-02-201-4/+10
|
* Added Eclipse plugin build to nightly test scri...Gilles Dubochet2008-02-202-12/+29
| | | | | | Added Eclipse plugin build to nightly test scripts. Updated them to be in sync with those actually used.
* updated scsh scriptmichelou2008-02-201-2/+2
|
* uses readResolve for symbolsmichelou2008-02-201-1/+1
|
* fixed #523michelou2008-02-202-4/+16
|
* build now also works on Java 1.4 (uses RetroWea...michelou2008-02-191-1/+1
| | | | | build now also works on Java 1.4 (uses RetroWeaver)
* Generalizes the allowed inputs to the interpret...Lex Spoon2008-02-182-2/+28
| | | | | | | | | Generalizes the allowed inputs to the interpreter to be any combination of phrases that can be placed inside a template. Instead of having one "request" object try to understand the entire combination of phrases, the code now uses multiple "member handlers" for each request, one member handler for each phrase.