summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* fixed #429 (typo)michelou2008-02-182-10/+10
|
* fixed #429michelou2008-02-182-7/+20
|
* fixed testmichelou2008-02-182-56/+56
|
* made semantics of MetaData append safer, fixed ...Burak Emir2008-02-161-3/+10
| | | | | made semantics of MetaData append safer, fixed test
* fixed #485 (IdentityHashMap)michelou2008-02-152-5/+20
|
* fixed #486michelou2008-02-152-0/+32
|
* fixed #485michelou2008-02-152-0/+74
|
* removed MD5 testmichelou2008-02-142-52/+191
|
* ignore error outputmichelou2008-02-141-1/+1
|
* fixed test (MS support, 463550)michelou2008-02-141-1/+1
|
* Check for command-line option dependency AFTER ...mihaylov2008-02-141-2/+4
| | | | | | | Check for command-line option dependency AFTER all command-line arguments have been parsed. Avoids unnecessary dependency on the order of the arguments
* Fixed the test. Geoffrey Washburn2008-02-111-0/+1
| | | | | | Turns out that it will fail if the LC_CTYPE or LANG environment variables do not specify a UTF8 encoding.
* fixed missing deprecated warning on types; fixe...Martin Odersky2008-02-081-0/+12
| | | | | | fixed missing deprecated warning on types; fixed problem with traits in refinements.
* Fixed #368:Geoffrey Washburn2008-02-082-0/+28
| | | | | | | - added assertions to cause failure earlier - added test case - use BatchSourceFile length (characters) rather than file length (bytes)
* Fixed "natives" test to work on my Mac.Gilles Dubochet2008-02-073-8/+26
|
* fixed problems with rangesMartin Odersky2008-02-065-6/+36
|
* Partial fix to #397.Gilles Dubochet2008-02-062-0/+25
|
* added class BigDecimalmichelou2008-02-062-5/+39
|
* added reverse to RichString.Martin Odersky2008-02-061-1/+1
| | | | | | fixed immediate problem in #409. we ignore now flag MONOMOPRHIC.
* switched to Scala implementation of StringBuildermichelou2008-02-061-0/+85
|
* reverted -unchecked additionmichelou2008-02-052-11/+11
|
* updated default encoding to UTF8michelou2008-02-051-1/+1
|
* Fixed issues #328 and #403.Gilles Dubochet2008-02-042-0/+23
|