From bec83bd15330939aa952960c4cc48fae0101277f Mon Sep 17 00:00:00 2001 From: Allan Renucci Date: Tue, 28 Aug 2018 12:56:42 +0200 Subject: [PATCH] Fix #5021: Remove duplicate test These tests may be run in parallel in the same group, and compile the same files at the same time which caused non deterministic issues. --- .../dotty/tools/dotc/BootstrappedOnlyCompilationTests.scala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compiler/test/dotty/tools/dotc/BootstrappedOnlyCompilationTests.scala b/compiler/test/dotty/tools/dotc/BootstrappedOnlyCompilationTests.scala index 7ee1015b5f69..be9cffb8a598 100644 --- a/compiler/test/dotty/tools/dotc/BootstrappedOnlyCompilationTests.scala +++ b/compiler/test/dotty/tools/dotc/BootstrappedOnlyCompilationTests.scala @@ -43,8 +43,7 @@ class BootstrappedOnlyCompilationTests extends ParallelTesting { compileDir("compiler/src/dotty/tools/dotc/reporting", withCompilerOptions) + compileDir("compiler/src/dotty/tools/dotc/typer", withCompilerOptions) + compileDir("compiler/src/dotty/tools/dotc/util", withCompilerOptions) + - compileDir("compiler/src/dotty/tools/io", withCompilerOptions) + - compileDir("compiler/src/dotty/tools/dotc/core", withCompilerOptions) + compileDir("compiler/src/dotty/tools/io", withCompilerOptions) }.checkCompile() @Test def posTwiceWithCompiler: Unit = {