aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotty
Commit message (Collapse)AuthorAgeFilesLines
...
* Address reviewer feedback on #2125Felix Mulder2017-03-294-249/+232
|
* Add documentation to ParallelTestingFelix Mulder2017-03-291-2/+247
|
* Add test filtering via `filterTest <regex>`Felix Mulder2017-03-293-23/+48
|
* Restore partest and enable it to run alongside new partestFelix Mulder2017-03-295-0/+1104
|
* Add testing of new test frameworkFelix Mulder2017-03-292-49/+132
|
* Add summary report to pos tests and run testsFelix Mulder2017-03-292-133/+264
|
* Consolidate test reporters in `TestReporter` always dumping log fileFelix Mulder2017-03-294-59/+107
|
* Throw on timeoutFelix Mulder2017-03-291-2/+3
|
* Disable interactive mode in CIFelix Mulder2017-03-292-1/+5
|
* Fix tasty bootstrapFelix Mulder2017-03-292-26/+52
|
* Support copyToDir for tests that mutate original sourceFelix Mulder2017-03-292-8/+18
|
* Make compileList take test name argFelix Mulder2017-03-292-4/+8
|
* Fix reflective method lookup to work for both scalac & dottyFelix Mulder2017-03-291-21/+28
|
* Make tests composableFelix Mulder2017-03-292-414/+360
|
* Kill partestFelix Mulder2017-03-296-1108/+9
|
* Remove `tests.scala`Felix Mulder2017-03-292-4/+18
|
* Move whitelist test out of `tests.scala`Felix Mulder2017-03-291-0/+17
|
* Move REPL diff tests out of `tests.scala`Felix Mulder2017-03-292-17/+23
|
* Add all tests from `tests.scala` as is to new infraFelix Mulder2017-03-291-15/+357
|
* Rewrite testing logic as to not copy filesFelix Mulder2017-03-291-173/+267
|
* Stylistic changes to `Compiler` and `DPConsoleRunner`Felix Mulder2017-03-291-12/+12
|
* Add run testing capabilitiesFelix Mulder2017-03-292-19/+137
|
* Add ability to compile single filesFelix Mulder2017-03-291-1/+16
|
* Add support for error annotations in neg testsFelix Mulder2017-03-292-42/+188
|
* Add neg testing capability to ParallelTestingFelix Mulder2017-03-291-2/+45
|
* Parallelize compilation runs for ParallelTesting infraFelix Mulder2017-03-291-27/+92
|
* Prefix out directory with name of testFelix Mulder2017-03-291-1/+6
|
* Add java compilation to `ParallelTesting`Felix Mulder2017-03-291-0/+23
|
* Add interface for unit tests into `ParallelTesting`Felix Mulder2017-03-291-0/+60
|
* Add initial compilation functionality to ParallelTesting traitFelix Mulder2017-03-291-0/+41
|
* Fix IntellliJ support by making dotty-doc its own subprojectFelix Mulder2017-03-211-2/+2
|
* Move 'invalid super qualifier' error to new error format.Abel Nieto2017-03-171-0/+24
| | | | | | | | | As part of https://github.com/lampepfl/dotty/issues/1589, use the new error message for static super references where the qualifier isn't a parent of the class. Tested: Added unit test.
* Merge pull request #2043 from dotty-staging/tailrec-derivesFromDmitry Petrashko2017-03-151-2/+2
|\ | | | | Tailrec for derivesFrom/lookupRefined/classSymbol/classSymbols
| * Add @tailrec to avoid regressions.Nicolas Stucki2017-03-011-2/+2
| |
* | Merge pull request #2049 from ennru/ennru_RecursiveNeedsTypeodersky2017-03-091-1/+94
|\ \ | | | | | | Change "recursive/cyclic definitions needs type" errors to Message
| * | Analysis of overloaded or recursive is harder than expectedEnno Runne2017-03-071-3/+3
| | | | | | | | | | | | Fall-back to reporting "overloaded or recursive needs type".
| * | More detail in error messagesEnno Runne2017-03-051-2/+37
| | | | | | | | | | | | | | | | | | Split error messages for recursive method and overloaded method needs type into two (but did not solve the analysis which to show). Make CyclicReference type error construct corresponding error message.
| * | Explanations for recursive/cyclic type requirementsEnno Runne2017-03-041-0/+58
| |/
* | Add FatalError from scala.reflectGuillaume Martres2017-03-081-2/+1
| |
* | Remove unused scala.reflect importsGuillaume Martres2017-03-071-1/+0
| |
* | FixesMartin Odersky2017-03-051-3/+0
|/ | | | | (1) Drop unused error message (2) Drop test which is now illegal
* Merge pull request #2028 from ennru/ennru_AnnotatedPrimaryConstructorRequiresFelix Mulder2017-03-011-0/+14
|\ | | | | Change 'private, protected, or this expected' to Message
| * Change 'private, protected, or this expected' to MessageEnno Runne2017-02-231-0/+14
| |
* | Fix import which produces flakey test resultsMartin Odersky2017-02-251-1/+1
|/ | | | | Previous import gave test errors under eclipse. Probably due to some stray directory on the classpath.
* Merge pull request #2015 from dotty-staging/add-pf-overloadingodersky2017-02-231-0/+0
|\ | | | | Add overloading support for case-closures
| * Extend argument pretyping to case-closuresMartin Odersky2017-02-211-0/+0
| |
* | Change 'is abstract; cannot be instantiated' to MessageEnno Runne2017-02-201-0/+39
|/
* Change 'mixed left- and right-associative operators' to MessageEnno Runne2017-02-201-0/+23
|
* Use enum for error messages IDs.Nicolas Stucki2017-02-161-4/+2
|
* Change '... expected but found ...' to MessageEnno Runne2017-02-142-1/+30
|