summaryrefslogtreecommitdiff
path: root/src/partest
Commit message (Collapse)AuthorAgeFilesLines
* Added timeouts to protect against hanging tests.Philipp Haller2008-07-084-29/+70
|
* Removed vararg warnings in partestPhilipp Haller2008-05-284-13/+14
|
* When no check file exists, run test fails with ...Philipp Haller2008-05-222-3/+11
| | | | | When no check file exists, run test fails with correct log/diff.
* 1) Fix in backend to print meaningful filenames...Martin Odersky2008-05-201-1/+1
| | | | | | | 1) Fix in backend to print meaningful filenames (previously it was "[wrote DataOutputStream@6747]" 2) Treat java varargs as Scala varargs 3) Allow parsing of Java source files
* Deprecated lower case type aliases for primitiv...Iulian Dragos2008-05-192-3/+3
| | | | | Deprecated lower case type aliases for primitive types, #744.
* Fixed NPE in partestPhilipp Haller2008-05-151-1/+2
|
* Added config options to partest Ant taskPhilipp Haller2008-05-091-1/+7
|
* fixed some minor problems with partest.Lukas Rytz2008-05-083-7/+48
|
* partest now interprets scalac options passed in...Philipp Haller2008-05-075-72/+113
| | | | | | | | partest now interprets scalac options passed in property scalatest.scalac_opts. The compiler/lib build to test can now be specified using the property scalatest.build. Added a partest option for running on JVM 1.4 (--four).
* - updated partest to work with SuperSabbus (pac...Lukas Rytz2008-05-074-21/+21
| | | | | | | | - updated partest to work with SuperSabbus (pack direcotry) and installed distributions.\n-removed 'latestFjbgFile' where apropriate, because fjbg is now included in scala-compiler.jar.\n-updated runner scripts to work with an installed distribution.
* Updated partest to work with SuperSabbusLukas Rytz2008-05-071-7/+7
|
* SuperSabbus uses proper Java command to run par...Gilles Dubochet2008-04-291-0/+3
| | | | | | SuperSabbus uses proper Java command to run partest. Added targets for nightly tasks.
* Fixed issue that caused neg tests to succeed if...Philipp Haller2008-04-071-1/+27
| | | | | | Fixed issue that caused neg tests to succeed if no check file was present.
* Fixed svn propertiesmihaylov2008-03-1910-42/+15
|
* moved or fixed package declaration of some file...mihaylov2008-03-192-0/+0
| | | | | | moved or fixed package declaration of some files to avoid unnecessary recompilation
* Test root can be overridden and look-up is smar...Philipp Haller2008-03-137-793/+44
| | | | | | Test root can be overridden and look-up is smarter. Removed dependency on SCALA_HOME. Deleted obsolete files.
* Obtaining Scala compiler version is more robust.Philipp Haller2008-03-123-15/+9
|
* Fixed small output issue.Philipp Haller2008-03-112-7/+52
|
* Fixed #619.Philipp Haller2008-03-111-2/+25
|
* Fixed another use of 1.5 PrintWriter constructor.Geoffrey Washburn2008-03-101-1/+1
|
* Improved SuperSABBUS w.r.t.Gilles Dubochet2008-03-071-1/+7
|
* Use JDK 1.4 compatible PrintWriter constructorPhilipp Haller2008-03-071-1/+1
|
* SuperSABBUS runs the full test suite and is fas...Gilles Dubochet2008-03-065-10/+62
| | | | | | | | | | 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.
* Refactored definition of test procedures.Philipp Haller2008-03-053-218/+114
|
* Added more debug info to partest.Philipp Haller2008-03-042-1/+7
|
* Updated usage infoPhilipp Haller2008-03-041-1/+2
|
* Fixed #581. Made script tester more robust.Philipp Haller2008-03-032-36/+69
|
* Simplified classpath handlingPhilipp Haller2008-03-036-23/+21
|
* Using java.lang.Boolean.valueOf(...) is more ef...Geoffrey Washburn2008-03-031-1/+1
| | | | | | Using java.lang.Boolean.valueOf(...) is more efficent than new java.lang.Boolean(...).
* Added support for res, script and shootout tests.Philipp Haller2008-02-298-137/+381
|
* First step towards a faster commit build.Gilles Dubochet2008-02-2911-440/+687
| | | | | | | | 1. Added new Ant tasks to build the compiler in a memory-efficient way. 2. Modified Partest to make it more extensible and added an Ant task to run it. 3. Created a SuperSABBUS build file (beta) using these new tasks.
* partest bootstraps itself using reflection.Philipp Haller2008-02-277-224/+311
|
* Adjusted some directoriesPhilipp Haller2008-02-271-5/+6
|
* Eliminated two sources of spurious failuresPhilipp Haller2008-02-275-121/+176
|
* Revert some of Stephane's changesPhilipp Haller2008-02-261-16/+45
|
* updated partest, added jline.jar to dists/latestmichelou2008-02-264-76/+61
|
* Now runs on Windows.Philipp Haller2008-02-262-5/+14
|
* Fixed #535 and #539Philipp Haller2008-02-255-80/+244
|
* Added support for 'neg' tests to new partestPhilipp Haller2008-02-154-50/+128
|
* Added property to configure the number of actor...Philipp Haller2008-02-121-1/+2
| | | | | Added property to configure the number of actors used
* Implemented --show-diff, --show-log and --faile...Philipp Haller2008-02-117-133/+1730
| | | | | Implemented --show-diff, --show-log and --failed options
* More functionality and cleaned-up outputPhilipp Haller2008-02-087-72/+318
|
* Replaced some hard-coded pathsPhilipp Haller2008-02-062-16/+38
|
* Added initial re-write of partestPhilipp Haller2008-02-016-0/+668
|
* Fixed buildPhilipp Haller2008-01-242-14/+10
|
* Deleted obsolete filePhilipp Haller2008-01-242-10/+13
|
* made printMessage platform-independent, removed...michelou2008-01-231-150/+0
| | | | | | made printMessage platform-independent, removed NewTestRunner (broken build)
* Added skeleton for new test runnerPhilipp Haller2008-01-231-0/+150
|
* Fixed the package name of scala.tools.partest.u...mihaylov2007-11-202-2/+2
| | | | | | Fixed the package name of scala.tools.partest.utils.Properties (avoids its unneeded recompilation)
* reenabled actor exit in partestmichelou2007-11-191-1/+1
|