Skip to content

Commit

Permalink
Tests relative to latest tc-derive.
Browse files Browse the repository at this point in the history
  • Loading branch information
milessabin committed Jun 2, 2019
1 parent 91df766 commit 4e434e0
Show file tree
Hide file tree
Showing 7 changed files with 2,889 additions and 0 deletions.
8 changes: 8 additions & 0 deletions compiler/test/dotty/tools/dotc/CompilationTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,18 @@ class CompilationTests extends ParallelTesting {
compileFile("tests/run-custom-args/fors.scala", defaultOptions and "-strict"),
compileFile("tests/run-custom-args/no-useless-forwarders.scala", defaultOptions and "-Xmixin-force-forwarders:false"),
compileFilesInDir("tests/run-deep-subtype", allowDeepSubtypes),
compileFile("tests/run-custom-args/typeclass-derivation4.scala", defaultOptions without "-Ycheck:all"), // Currently has a -Ycheck:positions problem
compileFilesInDir("tests/run", defaultOptions)
).checkRuns()
}

// Type class derivation tests -----------------------------------------------

@Test def tcd: Unit = {
implicit val testGroup: TestGroup = TestGroup("tcd")
compileFilesInDir("tests/typeclass-derivation", defaultOptions without "-Ycheck:all") // Currently has a -Ycheck:positions problem
}.checkRuns()

// Generic java signatures tests ---------------------------------------------

@Test def genericJavaSignatures: Unit = {
Expand Down
Loading

0 comments on commit 4e434e0

Please sign in to comment.