summaryrefslogtreecommitdiff
path: root/test/partest.bat
Commit message (Collapse)AuthorAgeFilesLines
* Normalized line endings.Paul Phillips2012-09-201-104/+104
| | | | | | This brings all the files into line with the .gitattributes settings, which should henceforth be automatically maintained by git.
* Batch files no longer swallow exit codesEugene Burmako2011-12-091-0/+1
| | | | | | | | | Usually scripts like scala.bat and scalac.bat correctly propagate exit codes from underlying Java invocations. However, if you run these scripts as follows: "cmd /c scala ...", then errorlevel gets swallowed. This simple patch fixes the aforementioned problem. Fixes SI-5295, no review.
* Use larger Java memory sizes from partest on Un...Stefan Zeiger2011-11-211-1/+1
| | | | | Use larger Java memory sizes from partest on Unix also on Windows
* another theory on the windows buildAdriaan Moors2011-11-161-1/+5
| | | | | | | i think it couldn't find javac, since it was hardwired to JAVAHOME/bin/javac, but that didn't exist in the windows jre/ directory structure
* removed quotes in partest.bat, added svn propsmichelou2011-10-151-3/+3
|
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
|
* New jline: BSD licensed, based on [ https://git...Paul Phillips2010-12-121-3/+3
| | | | | | | | | | | | | | | | | | | | | | New jline: BSD licensed, based on [ https://github.com/jdillon/jline2 ] with additional code thanks to [ https://github.com/huynhjl/jline2 ]. Replaces lib/jline.jar with build of these sources, and modifies trunk code to work with the new jar. Hopeful improvements including baseline functionality on cygwin and 64bit windows, as well as more accurate line wrapping / cursor positioning on all platforms and ctrl-R history search. For the time being the canonical source repository is this: https://github.com/paulp/jline2 The enclosed sources are a mirror of that repository, and should be treated as read-only in the scala svn repository. No review, codewise, but people are very strongly encouraged to try it out and report any regressions.
* Rolled partest back to r21328.Paul Phillips2010-05-061-2/+2
| | | | | | | | 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.)
* If I work on this patch any longer without chec...Paul Phillips2010-04-051-2/+2
| | | | | | | | | | | | | | | | 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.
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
|
* 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.
* - 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.
* removed tracesmichelou2008-02-291-2/+0
|
* added batch file for partestmichelou2008-02-291-0/+101