aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
Commit message (Expand)AuthorAgeFilesLines
* Run partest directory as whole by default.Dmitry Petrashko2015-05-131-2/+2
* Removing pickle tests because directory doesn't exist anymore.vsalvis2015-05-121-3/+4
* Run tests for partestvsalvis2015-05-121-1/+7
* Re-enable testsMartin Odersky2015-05-111-4/+4
* Do not try to compile dotty runtime yet. Problems with DottyPredef.Dmitry Petrashko2015-05-081-1/+1
* Data race in typer: seems due to presence of DottyPredef both on class path a...Dmitry Petrashko2015-05-081-3/+4
* Compile Dotty including runtime and utils.Dmitry Petrashko2015-05-081-6/+6
* New miniphase: ExpandSAMsMartin Odersky2015-05-021-3/+0
* Enable untried pos tests related to value classesGuillaume Martres2015-05-011-1/+1
* Erasure: properly handle null in value classesGuillaume Martres2015-05-011-0/+1
* Enable emmiting byte code for all tests. Compile Dotty.Dmitry Petrashko2015-04-301-28/+13
* Merge pull request #495 from dotty-staging/refactor/SuperAccessorsDmitry Petrashko2015-04-281-2/+0
|\
| * Super accessor refactoringMartin Odersky2015-04-221-2/+0
* | Add a neg test for SAMs.Dmitry Petrashko2015-04-231-0/+1
|/
* Merge pull request #474 from dotty-staging/alt/instantiation-checksDmitry Petrashko2015-04-201-0/+2
|\
| * Added phase to check `New` nodes for instantiability.Martin Odersky2015-04-131-0/+1
| * Self type inheritance checkMartin Odersky2015-04-131-0/+1
* | Partest for Dotty with pos tests and neg tests with error countvsalvis2015-04-171-50/+60
|/
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-091-2/+2
* Replace tabs with 4 spaces in Dotty source.Dmitry Petrashko2015-04-091-1/+1
* Disabled -Yno-double-bindings for a neg test.Martin Odersky2015-04-091-1/+1
* Make -Yno-double-bindings the default for all tests.Martin Odersky2015-04-091-3/+3
* Rename -YnoDoubleBindings to -Yno-double-bindingsMartin Odersky2015-04-091-3/+3
* Change of TERMREFsymbol/TYPEREFsymbol semanticsMartin Odersky2015-04-071-3/+2
* Some more pickling testsMartin Odersky2015-04-071-0/+2
* Reduced coverage of twice testsMartin Odersky2015-04-071-7/+7
* Test stillValid at initial phase, revive -twiceMartin Odersky2015-04-071-49/+49
* Fixed test failure for core_pickling.Martin Odersky2015-04-031-1/+1
* #435 Fix conflict between package object and case class with same nameDmitry Petrashko2015-03-261-1/+1
* Fixing conflicts between #361 and #394Dmitry Petrashko2015-03-181-1/+0
* Pickling test reorgMartin Odersky2015-03-181-2/+4
* Two more tweaks to make pickling invariant under printingMartin Odersky2015-03-181-0/+1
* Homogenize package ids and literalsMartin Odersky2015-03-181-3/+8
* Harmonize treatment of simplified between typer and unpicklerMartin Odersky2015-03-181-1/+1
* Add pickling testsMartin Odersky2015-03-181-1/+4
* Disallow refinements of types or methods that do not appear in parent.Martin Odersky2015-03-181-12/+5
* Disable dotc_ast. It fails randomlyDmitry Petrashko2015-03-181-1/+2
* Update tests to show current errors revealed by backend.Dmitry Petrashko2015-03-181-26/+37
* Enabled genBCode for `doc_parsing`. Proceeding with `dotc_tranform`.Dmitry Petrashko2015-03-181-8/+9
* Enable all pos tests for backend.Dmitry Petrashko2015-03-111-3/+5
* FullParameterization: fix rewiring of ReturnsGuillaume Martres2015-03-021-0/+1
* Merge pull request #359 from dotty-staging/fix/erasure-lub-alternativeDmitry Petrashko2015-02-131-1/+1
|\
| * Disable backend for dotc_printing need to find out why it fails.Dmitry Petrashko2015-02-131-1/+1
* | Added test to TreeChecker that guards against orphan parameters.Martin Odersky2015-02-111-1/+1
* | Prevent block types with references to local symbolsGuillaume Martres2015-02-111-0/+2
* | Java methods: JavaMethodType instead of MethodType, convert Object to AnyOndrej Lhotak2015-02-071-0/+1
|/
* More negative override testsMartin Odersky2015-02-071-1/+1
* New spec and implementation for matching.Martin Odersky2015-02-071-1/+1
* Fix of #329.Martin Odersky2015-02-071-2/+2
* Test reorgMartin Odersky2015-02-071-1/+1