aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotc
Commit message (Collapse)AuthorAgeFilesLines
* Fixes to testsMartin Odersky2016-12-171-3/+4
| | | | | | | | | | | | 1. I noted java_all was not running(it took 0.01s to complete); fixed by changing the test directory. 2. We suspected tasty_bootstrap was gettng the wrong classpath and had a lot of problems getting it to print the classpatg. Fixed by refactoring the options we pass to tasty_bootstrap (it has to be -verbose in addition to -classpath). For the moment, both a turned off but we have to just swap a false to a true to turn them on together.
* Change by-name pattern matching.Martin Odersky2016-12-141-0/+2
| | | | New implementation following the scheme outlined in #1790.
* More info when unpickling failsMartin Odersky2016-11-241-6/+2
|
* Compile dotty library when bootstrappingMartin Odersky2016-11-241-2/+2
|
* Make tests depend on environment variables for classpath jarsFelix Mulder2016-11-231-7/+24
| | | | | | | | | | | | 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.
* Fix remaining tests with incorrect paths following moveGuillaume Martres2016-11-222-251/+250
|
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-224-0/+705