summaryrefslogtreecommitdiff
path: root/test/partest
Commit message (Collapse)AuthorAgeFilesLines
* a quickfix for test/partestEugene Burmako2012-06-081-1/+1
|
* Tweaks repl tests to enforce -Yrepl-sync and ot...Paul Phillips2011-06-101-2/+12
| | | | | | | | | Tweaks repl tests to enforce -Yrepl-sync and other setup on all clients. Also includes some more why-do-tests-hang bosons for the particle accelerator in case that doesn't wrap it up. I think it will though, because now constrained-types is the only one which failed and it's also the only one which overrides Settings. No review.
* Fixing the scalap test rig to work like other t...Paul Phillips2011-03-291-2/+1
| | | | | | Fixing the scalap test rig to work like other test types so it doesn't break the distribution build. No review.
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
|
* Rolled partest back to r21328.Paul Phillips2010-05-061-18/+7
| | | | | | | | changes necessary to plug it back in while preserving everything which has happened since then in tests and such, but we should be the lookout for overreversion. Review by phaller (but as a formality, I don't think it requires direct review.)
* Introduces scala.tools.cmd providing command li...Paul Phillips2010-04-111-3/+3
| | | | | | | | | | | | | | | | | | Introduces scala.tools.cmd providing command line tool infrastructure. For a quick look at what can be done, see scala.tools.cmd.Demo For a more involved, potentially eye-straining look, see scala.tools.partest.PartestSpec To experience it through the eyes of Joe Partest User, run test/partest Review by community.
* If I work on this patch any longer without chec...Paul Phillips2010-04-051-7/+18
| | | | | | | | | | | | | | | | If I work on this patch any longer without checking in I will go stark raving mad. It is broken up into a couple pieces. This one is the changes to test/. It includes fixing a bunch of tests, removing deprecated constructs, moving jars used by tests to the most specific plausible location rather than having all jars on the classpath of all tests, and some filesystem layout change (continuations get their whole own srcpath.) This would be the world's most tedious review, so let's say no review. [Note: after this commit, I doubt things will build very smoothly until the rest of the partest changes follow. Which should only be seconds, but just in case.]
* Enabled scalacheck tests.Paul Phillips2010-03-011-1/+1
| | | | | | | | what must be legacy scalatest.* properties to partest.*, boldly assuming that the fact that partest is pretty much unusable outside of scalac means there are no users outside of scalac who might be disrupted by eliminating old property names. Review by community.
* ...and managed to miss the key file in getting ...Paul Phillips2010-02-171-1/+6
| | | | | ...and managed to miss the key file in getting past partest. No review.
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
|
* Some duplication elimination in partest.Paul Phillips2009-09-221-2/+2
|
* Scalac was failing if the path to the distributionAntonio Cunei2009-07-161-1/+1
| | | | | contained whitespaces. This simple change fixes that.
* Fix for #2092Antonio Cunei2009-07-011-2/+6
|
* Updated copyright notices to 2009Antonio Cunei2009-01-091-1/+1
|
* Changed the way in which the path to javac is p...Philipp Haller2008-10-211-1/+1
| | | | | Changed the way in which the path to javac is passed to partest.
* Boot class path and ext dirs are now set proper...Philipp Haller2008-09-181-1/+1
| | | | | | | 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 spelling of partest scalac and java options.Philipp Haller2008-09-171-1/+1
|
* - updated partest to work with SuperSabbus (pac...Lukas Rytz2008-05-071-3/+3
| | | | | | | | - 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.
* partest does not use STARR library any morePhilipp Haller2008-02-271-13/+3
|
* removed unused vars/propsmichelou2008-02-271-18/+5
|
* corrected EXT_CLASSPATHmichelou2008-02-261-2/+16
|
* updated partest, added jline.jar to dists/latestmichelou2008-02-261-848/+59
|
* changed some newlinesmichelou2007-11-161-4/+3
|
* improved code (actor exit problem still pending)michelou2007-11-151-57/+27
|
* fixed partest, removed mergeLines (useless)michelou2007-11-131-2/+2
|
* partest integration (alpha)michelou2007-09-111-0/+906