aboutsummaryrefslogtreecommitdiff
path: root/test/test
Commit message (Expand)AuthorAgeFilesLines
* 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-224-12/+41
* Create dotty-lib.jar for run testsFelix Mulder2016-11-223-10/+56
* Merge pull request #1725 from dotty-staging/change-pickle-earlyGuillaume Martres2016-11-221-4/+3
|\
| * Revert 53cd512Martin Odersky2016-11-191-4/+3
* | Clean up parameterized typedefsMartin Odersky2016-11-111-1/+1
|/
* Change `ClassicReporter` to `TestReporter` in test sourcesFelix Mulder2016-11-091-4/+4
* add the forgotten patmat testliu fengyun2016-11-091-0/+90
* address review feedbackliu fengyun2016-10-221-3/+5
* add tests for modifiersliu fengyun2016-10-221-0/+160
* Merge pull request #1565 from Blaisorblade/warningsFelix Mulder2016-10-141-3/+3
|\
| * Fix compilation warningsPaolo G. Giarrusso2016-10-071-3/+3
* | Refactor explanation interpolatorFelix Mulder2016-10-101-3/+1
* | Remove duplication of console reportersFelix Mulder2016-10-101-1/+3
* | Make relevant parts of compiler conform to new error handlingFelix Mulder2016-10-102-4/+4
* | Add modifiers to highlightingFelix Mulder2016-10-102-6/+8
|/
* Add `Comments` object instead of `Scanners.Comment` case classFelix Mulder2016-10-061-45/+45
* Merge pull request #1492 from dotty-staging/add-inlineGuillaume Martres2016-10-062-1/+33
|\
| * Add InlineBytecodeTests to check that inline really worksGuillaume Martres2016-10-051-0/+32
| * DottyBytecodeTest: fix diffInstructions outputGuillaume Martres2016-10-051-1/+1
* | Merge pull request #1494 from martijnhoekstra/wintestsFelix Mulder2016-10-067-15/+45
|\ \ | |/ |/|
| * test negtest path with / rather than path separatorMartijn Hoekstra2016-09-081-1/+1
| * honor -encoding compiler flag and defaultsMartijn Hoekstra2016-09-074-6/+11
| * force UTF-8 for slurp and writeMartijn Hoekstra2016-09-071-2/+28
| * ignore REPL transscript line ending differencesMartijn Hoekstra2016-09-071-2/+2
| * normalize paths for testsMartijn Hoekstra2016-09-073-5/+4
* | Make InterpolatedString conform to ordering requirementMartin Odersky2016-09-241-2/+2
|/
* Add module member lookupFelix Mulder2016-08-191-45/+45
* Fix readLine in TestREPL to align with Ammonite readerMartin Odersky2016-08-161-3/+11
* Merge pull request #1289 from dotty-staging/fix/partest-separateGuillaume Martres2016-07-271-1/+2
|\
| * partest: Enable separate compilation and javac testsGuillaume Martres2016-07-271-1/+2
* | Fixes #1316: Remove JLineKazuyoshi Kato2016-07-271-5/+0
|/
* 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
* Merge pull request #1251 from felixmulder/topic/fix-stdoutredirect-replFelix Mulder2016-06-011-0/+3
|\
| * Use ChoiceSetting for coloringFelix Mulder2016-05-121-1/+1
| * Add CLI option to disable REPL syntax highlightingFelix Mulder2016-05-121-2/+4
| * Strip colors from output in TestREPLFelix Mulder2016-05-121-1/+2
* | Merge pull request #1256 from felixmulder/topic/test-bcodeDmitry Petrashko2016-05-274-0/+713
|\ \
| * | Add tests for primitive construction as well as reference and boxed unit arraysFelix Mulder2016-05-183-3/+100
| * | Add test for `Array.ofDim`Felix Mulder2016-05-171-0/+24
| * | Fix #1258: correct behavior for annotated valuesFelix Mulder2016-05-172-19/+35
| * | Add switch verification testFelix Mulder2016-05-172-2/+62
| * | Add bytecode checking infrastructureFelix Mulder2016-05-174-0/+516
| |/
* / Add Eq instances of standard types to PredefMartin Odersky2016-05-231-1/+5
|/
* Rename old DottyRepl (used for power mode) using ILoop to TypeStealerFelix Mulder2016-04-291-1/+1
* Revert Scanners and Tokens to their original formFelix Mulder2016-04-281-1/+1
* Add multiline support using ammonite multilineFilterFelix Mulder2016-04-281-1/+1
* Initial implementation featuring two different highlightersFelix Mulder2016-04-281-2/+2