Skip to content

Commit 1edd3ca

Browse files
committed
Fix Todos
1 parent 3a7940a commit 1edd3ca

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

compiler/test/dotty/tools/dotc/BootstrappedOnlyCompilationTests.scala

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,15 +149,13 @@ class BootstrappedOnlyCompilationTests {
149149
// lower level of concurrency as to not kill their running VMs
150150

151151
@Test def picklingWithCompiler: Unit = {
152-
val jvmBackendFilter = FileFilter.exclude(List("BTypes.scala", "Primitives.scala")) // TODO
153-
val runtimeFilter = FileFilter.exclude(List("Tuple.scala")) // TODO
154152
implicit val testGroup: TestGroup = TestGroup("testPicklingWithCompiler")
155153
aggregateTests(
156154
compileDir("compiler/src/dotty/tools", picklingWithCompilerOptions, recursive = false),
157155
compileDir("compiler/src/dotty/tools/dotc", picklingWithCompilerOptions, recursive = false),
158156
compileDir("library/src/scala/runtime/function", picklingWithCompilerOptions),
159-
compileFilesInDir("library/src/scala/runtime", picklingWithCompilerOptions, runtimeFilter),
160-
compileFilesInDir("compiler/src/dotty/tools/backend/jvm", picklingWithCompilerOptions, jvmBackendFilter),
157+
compileFilesInDir("library/src/scala/runtime", picklingWithCompilerOptions),
158+
compileFilesInDir("compiler/src/dotty/tools/backend/jvm", picklingWithCompilerOptions),
161159
compileDir("compiler/src/dotty/tools/dotc/ast", picklingWithCompilerOptions),
162160
compileDir("compiler/src/dotty/tools/dotc/core", picklingWithCompilerOptions, recursive = false),
163161
compileDir("compiler/src/dotty/tools/dotc/config", picklingWithCompilerOptions),

0 commit comments

Comments
 (0)