aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix --show-diff for partestvsalvis2015-05-271-1/+20
* Merge pull request #587 from vsalvis/vsalvis-partest-runDmitry Petrashko2015-05-224-77/+125
|\
| * Update-check option for partest, added "do not edit" headervsalvis2015-05-223-31/+66
| * Less verbose partest with compiler output redirected, better --verbose outputvsalvis2015-05-222-31/+35
| * Added partest-only sbt target and less verbose file generationvsalvis2015-05-221-23/+33
| * Partest command line options (same as scala) useable from sbtvsalvis2015-05-221-7/+6
* | Clone scala/scala to ./scala-scala instead of ./scalaDmitry Petrashko2015-05-213-3/+3
|/
* Move `scala/scala` sources to ./scala/ from ../scala/Dmitry Petrashko2015-05-203-3/+3
* Partest command line options (same as scala) useable from sbtvsalvis2015-05-131-5/+8
* Run partest directory as whole by default.Dmitry Petrashko2015-05-132-15/+21
* Removing pickle tests because directory doesn't exist anymore.vsalvis2015-05-121-3/+4
* More robust partest/test switching for concurrent sbt instancesvsalvis2015-05-121-15/+17
* Better documentation for partest dottyJar optionvsalvis2015-05-122-2/+4
* Run tests for partestvsalvis2015-05-124-30/+110
* 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
* | Robuster FileLock test to prevent exception if fork in Test is ever disabledvsalvis2015-04-201-5/+11
* | Using FileLock to distinguish between test and partest modevsalvis2015-04-201-2/+10
* | Partest for Dotty with pos tests and neg tests with error countvsalvis2015-04-176-78/+581
|/
* Add spaces around + in dotty source.Dmitry Petrashko2015-04-094-6/+6
* 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
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-095-5/+5
* 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