aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotty/tools/dotc/repl
Commit message (Collapse)AuthorAgeFilesLines
* Fix rebase breakageMartin Odersky2017-04-041-1/+1
|
* Improvement to REPL testMartin Odersky2017-04-041-1/+4
| | | | In case of difference, dump transcript to file for easier comparisons.
* Move REPL diff tests out of `tests.scala`Felix Mulder2017-03-291-0/+23
|
* make REPL tests look at DOTTY_EXTRA classpath entriesMartin Odersky2016-11-241-1/+1
|
* Make tests depend on environment variables for classpath jarsFelix Mulder2016-11-231-5/+3
| | | | | | | | | | | | 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 compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+66