summaryrefslogtreecommitdiff
path: root/src/partest
Commit message (Expand)AuthorAgeFilesLines
* You shall not pass the testing stage when abort...Hubert Plociniczak2010-11-261-2/+2
* Fixed the bug which was hanging partest.Paul Phillips2010-11-171-1/+3
* partest sets javaccmd system property when runn...Philipp Haller2010-11-151-7/+7
* Enable test directories for 'run'.Hubert Plociniczak2010-11-022-2/+2
* Ported --update-check from partest-alternative ...Paul Phillips2010-10-304-6/+16
* partest: fixed property handling of --debug.Philipp Haller2010-10-293-9/+15
* Closes #3010. Review by prokopec.Philipp Haller2010-10-262-7/+3
* Some exception handling fixes in parallel colle...Aleksandar Pokopec2010-10-201-2/+2
* One more partest fix where output was redirecte...Aleksandar Pokopec2010-10-122-23/+62
* Added more complete output if tests fail.Aleksandar Pokopec2010-10-081-3/+17
* Fixed a failing test. No reviewAleksandar Pokopec2010-10-061-1/+2
* Solved issues with fork join pool creators, and...Aleksandar Pokopec2010-10-062-15/+18
* Fixed a scalacheck test group "test entire subd...Aleksandar Pokopec2010-10-042-2/+5
* Fixes #3847. No review.Aleksandar Pokopec2010-09-271-1/+1
* Fixes the way results of Scalatest are checked ...Gilles Dubochet2010-09-211-1/+2
* Enabled partest to run entire directories for s...Aleksandar Pokopec2010-09-141-1/+1
* Couldn't bear to see sbt seemingly so close but...Paul Phillips2010-09-143-12/+17
* Unbroke the command line ~/test/partest tool, w...Paul Phillips2010-09-091-2/+5
* Partest changes - partest now uses scalacheck.j...Aleksandar Pokopec2010-09-022-1/+21
* Added scalacheck tests for parallel collections.Aleksandar Pokopec2010-09-011-1/+1
* Partest support for sbt (with failed only and s...moix2010-08-312-1/+36
* Partest task will go into verbose debug mode wh...Gilles Dubochet2010-07-021-1/+3
* removed warnings (deprecation,unchecked)michelou2010-06-293-6/+6
* Changed the script runner mechanism to alchemiz...Paul Phillips2010-05-231-1/+0
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-124-4/+0
* Remove the sourcepath prefix from the logs and ...Hubert Plociniczak2010-05-071-2/+2
* Fixed partest for windows nightly. No review.Hubert Plociniczak2010-05-071-2/+2
* Rolled partest back to r21328.Paul Phillips2010-05-0646-2398/+2657
* Rolled back a subset of partest to use StreamAp...Paul Phillips2010-05-052-16/+136
* Reverted change that made partest fail with 'bi...Iulian Dragos2010-04-291-1/+1
* Since pickled data moved into annotations ShowP...Paul Phillips2010-04-211-2/+1
* Handled action items (1) and (4) of the phaller...Paul Phillips2010-04-217-25/+18
* Degeneralized some incomplete generalization of...Paul Phillips2010-04-168-40/+52
* Made partest diff algorithm much more lenient.Paul Phillips2010-04-161-21/+36
* Some mopping up in equality.Paul Phillips2010-04-131-1/+1
* Still working on partest.Paul Phillips2010-04-121-0/+3
* Another attempt at avoiding partest hang ups wh...Philipp Haller2010-04-121-1/+2
* Correct oversight where neg tests didn't demand...Paul Phillips2010-04-1211-28/+35
* Reverted r21500 until all test categories work ...Philipp Haller2010-04-122-14/+11
* Restored partest behavior to write log files wi...Philipp Haller2010-04-122-11/+14
* Some modifications to partest to improve output.Paul Phillips2010-04-124-18/+28
* Attempting to unblock partest by handling Asser...Philipp Haller2010-04-121-2/+5
* Added --update-check option to partest.Paul Phillips2010-04-112-10/+15
* Introduces scala.tools.cmd providing command li...Paul Phillips2010-04-118-180/+88
* And another partest gap is filled.Paul Phillips2010-04-066-18/+30
* Fixed another partest feature I'd managed to br...Paul Phillips2010-04-068-107/+109
* A couple more bits of partest I discovered were...Paul Phillips2010-04-064-28/+33
* Noticed a bug with test obj dirs not getting de...Paul Phillips2010-04-061-13/+6
* Fix for the partest task to fail the build when...Paul Phillips2010-04-061-4/+7
* The code part of the partest patch.Paul Phillips2010-04-0547-2748/+2397