aboutsummaryrefslogtreecommitdiff
path: root/test/test
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Allow to provide parent Context for Driver.processDmitry Petrashko2014-04-111-1/+1
| * Context escape detection.Dmitry Petrashko2014-04-093-2/+155
* | Fix lazy vals tests broken by previous commit.Dmitry Petrashko2014-04-091-9/+10
|/
* Reduce verbosity of logs.Dmitry Petrashko2014-04-023-5/+3
* Fix error in lazy-vals.Dmitry Petrashko2014-03-311-1/+1
* Test that lazy val doesn't rewrite module definitions.Dmitry Petrashko2014-03-311-0/+9
* Rename methods on FreshContext to make mutation obviousDmitry Petrashko2014-03-272-7/+7
* Better diagnostics for failing stub count testsMartin Odersky2014-03-201-1/+1
* Allow MiniPhase to be DenotTransformerDmitry Petrashko2014-03-195-39/+62
* LazyVals phase.Dmitry Petrashko2014-03-191-0/+350
* Re-enabled and renamed testsMartin Odersky2014-03-181-4/+4
* Refactored denotation transformersMartin Odersky2014-03-181-4/+4
* Renamings TreeTransformer -> TreeMap, TreeMapper -> TreeTypeMapMartin Odersky2014-03-182-2/+2
* CreateCompanionObjects transformerDmitry Petrashko2014-03-131-0/+117
* PostTyper transformersDmitry Petrashko2014-03-131-0/+117
* Improve test infrastructureMartin Odersky2014-03-101-2/+16
* Tree Transformer&TreeTransform:Dmitry Petrashko2014-03-061-0/+179
* For some tests context is required, it should be passed to checker phase.Dmitry Petrashko2014-03-032-19/+29
* Merge pull request #31 from DarkDimius/testsDarkDimius2014-03-022-0/+40
|\
| * Infrastructure for per-phase tests, with inline source as a string.Dmitry Petrashko2014-03-012-0/+40
|/
* Made blacklist in ScannerTest ignore the source path location of the blacklis...Martin Odersky2014-02-161-4/+4
* Add Scalac scanning to the Travis CI buildVlad Ureche2014-02-161-8/+13
* Make Definitions load all symbols in current runId.Martin Odersky2014-02-101-1/+1
* Generalize test infrastructureMartin Odersky2014-02-071-7/+6
* Make skolems live forever...Martin Odersky2014-02-061-5/+8
* Fixed ScannerTest to make it work with relative pathsMartin Odersky2014-02-061-2/+2
* Made showclass tests more robust if fewer stubs are generated than the limit.Martin Odersky2014-02-061-1/+1
* One more absolute path changed to relativeDmitry Petrashko2014-02-061-1/+1
* Use relative paths in testsDmitry Petrashko2014-02-063-9/+9
* Fixing the test suite.Martin Odersky2014-01-171-1/+1
* Module classes are now entered into owner's scope when unpickled.Martin Odersky2013-12-261-2/+2
* Fixing problems in treatment of private symbolsMartin Odersky2013-12-241-2/+2
* Starting to test compiling the compiler.Martin Odersky2013-12-211-0/+19
* Handling implicit unapply arguments.Martin Odersky2013-12-201-2/+2