summaryrefslogtreecommitdiff
path: root/src/partest
Commit message (Collapse)AuthorAgeFilesLines
* Fixed lockup in partest.Philipp Haller2009-01-292-1/+4
|
* Fixed ant test.suite target for jvm tests that ...Philipp Haller2009-01-141-0/+14
| | | | | Fixed ant test.suite target for jvm tests that contain directories.
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
|
* Updated copyright notices to 2009Antonio Cunei2009-01-0913-13/+13
|
* Fix timeout problem in partestPhilipp Haller2009-01-083-163/+160
|
* Add debug option to partest ant task.Philipp Haller2008-12-182-0/+21
|
* Adds language and country settings forcing them...Philipp Haller2008-11-241-0/+1
| | | | | | Adds language and country settings forcing them to en_US when running tests
* Fixed bug in partest that prevented setting per...Philipp Haller2008-11-132-17/+20
| | | | | Fixed bug in partest that prevented setting per-test classpath.
* Fixed partes to run on 'quick' classes (was ass...Iulian Dragos2008-11-061-1/+1
| | | | | | Fixed partes to run on 'quick' classes (was assuming the old directory structure).
* fixed "script" tests on Windows (Cygwin+DOS)michelou2008-11-011-1/+9
|
* Merged new test set code from 2.7.2 branch.Philipp Haller2008-11-011-93/+70
|
* Fixed multi-file jvm5 tests.Philipp Haller2008-10-311-0/+14
|
* Added handling of pos5 tests.Philipp Haller2008-10-281-0/+14
|
* Improved log file output if javac fails.Philipp Haller2008-10-271-14/+25
|
* Improved error output in case invoking javac fa...Philipp Haller2008-10-271-3/+10
| | | | | Improved error output in case invoking javac fails.
* Ported recent partest fixes in 2.7.2 branch.Philipp Haller2008-10-243-5/+16
|
* Changed the way in which the path to javac is p...Philipp Haller2008-10-215-10/+15
| | | | | Changed the way in which the path to javac is passed to partest.
* Use JAVA_HOME for finding javac.Philipp Haller2008-10-171-2/+11
|
* Use different exit code by default.Philipp Haller2008-10-151-1/+1
|
* Improved error reporting when running external ...Philipp Haller2008-10-151-3/+13
| | | | | Improved error reporting when running external programs such as javac.
* Re-enabled multi-file tests for ant pos tests.Philipp Haller2008-10-131-4/+16
|
* Fixed build.Philipp Haller2008-10-131-18/+10
|
* ant task for partest now supports multi-file te...Philipp Haller2008-10-131-10/+18
| | | | | ant task for partest now supports multi-file tests.
* Boot class path and ext dirs are now set proper...Philipp Haller2008-09-182-2/+20
| | | | | | | Boot class path and ext dirs are now set properly when creating compilers to be tested. partest runner script now reads PARTEST_DEBUG env. var (setting it to true enables debug output).
* Fixed java options.Philipp Haller2008-09-173-1/+3
|
* Added option to select test source dir.Philipp Haller2008-09-154-28/+41
|
* Added support for ScalaCheck tests.Philipp Haller2008-09-096-1/+56
|
* Fixed problem running plugin tests.Philipp Haller2008-09-041-47/+6
|
* Enables test dirs for neg tests.Philipp Haller2008-09-042-2/+30
|
* Adds support for .flags file containing scalac ...Philipp Haller2008-09-025-13/+39
| | | | | | Adds support for .flags file containing scalac options. Supports running individual test dirs. Handles empty test dirs properly.
* Fixes #1312.Philipp Haller2008-09-011-13/+8
|
* Adds check for latest jar/properties file to se...Philipp Haller2008-09-013-37/+75
| | | | | | | Adds check for latest jar/properties file to select which build to run. Fixes problem running quick build. Enables test directories for all categories.
* Enabled test directories also for run, jvm and ...Philipp Haller2008-08-293-26/+31
| | | | | | Enabled test directories also for run, jvm and jvm5 categories. Fixed problem with Java compilation.
* Added support for multi-file tests.Philipp Haller2008-08-276-84/+168
|
* Fixed #1172.Philipp Haller2008-08-051-2/+2
|
* Fixed problem with partest hanging when log fil...Philipp Haller2008-08-031-8/+13
| | | | | Fixed problem with partest hanging when log file unreadable.
* Added options --buildpath and --classpath.Philipp Haller2008-08-015-37/+126
|
* changed build script to run shootout and script...Lukas Rytz2008-07-311-1/+38
| | | | | changed build script to run shootout and script tests
* Fixed partest to accept additional flags on a p...Iulian Dragos2008-07-291-1/+10
| | | | | Fixed partest to accept additional flags on a per test basis.
* Increased timeout in build.xml to make all test...Philipp Haller2008-07-092-3/+5
| | | | | Increased timeout in build.xml to make all tests pass.
* 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.