summaryrefslogtreecommitdiff
path: root/test/scalatest
Commit message (Collapse)AuthorAgeFilesLines
...
* rrrhmichelou2007-04-121-1/+1
|
* added ant tests, updated headersmichelou2007-04-121-3/+3
|
* split test files in the original unchanged file...Adriaan Moors2007-03-241-1/+2
| | | | | split test files in the original unchanged file from the debian repository and a .scala.runner file that defines Test object to run the test -- see README
* added shootout benchmarks to scalatestAdriaan Moors2007-03-241-0/+21
|
* Improved annotations testmihaylov2007-02-181-1/+1
|
* Preliminary support for building .NET version o...mihaylov2007-02-091-1/+1
| | | | | Preliminary support for building .NET version of the Scala library
* removed -nowarn option in scalatest (excepted f...michelou2007-02-091-2/+2
| | | | | removed -nowarn option in scalatest (excepted for .NET tests)
* Merged the dotnet-scala branchmihaylov2007-02-061-2/+2
|
* improved MSIL support in the test/scalatest scriptmihaylov2007-02-051-11/+14
|
* Changed back the paths for --quickLex Spoon2007-01-231-2/+2
|
* Enable -deprecation while running testsLex Spoon2007-01-231-2/+2
|
* Moved collection test to pendingIulian Dragos2007-01-191-2/+2
|
* Added support for resident testsSean McDirmid2006-11-251-2/+28
|
* removed Ant tests from auto mode until path pro...michelou2006-11-081-1/+1
| | | | | removed Ant tests from auto mode until path problem solved
* added Ant tests to auto modemichelou2006-11-081-1/+1
|
* Forgotten file, belongs to the previous commit ...Iulian Dragos2006-11-021-2/+20
| | | | | Forgotten file, belongs to the previous commit with 'nest' test cases.
* added option '--use-fsc' to test/scalatestmichelou2006-10-241-2/+9
|
* improved ant test in test/scalatestmichelou2006-10-211-1/+1
|
* added '--ant' option to scalatestmichelou2006-10-201-1/+23
|
* fixed OS-specific variables in test_run_jvm() o...michelou2006-10-071-1/+2
| | | | | fixed OS-specific variables in test_run_jvm() on Cygwin
* fixed bugs in ListBuffer and ArrayBuffer, added...Burak Emir2006-10-041-2/+2
| | | | | fixed bugs in ListBuffer and ArrayBuffer, added unit test
* Added test for inner classes compatibility from...Iulian Dragos2006-09-211-3/+10
| | | | | Added test for inner classes compatibility from Java.
* removed leading/trailing tabs/blanks in nsc/mod...michelou2006-07-281-1/+13
| | | | | removed leading/trailing tabs/blanks in nsc/models/*.scala
* Created a directory test/files/jvm5/ for test c...mihaylov2006-07-051-1/+18
| | | | | | Created a directory test/files/jvm5/ for test cases that run only on JVM 1.5
* specifiy /bin/sh, not /bin/bash, since bash is ...Lex Spoon2006-06-071-1/+1
| | | | | specifiy /bin/sh, not /bin/bash, since bash is apparently not needed
* added a test case for scalascript Lex Spoon2006-05-261-10/+32
|
* Seriously cleaned-up the build script.Gilles Dubochet2006-05-111-1/+1
|
* added target 'dist.quick' (no tests and docs) i...michelou2006-05-041-2/+2
| | | | | added target 'dist.quick' (no tests and docs) in file build.xml
* removed unused variable SCALA_SCALA_ARGS in fil...michelou2006-05-041-3/+0
| | | | | removed unused variable SCALA_SCALA_ARGS in file test/scalatest
* added options '-windowtitle' and '-documenttitl...michelou2006-04-121-7/+7
| | | | | | | | added options '-windowtitle' and '-documenttitle' to command scaladoc added attributes 'windowtitle' and 'documenttitle' to Ant task 'Scaladoc' added option '-encoding iso-8859-1' in script test/scalatest removed leading tabs in scala/xml/*.scala
* updated script 'test/scalatest' to also work wh...michelou2006-04-041-10/+38
| | | | | updated script 'test/scalatest' to also work when packaged with sbaz
* Added --installedLex Spoon2006-04-021-4/+8
|
* Added a --pending option to run the tests in in...mihaylov2006-03-281-2/+3
| | | | | Added a --pending option to run the tests in in test/pending/
* test/scalatest is now a bash script (more restr...michelou2006-02-221-1/+1
| | | | | test/scalatest is now a bash script (more restrictive)
* adapted script 'scalatest' to work in developme...michelou2006-02-221-1/+5
| | | | | | adapted script 'scalatest' to work in development AND end-user environments
* use the quick compiler if there's no distributionmihaylov2006-02-201-3/+2
|
* renamed 'scala*2' to 'scala*' in script file te...michelou2006-02-161-3/+3
| | | | | renamed 'scala*2' to 'scala*' in script file test/scalatest
* adapted script 'scalatest' to work in developme...michelou2006-02-151-5/+10
| | | | | | adapted script 'scalatest' to work in development AND end-user environments
* In test script, JAVA_CMD should be JAVACMD.Gilles Dubochet2006-02-061-1/+1
|
* - corrected classpath on Cygwin in file test/sc...michelou2006-01-271-3/+4
| | | | | | - corrected classpath on Cygwin in file test/scalatest now displays 3rd - line of 'java -version'
* added --quick optionmihaylov2006-01-251-7/+13
|
* (no commit message)Martin Odersky2006-01-201-1/+1
|
* - renamed scalanstest to scalatestmichelou2006-01-171-0/+552
|
* - rolled back to scalanstest for restoring historymichelou2006-01-171-552/+0
|
* - renamed test/scalanstest to test/scalatestmichelou2006-01-161-0/+552
- also prints out version of Java runtime