aboutsummaryrefslogtreecommitdiff
path: root/compiler/test
Commit message (Collapse)AuthorAgeFilesLines
* More info when unpickling failsMartin Odersky2016-11-241-6/+2
|
* Compile dotty library when bootstrappingMartin Odersky2016-11-241-2/+2
|
* make REPL tests look at DOTTY_EXTRA classpath entriesMartin Odersky2016-11-242-2/+4
|
* 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 sure limitedThreads <= partest.threadsFelix Mulder2016-11-231-7/+10
|
* Update sequential tasks portionFelix Mulder2016-11-231-12/+21
|
* Make tests depend on environment variables for classpath jarsFelix Mulder2016-11-237-25/+61
| | | | | | | | | | | | 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.
* increase threads to 2 in reduced threads casesFelix Mulder2016-11-221-3/+3
|
* Run some tests sequentially to avoid exhausting available memoryGuillaume Martres2016-11-221-0/+39
| | | | | | Some tests are run with "-Ytest-pickler" which uses a huge amount of memory. By running these tests one by one when no other test is running, we avoid running out of memory.
* Fix remaining tests with incorrect paths following moveGuillaume Martres2016-11-222-251/+250
|
* Move PatmatExhaustivityTest.scala in its proper placeGuillaume Martres2016-11-221-0/+90
|
* Remove unused examples dir, duplicate contained in tests/posFelix Mulder2016-11-222-3/+1
|
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-2249-0/+5396