aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotty/tools/dotc/CompilerTest.scala
Commit message (Collapse)AuthorAgeFilesLines
* Remove partest, keeping `dotc.tests` for nowFelix Mulder2017-04-121-205/+26
|
* Restore partest and enable it to run alongside new partestFelix Mulder2017-03-291-0/+613
|
* Kill partestFelix Mulder2017-03-291-613/+0
|
* Move REPL diff tests out of `tests.scala`Felix Mulder2017-03-291-17/+0
|
* Add @tailrec to avoid regressions.Nicolas Stucki2017-03-011-2/+2
|
* Improve formattingMartin Odersky2017-02-011-14/+19
|
* Fix test pos/compileStdLibNicolas Stucki2017-01-031-2/+3
| | | | | | | | The issue was that all the files stdlib files where copied in partest-generated/pos/compileStdLib direclty (i.e. directories flattend). This implies that files with the same names would overwrite eachother (like `package.scala` and `Set.scala`).
* 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.
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+623