From 9c2b838fba4de910ce72230f04266d19ff510398 Mon Sep 17 00:00:00 2001 From: VladimirNik Date: Tue, 1 Dec 2015 15:59:13 +0100 Subject: Removed tasty_dotc_reporting test due to issue #986 --- test/dotc/tests.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala index 2bbbacd2f..a07b2545c 100644 --- a/test/dotc/tests.scala +++ b/test/dotc/tests.scala @@ -228,7 +228,7 @@ class tests extends CompilerTest { @Test def tasty_new_all = compileFiles(newDir, testPickling) @Test def tasty_dotc_config = compileDir(dotcDir, "config", testPickling) @Test def tasty_dotc_printing = compileDir(dotcDir, "printing", testPickling) - @Test def tasty_dotc_reporting = compileDir(dotcDir, "reporting", testPickling) + //@Test def tasty_dotc_reporting = compileDir(dotcDir, "reporting", testPickling) @Test def tasty_dotc_util = compileDir(dotcDir, "util", testPickling) @Test def tasty_tools_io = compileDir(toolsDir, "io", testPickling) @Test def tasty_tests = compileDir(testsDir, "tasty", testPickling) -- cgit v1.2.3