aboutsummaryrefslogtreecommitdiff
path: root/test/test
Commit message (Expand)AuthorAgeFilesLines
* Neg tests: filename checking updatedVladimirNik2016-02-181-1/+1
* Restructured JUnit neg testsvsalvis2016-02-181-50/+107
* Negtests (JUnit only) check that each error line has a // errorvsalvis2016-02-181-3/+76
* Driver: properly use root Context passed as argumentGuillaume Martres2016-02-041-2/+2
* Remove useless options in testsGuillaume Martres2016-02-041-11/+0
* Survive files that are not SFiles in CompilerTestMartin Odersky2016-01-161-1/+1
* Replace withMode by addModeMartin Odersky2015-10-011-1/+1
* Fix miniphase assembly.Martin Odersky2015-08-151-5/+5
* Partest 3/3: Proper compiler output redirectionvsalvis2015-06-241-1/+1
* Merge pull request #587 from vsalvis/vsalvis-partest-runDmitry Petrashko2015-05-221-33/+41
|\
| * Update-check option for partest, added "do not edit" headervsalvis2015-05-221-16/+15
| * 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
* Run partest directory as whole by default.Dmitry Petrashko2015-05-131-13/+19
* More robust partest/test switching for concurrent sbt instancesvsalvis2015-05-121-15/+17
* Better documentation for partest dottyJar optionvsalvis2015-05-121-1/+1
* Run tests for partestvsalvis2015-05-121-22/+59
* 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-171-25/+260
* Add spaces around + in dotty source.Dmitry Petrashko2015-04-094-6/+6
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-094-4/+4
* Avoid print-types being on by default in testingMartin Odersky2015-03-181-1/+1
* Make some tree fields lazyMartin Odersky2015-03-181-6/+6
* The fold reverses the order of the typed strings.Nada Amin2015-03-061-1/+1
* Type stealer that allows to steal types after typerDmitry Petrashko2015-02-171-0/+32
* Add dotty repl & type stealerDmitry Petrashko2015-02-171-0/+25
* Disable context escape detectionMartin Odersky2014-12-191-2/+3
* Update class-path dependant tests. Disable one.Dmitry Petrashko2014-12-161-3/+5
* support running java-interop testsOndrej Lhotak2014-11-221-3/+3
* Added methods to prepare-for and transform a complete compilation unit tree.Martin Odersky2014-11-121-5/+5
* Drop modifiers as separate data from MemberDef treesMartin Odersky2014-11-103-15/+15
* Add possibility to compile all files in a directory and all subdirectories.Martin Odersky2014-10-121-2/+6
* Fix test suite to go deep in subdirectories.Dmitry Petrashko2014-10-111-1/+1
* Disabling two tests which failed.Martin Odersky2014-08-292-2/+2
* Rename in Phase: name -> phaseNameMartin Odersky2014-08-182-14/+14
* Changes to tree copyingMartin Odersky2014-08-132-20/+20
* Disentangle phases from treetransformsMartin Odersky2014-08-091-8/+8
* Move valueclass functionality into its own ValueClass module.Martin Odersky2014-07-171-1/+0
* Changed PostTyperTransformer schemeMartin Odersky2014-07-173-6/+8
* Phases in tests now also have valid periods.Dmitry Petrashko2014-07-164-0/+23
* Merge pull request #132 from DarkDimius/small-fixesDmitry Petrashko2014-05-201-20/+20
|\
| * Fix too precise type error in LazyVals.Dmitry Petrashko2014-05-091-20/+20
* | Make java file compile under 1.6.Martin Odersky2014-05-201-2/+2
* | Reporter refactoringMartin Odersky2014-05-201-1/+1
|/
* Fix lazy vals test broken by fixing fixing tpd.ClassDef.Dmitry Petrashko2014-05-081-11/+12
* Changes to test framework and testsMartin Odersky2014-05-081-9/+7
* Merge pull request #119 from DarkDimius/leaksDmitry Petrashko2014-05-064-3/+156
|\