summaryrefslogtreecommitdiff
path: root/test/files/ant
Commit message (Collapse)AuthorAgeFilesLines
* Move partest to https://github.com/scala/scala-partestAdriaan Moors2013-08-2026-583/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As partest is now resolved from maven, `test/partest` uses `ant test.suite.init` to determine the classpath (serialized to build/pack/partest.properties) that's necessary to run `scala.tools.partest.nest.ConsoleRunner`. Thus, partest gets exactly the same classpath, whether run from the command line through `test/partest` or via `ant test`. The version of partest we're using is specified by properties defined in versions.properties (formerly `starr.number`). Currently, we're using: ``` scala.binary.version=2.11.0-M4 partest.version.number=1.0-RC3 ``` NOTES: - The version of Scala being tested must be backwards binary compatible with the version of Scala that was used to compile partest. - Once 2.11 goes final, `scala.binary.version=2.11`, and `starr.version=2.11.0`. - Need scalacheck on classpath for test/partest scalacheck tests. - Removed atrophied ant tests (haven't been run/changed for at least two years I checked 81d659141a as a "random" sample). - Removed scalacheck. It's resolved as a partest dependency. - For now, use a locally built scalap - Kept the trace macro in the main repo (partest-extras) - New targets for faster pr validation: test-core-opt, test-stab-opt - Reused partest eclipse/intellij project to partest-extras (note: the partest dependency is hard-coded)
* SI-6769 Removes GenJVM backendJames Iry2012-12-051-5/+0
| | | | | Get rid of GenJVM and everything that refers to it. Also get rid of GenAndroid since it's dead code that refers to GenJVM.
* updated test cases for Scala Ant tasksmichelou2011-11-2728-106/+402
|
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-244-4/+0
| | | | | | | | [no content change] Fixed all SVN properties: mimes, EOL, executable. Id expansion is consistently enabled for Scala/Java/C# sources in 'src/' and consistently disabled and removed from everywhere else: there should not be any dead Id tags anymore.
* updated ant and cli testsmichelou2007-04-126-3/+56
|
* added ant task "FastScalac" and updated test su...michelou2006-11-088-32/+98
| | | | | added ant task "FastScalac" and updated test suite accordingly
* separated constrs/defs tables for primitive typ...michelou2006-10-232-6/+8
| | | | | separated constrs/defs tables for primitive types in DocGenerator.scala
* improved ant test in test/scalatestmichelou2006-10-212-6/+11
|
* added svn:keywords to test/files/ant/*michelou2006-10-201-1/+1
|
* added '--ant' option to scalatestmichelou2006-10-203-0/+170