@@ -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