From 088fd9561f02f6915fca829408b3f772fbbcf7d6 Mon Sep 17 00:00:00 2001 From: Nicolas Stucki Date: Wed, 29 Nov 2017 14:27:04 +0100 Subject: [PATCH] List pos and run tests that fail from tasty --- .../dotty/tools/dotc/FromTastyTests.scala | 53 +++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/compiler/test/dotty/tools/dotc/FromTastyTests.scala b/compiler/test/dotty/tools/dotc/FromTastyTests.scala index aa3159c88627..c3afd9eb8e88 100644 --- a/compiler/test/dotty/tools/dotc/FromTastyTests.scala +++ b/compiler/test/dotty/tools/dotc/FromTastyTests.scala @@ -24,6 +24,34 @@ class FromTastyTests extends ParallelTesting { implicit val testGroup: TestGroup = TestGroup("posTestFromTasty") val (step1, step2) = { // compileTastyInDir("../tests/pos", defaultOptions) + // FIXME + // compileTasty("../tests/pos/t115.scala", defaultOptions) + + // compileTasty("../tests/pos/t2127.scala", defaultOptions) + + // compileTasty("../tests/pos/i1570.scala", defaultOptions) + + // compileTasty("../tests/pos/t1279a.scala", defaultOptions) + + // compileTasty("../tests/pos/i3129.scala", defaultOptions) + + // compileTasty("../tests/pos/i2250.scala", defaultOptions) + + // compileTasty("../tests/pos/i966.scala", defaultOptions) + + // compileTasty("../tests/pos/t0049.scala", defaultOptions) + + // compileTasty("../tests/pos/i0306.scala", defaultOptions) + + // compileTasty("../tests/pos/t0055.scala", defaultOptions) + + // compileTasty("../tests/pos/i2397.scala", defaultOptions) + + // compileTasty("../tests/pos/i1365.scala", defaultOptions) + + // compileTasty("../tests/pos/t1957.scala", defaultOptions) + + // compileTasty("../tests/pos/i1756.scala", defaultOptions) + + // compileTasty("../tests/pos/i3130d.scala", defaultOptions) + + // compileTasty("../tests/pos/i1990a.scala", defaultOptions) + + // compileTasty("../tests/pos/i996.scala", defaultOptions) + + // compileTasty("../tests/pos/companions.scala", defaultOptions) + + // compileTasty("../tests/pos/i1812.scala", defaultOptions) + + // compileTasty("../tests/pos/i2944.scala", defaultOptions) + + // compileTasty("../tests/pos/i2468.scala", defaultOptions) + + // compileTasty("../tests/pos/i2300.scala", defaultOptions) + + // compileTasty("../tests/pos/i1990.scala", defaultOptions) + + // compileTasty("../tests/pos/i1812b.scala", defaultOptions) + + // compileTasty("../tests/pos/t2405.scala", defaultOptions) + + // compileTasty("../tests/pos/supercalls.scala", defaultOptions) + + // compileTasty("../tests/pos/hklub0.scala", defaultOptions) + + // compileTasty("../tests/pos/i3130a.scala", defaultOptions) + compileTastyInDir("../tests/pos-from-tasty", defaultOptions) + compileTasty("../tests/pos-from-tasty/simpleClass.scala", defaultOptions) } @@ -36,6 +64,31 @@ class FromTastyTests extends ParallelTesting { implicit val testGroup: TestGroup = TestGroup("runTestFromTasty") val (step1, step2) = { // compileTastyInDir("../tests/run", defaultOptions) + // FIXME + // compileTasty("../tests/run/t3613.scala", defaultOptions) + + // compileTasty("../tests/run/i1569.scala", defaultOptions) + + // compileTasty("../tests/run/i2337.scala", defaultOptions) + + // compileTasty("../tests/run/t2127.scala", defaultOptions) + + // compileTasty("../tests/run/scala2trait-lazyval.scala", defaultOptions) + + // compileTasty("../tests/run/t6666a.scala", defaultOptions) + + // compileTasty("../tests/run/t3452f.scala", defaultOptions) + + // compileTasty("../tests/run/t6957.scala", defaultOptions) + + // compileTasty("../tests/run/inlinedAssign.scala", defaultOptions) + + // compileTasty("../tests/run/bridges.scala", defaultOptions) + + // compileTasty("../tests/run/t8002.scala", defaultOptions) + + // compileTasty("../tests/run/t6506.scala", defaultOptions) + + // compileTasty("../tests/run/enum-approx.scala", defaultOptions) + + // compileTasty("../tests/run/i2337b.scala", defaultOptions) + + // compileTasty("../tests/run/array-addition.scala", defaultOptions) + + // compileTasty("../tests/run/t1909c.scala", defaultOptions) + + // compileTasty("../tests/run/i2163.scala", defaultOptions) + + // compileTasty("../tests/run/t8395.scala", defaultOptions) + + // compileTasty("../tests/run/view-iterator-stream.scala", defaultOptions) + + // compileTasty("../tests/run/Course-2002-13.scala", defaultOptions) + + // compileTasty("../tests/run/NestedClasses.scala", defaultOptions) + + // compileTasty("../tests/run/inlineForeach.scala", defaultOptions) + + // compileTasty("../tests/run/i1990b.scala", defaultOptions) + + // compileTasty("../tests/run/t3048.scala", defaultOptions) + + // compileTasty("../tests/run/patmat-bind-typed.scala", defaultOptions) + compileTastyInDir("../tests/run-from-tasty", defaultOptions) + compileTasty("../tests/run/t493.scala", defaultOptions) }