aboutsummaryrefslogtreecommitdiff
path: root/test/test/CompilerTest.scala
Commit message (Expand)AuthorAgeFilesLines
* Move (most) unit tests to correct locationsFelix Mulder2016-11-221-623/+0
* Move sjs, make sure that partest compiles everything in dirsFelix Mulder2016-11-221-9/+18
* Add dotty-library to classpath in dottydoc testsFelix Mulder2016-11-221-4/+7
* Create dotty-lib.jar for run testsFelix Mulder2016-11-221-7/+35
* Make relevant parts of compiler conform to new error handlingFelix Mulder2016-10-101-2/+2
* Add modifiers to highlightingFelix Mulder2016-10-101-5/+6
* test negtest path with / rather than path separatorMartijn Hoekstra2016-09-081-1/+1
* honor -encoding compiler flag and defaultsMartijn Hoekstra2016-09-071-3/+5
* force UTF-8 for slurp and writeMartijn Hoekstra2016-09-071-2/+28
* normalize paths for testsMartijn Hoekstra2016-09-071-2/+1
* partest: Enable separate compilation and javac testsGuillaume Martres2016-07-271-1/+2
* Fix error printing in compiler testMartin Odersky2016-07-161-9/+7
* Fix #1336: Discard reporter output for tests that succeed.Nicolas Stucki2016-07-071-5/+20
* partest: correct line numbers in run stack tracesGuillaume Martres2016-06-301-6/+2
* Add Eq instances of standard types to PredefMartin Odersky2016-05-231-1/+5
* Add REPL testsMartin Odersky2016-03-181-1/+16
* Polish rewrite testMartin Odersky2016-03-121-3/+3
* Rewrite testMartin Odersky2016-03-121-1/+17
* Neg tests: change val computeFilePathsAndExpErrors to defVladimirNik2016-03-031-3/+3
* Neg tests: remove negTest flag; neg tests are binded to neg directoryVladimirNik2016-03-031-41/+34
* Neg tests: remove xerror parameter from tests (compute based on // error)VladimirNik2016-03-031-42/+67
* 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
* Survive files that are not SFiles in CompilerTestMartin Odersky2016-01-161-1/+1
* Partest 3/3: Proper compiler output redirectionvsalvis2015-06-241-1/+1
* 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
* 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
* support running java-interop testsOndrej Lhotak2014-11-221-3/+3
* 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
* Reporter refactoringMartin Odersky2014-05-201-1/+1
* Changes to test framework and testsMartin Odersky2014-05-081-9/+7
* Allow to provide parent Context for Driver.processDmitry Petrashko2014-04-111-1/+1
* Improve test infrastructureMartin Odersky2014-03-101-2/+16
* Generalize test infrastructureMartin Odersky2014-02-071-7/+6
* Make skolems live forever...Martin Odersky2014-02-061-5/+8
* Starting to test compiling the compiler.Martin Odersky2013-12-211-0/+19
* Added unit testing supportMartin Odersky2013-11-181-0/+23