aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotty
Commit message (Expand)AuthorAgeFilesLines
* Change 'overrides nothing' to report via Message (see #1965) (#1968)Enno2017-02-121-0/+43
* Support expecting compiler errors from all phasesEnno Runne2017-02-102-4/+4
* Address reviews for #1966Felix Mulder2017-02-102-10/+12
* Make DottyTest a TraitFelix Mulder2017-02-102-3/+3
* Fix #1965: add proper testing infrastructure for reporting testsFelix Mulder2017-02-103-1/+116
* Merge pull request #1921 from dotty-staging/fix-#1907odersky2017-02-081-14/+19
|\
| * Improve formattingMartin Odersky2017-02-011-14/+19
* | fix incorrect flatten of thicket inside interpolated string in UntpdTreeMapliu fengyun2017-01-301-0/+32
|/
* Merge pull request #1896 from dotty-staging/fix/bootstrapGuillaume Martres2017-01-283-19/+22
|\
| * Fix bug in partest.DPConsoleRunnerGuillaume Martres2017-01-281-4/+4
| * Fix some dotty compilation errorsGuillaume Martres2017-01-282-4/+9
| * Do not hardcode jars path in the tests, instead get them from sbtGuillaume Martres2017-01-271-11/+9
* | Fix #1908: give synthetic default params correct flagsFelix Mulder2017-01-251-0/+49
|/
* Merge pull request #1880 from dotty-staging/improve-whitelist-infrastructureodersky2017-01-121-0/+59
|\
| * Add useExplicitWhiteList for debugging.Nicolas Stucki2017-01-111-1/+27
| * Simplify blacklist paths.Nicolas Stucki2017-01-051-1/+4
| * Remove whitelist and keep only blacklist.Nicolas Stucki2017-01-051-2/+1
| * Add stdlib whitelist loader.Nicolas Stucki2017-01-051-0/+31
* | Bump version from 0.1-SNAPSHOT to 0.1.1-SNAPSHOTGuillaume Martres2017-01-081-3/+3
|/
* Fix test pos/compileStdLibNicolas Stucki2017-01-031-2/+3
* Cleanup of implicit modifiers schemeMartin Odersky2016-12-171-3/+3
* fix exhaustivity check test after repo restructuringliu fengyun2016-12-111-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
* 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-236-18/+37
* 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
* 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-2236-0/+4433