summaryrefslogtreecommitdiff
path: root/test/junit/scala/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-12-201-5/+4
|\
| * Use ClassTag instead of Manifest in AssertUtil.assertThrows.Sébastien Doeraene2016-12-171-5/+4
* | sbt build: fix "unchecked" warnings when compiling Java codeSeth Tisue2016-08-301-0/+1
* | Emit trait method bodies in staticsJason Zaugg2016-06-281-3/+12
* | Keep line numbers when inlining from the same compilation unitLukas Rytz2016-06-061-1/+1
* | Lambda impl methods static and more stably namedJason Zaugg2016-06-011-2/+8
* | Clean up bytecode testing methods.Lukas Rytz2016-05-201-21/+64
* | Better abstraction for JUnit run testsLukas Rytz2016-05-201-0/+17
* | Better abstraction for bytecode tests. Also organize some imports.Lukas Rytz2016-05-201-81/+88
* | Rename nsc.backend.jvm.CodeGenTools to testing.BytecodeTestingLukas Rytz2016-05-201-0/+247
* | Reduce boilerplate in compiler JUnit tests (#5158)Jason Zaugg2016-05-161-7/+40
|/
* Inline final methods defined in traitsLukas Rytz2015-03-111-0/+18
* Reuse the same compiler instance for all tests in a JUnit classLukas Rytz2015-03-111-0/+20
* SI-8818 FreshName extractor forgives suffixSom Snytt2015-02-091-11/+10
* SI-8976 MutableList.tail.iterator.size is lengthSom Snytt2014-12-063-6/+76
* SI-8835 Iterator tests can be junitSom Snytt2014-11-111-1/+19
* JUnit tests for dead code elimination.Lukas Rytz2014-09-101-1/+10
* Fix assertThrows, and the behaviors that it shadowedLukas Rytz2014-09-021-0/+2
* Unit tests for new BType classesLukas Rytz2014-06-011-6/+11
* addresses feedback regarding new junit testsDen Shabalin2013-08-152-7/+16
* add assertThrows testing utility functionDen Shabalin2013-08-142-0/+44