aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotty/tools/dotc/reporting/TestReporter.scala
Commit message (Collapse)AuthorAgeFilesLines
* Add seconds to log timestamps to avoid log name clashes.Nicolas Stucki2017-04-201-4/+6
|
* Fix #2245: strip colors from strings before writing to fileFelix Mulder2017-04-131-12/+1
|
* Fix #2242: let user know which file got logged toFelix Mulder2017-04-131-5/+23
|
* TestReporter: Avoid a global lazy valGuillaume Martres2017-04-121-1/+1
| | | | | When compiling with dotty, this leads to NullPointerException because the lazy val is not @volatile. Better to just make it a val.
* Remove need for java written summary reporterFelix Mulder2017-04-121-7/+14
|
* Make sure that everything is dumped to log filesFelix Mulder2017-04-121-6/+16
|
* Fix deadlock in `runAll`Felix Mulder2017-03-311-32/+19
|
* Improve summary report by dumping all to stdout on CIFelix Mulder2017-03-311-4/+11
|
* Make summary report come at the end of test suiteFelix Mulder2017-03-291-2/+10
|
* Address reviewer feedback on #2125Felix Mulder2017-03-291-2/+2
|
* Add summary report to pos tests and run testsFelix Mulder2017-03-291-22/+15
|
* Consolidate test reporters in `TestReporter` always dumping log fileFelix Mulder2017-03-291-18/+89
|
* Remove unused scala.reflect importsGuillaume Martres2017-03-071-1/+0
|
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+52