summaryrefslogtreecommitdiff
path: root/src/partest
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2561 from soc/SI-7479Adriaan Moors2013-06-182-1/+3
|\
| * SI-7479 Make test/files/run/tailcalls.scala pass on AvianSimon Ochsenreither2013-06-101-0/+1
| * SI-7479 Add avian option to partest's diff filter...Simon Ochsenreither2013-06-061-1/+2
* | Merge branch '2.10.x' into topic/merge-v2.10.2-RC1-35-ga54d86b-to-masterJason Zaugg2013-06-101-0/+27
|\ \
| * | Refactor testing logic for only running under certain JDK versionsJames Iry2013-06-041-0/+27
* | | SI-2464 Resiliance against missing InnerClass attributesJason Zaugg2013-06-061-4/+31
| |/ |/|
* | Merge pull request #2584 from som-snytt/issue/repl-tools-jarPaul Phillips2013-05-261-29/+2
|\ \
| * | SI-7410 REPL uses improved tools.jar locatorSom Snytt2013-05-231-29/+2
* | | SI-7198 Par-Test uses filters filesSom Snytt2013-05-251-2/+19
* | | SI-7003 Partest redirects stderr to log fileSom Snytt2013-05-252-44/+95
|/ /
* | Harden partest against duplicate paths.Paul Phillips2013-05-201-6/+13
* | Merge pull request #2562 from som-snytt/issue/double-pluginv2.11.0-M3Jason Zaugg2013-05-201-2/+4
|\ \
| * | SI-7494 Tests for status quoSom Snytt2013-05-191-2/+4
* | | Merge v2.10.1-326-g4f8c306' into merge/v2.10.1-326-g4f8c306-to-masterJason Zaugg2013-05-1731-2139/+1775
|\| | | |/ |/|
| * Merge pull request #2512 from som-snytt/issue/partest-exec-logPaul Phillips2013-05-111-4/+5
| |\
| | * Par-Test includes log in transcript of failed execSom Snytt2013-05-101-4/+5
| * | Partest can --show-diff again after incremental report.Som Snytt2013-05-032-1/+13
| |/
| * SI-7409 Par-Test: A crash is not a DNC for neg testsSom Snytt2013-04-303-31/+58
| * Partest has an optionable wait period.Som Snytt2013-04-305-13/+43
| * SI-7349 Partest supports test-interfaceSom Snytt2013-04-307-194/+227
| * Partest testnum field width is sensitive to total testsSom Snytt2013-04-302-4/+9
| * SI-7358 Partest fails on scalacheck failureSom Snytt2013-04-301-14/+18
| * Par-Test allows redefinition of srcDir by AntSom Snytt2013-04-221-3/+3
| * SI-7314 Partest locates tools.jar and javacSom Snytt2013-04-182-0/+32
| * SI-6289 Paulptest demonstrating javac errorsSom Snytt2013-04-041-3/+47
| * SI-6289 Partest in technicolor and showing javac errorsSom Snytt2013-04-0420-1530/+1412
| * Merge remote tracking branch 'origin/2.10.x' into topic/merge-2.10.x-to-v2.11...Jason Zaugg2013-04-026-1503/+28
| |\
| * | Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-211-1/+1
| * | Teach partest the magic of abstraction.Paul Phillips2013-03-093-34/+26
| * | Moved scaladoc sources into separate directory.Paul Phillips2013-03-091-203/+0
| * | Disentangled RangePositions from interactive.Paul Phillips2013-03-042-9/+2
| * | Merge remote-tracking branch 'scala/2.10.x' into patmat-refactor-masterAdriaan Moors2013-02-121-1/+1
| |\ \
| * \ \ Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2013-02-102-3/+90
| |\ \ \
| * \ \ \ Merge commit '81d8f9d3da' into merge-210Paul Phillips2013-02-092-5/+117
| |\ \ \ \
| * \ \ \ \ Merge commit '644eb7078a' into wip/fresh-merge2Paul Phillips2013-02-011-0/+61
| |\ \ \ \ \
| * \ \ \ \ \ Merge commit 'e7ecaa00bb' into pr/merge-2.10Paul Phillips2013-01-252-2/+2
| |\ \ \ \ \ \
| * | | | | | | SI-6964 Remove build managers, both simple and refined.Jason Zaugg2013-01-126-128/+0
| * | | | | | | Merge pull request #1849 from som-snytt/issue/6894-javap-appPaul Phillips2013-01-101-0/+26
| |\ \ \ \ \ \ \
| | * | | | | | | Repl javap decodes various synthetic names for us (fixing SI-6894)Som Snytt2013-01-091-0/+26
| * | | | | | | | Merge branch '2.10.x'Adriaan Moors2013-01-082-2/+1
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #1506 from som-snytt/issue/6446-plugin-descPaul Phillips2012-12-223-18/+45
| |\ \ \ \ \ \ \ \
| | * | | | | | | | PluginComponent contributes description to -Xshow-phases.Som Snytt2012-12-183-18/+45
| * | | | | | | | | Merge remote-tracking branch 'origin/2.10.x' into merge-2.10.xPaul Phillips2012-12-202-1/+5
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Do not recompute stack frames when instrumenting bytecode.Grzegorz Kossakowski2012-12-192-25/+21
| * | | | | | | | | | Set `canRetransform` flag to `false` in instrumentation.Grzegorz Kossakowski2012-12-191-1/+1
| * | | | | | | | | | Correct whitespace in `ASMTransformer.java`.Grzegorz Kossakowski2012-12-191-27/+27
| | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge commit 'refs/pull/1717/head' into merge-msil-genjvm-deletePaul Phillips2012-12-062-7/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | SI-6769 Removes GenJVM backendJames Iry2012-12-052-7/+2
| * | | | | | | | | | Remove TermName -> String implicit.Paul Phillips2012-12-021-1/+1
| |/ / / / / / / / /
| * | | | | | | | | Merge branch 'merge-2.10.wip-x' into merge-2.10.x-masterPaul Phillips2012-11-232-2/+21
| |\ \ \ \ \ \ \ \ \