aboutsummaryrefslogtreecommitdiff
path: root/compiler/test
Commit message (Collapse)AuthorAgeFilesLines
* Fix #2220: disable benchmarks, set run timeout to 30 secondsFelix Mulder2017-04-131-1/+1
|
* Merge pull request #2252 from dotty-staging/fix/npe-in-cleanup-hookNicolas Stucki2017-04-131-2/+3
|\ | | | | Fix NPE when adding cleanup hook
| * Fix NPE when adding cleanup hookFelix Mulder2017-04-131-2/+3
| |
* | Merge pull request #2231 from dotty-staging/fix-#2230Guillaume Martres2017-04-131-0/+1
|\ \ | |/ |/| Fix #2230: Add regression test.
| * Fix #2230: Add regression test.Nicolas Stucki2017-04-121-0/+1
| |
* | Fix #2241: print failing test title instead of outdirFelix Mulder2017-04-131-1/+1
| |
* | Fix #2244: make sure logging goes through appropriate interfaceFelix Mulder2017-04-132-5/+18
| |
* | Fix #2242: let user know which file got logged toFelix Mulder2017-04-132-10/+29
| |
* | Fix #2243: improve failing test outputFelix Mulder2017-04-133-6/+8
| |
* | 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.
* | Add docs to SummaryReport.scalaFelix Mulder2017-04-121-0/+25
| |
* | Remove duplication with run test output verificationFelix Mulder2017-04-121-19/+7
| |
* | Make vulpix test filter work on substring instead of regexpFelix Mulder2017-04-122-16/+17
| |
* | Remove need for java written summary reporterFelix Mulder2017-04-1210-205/+222
| |
* | Make sure that everything is dumped to log filesFelix Mulder2017-04-123-57/+120
| |
* | Add ability to only compile run testsFelix Mulder2017-04-124-16/+49
| |
* | Implement meta tests suggested by @DarkDimiusFelix Mulder2017-04-121-0/+15
| | | | | | | | | | | | Note that merging this as-is will not protect us against fork bombs. This is because the timeout of tests is currently 180 seconds. A forkbomb that is allowed to run for that long...
* | Fix interactive mode in eclipseFelix Mulder2017-04-121-1/+3
| |
* | Add `Properties` object for dotty testing props and envFelix Mulder2017-04-124-14/+64
| |
* | Only complete tests after run has been performedFelix Mulder2017-04-121-24/+28
| |
* | Add vulpix docstrings and change definesFelix Mulder2017-04-123-4/+14
| |
* | Improve test failure outputFelix Mulder2017-04-121-1/+5
| |
* | Make inter JVM communication be string basedFelix Mulder2017-04-127-168/+133
| |
* | Move vulpix to `dotty.tools.vulpix`Felix Mulder2017-04-127-16/+13
| |
* | Rename filter shorthand to vulpix and update `drone.yml`Felix Mulder2017-04-121-4/+1
| |
* | Remove partest, keeping `dotc.tests` for nowFelix Mulder2017-04-126-697/+41
| |
* | Add `RunnerOrchestration` to `ParallelTesting` traitFelix Mulder2017-04-124-88/+149
| |
* | Complete subprocess communication protocolFelix Mulder2017-04-123-22/+64
| |
* | Fix settings having uninitialized valuesFelix Mulder2017-04-124-8/+20
| |
* | Implement inter-VM communication logicFelix Mulder2017-04-121-2/+44
| |
* | Add initial RunnerOrchestration interfaceFelix Mulder2017-04-122-0/+91
| |
* | Add cleanup hooks to SummaryReporterFelix Mulder2017-04-121-0/+21
| |
* | Add reproduction instr for pos separate compilationFelix Mulder2017-04-121-1/+3
| |
* | Rename test suite to "vulpix"Felix Mulder2017-04-125-11/+16
|/
* Further simplification for NameMartin Odersky2017-04-111-1/+1
|
* Run compileStdLib only as junit testMartin Odersky2017-04-111-1/+3
| | | | It fails without any test output in partest
* Fix ParallelTesting NPEMartin Odersky2017-04-111-1/+2
|
* Fix testMartin Odersky2017-04-111-1/+1
|
* Merge pull request #2193 from dotty-staging/deterministic-testsFelix Mulder2017-04-061-2/+13
|\ | | | | Deterministically randomises test compilation order
| * Use alphabetic sort by defaultOlivier Blanvillain2017-04-061-4/+11
| |
| * Deterministically randomises test compilation orderOlivier Blanvillain2017-04-051-2/+6
| | | | | | | | The previous implementation would compile tests in different orders from machine to machine, depending on the order in which *.scala files are listed by the operating system.
* | Fix rebase breakageMartin Odersky2017-04-041-1/+1
| |
* | Fix cheeky comment in nested scopeFelix Mulder2017-04-041-0/+30
| |
* | Improvement to REPL testMartin Odersky2017-04-041-1/+4
|/ | | | In case of difference, dump transcript to file for easier comparisons.
* Merge pull request #2154 from dotty-staging/topic/fix-#2151Felix Mulder2017-03-314-58/+92
|\ | | | | Fix #2151: don't die for wrong number of typeargs applied
| * Fix deadlock in `runAll`Felix Mulder2017-03-313-49/+51
| |
| * Improve summary report by dumping all to stdout on CIFelix Mulder2017-03-314-8/+40
| |
| * Make DiffUtil's rendering readable in logsFelix Mulder2017-03-311-1/+1
| |
* | Avoid NPE in ParallelTesting on junk filesMartin Odersky2017-03-311-3/+2
|/ | | | | | Emacs often produces temporary files in directories. These used to cause NPEs in the new testing framework. We now fix this by only compiling file names that designate source files.
* Fix typo in `ParallelTesting.scala`Felix Mulder2017-03-301-1/+1
|