aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotty/tools/dotc
Commit message (Collapse)AuthorAgeFilesLines
...
* Honor -verbose in testsMartin Odersky2016-11-231-1/+2
| | | | | -verbose output was suppressed like all other non-error output in the tests. Now we don't filter output if -verbose is set.
* Get rid off custom classpath in entry point testsFelix Mulder2016-11-232-17/+2
|
* Make tests depend on environment variables for classpath jarsFelix Mulder2016-11-233-11/+11
| | | | | | | | | | | | sbt adds the correct jars to classpath and the tests depend on `packageAll` which creates these. When using something else however, these together with `sbt-interfaces` do not get propagated from the build. To remedy this and make the testing a bit more flexible, we now take these from `sys.props` instead, see `tests/dotty/Jars.scala`. If the props aren't defined we fall back to the ones default to sbt.
* Move PatmatExhaustivityTest.scala in its proper placeGuillaume Martres2016-11-221-0/+90
|
* Remove unused examples dir, duplicate contained in tests/posFelix Mulder2016-11-221-2/+0
|
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-2221-0/+2815