@@ -149,15 +149,13 @@ class BootstrappedOnlyCompilationTests {
149
149
// lower level of concurrency as to not kill their running VMs
150
150
151
151
@ Test def picklingWithCompiler : Unit = {
152
- val jvmBackendFilter = FileFilter .exclude(List (" BTypes.scala" , " Primitives.scala" )) // TODO
153
- val runtimeFilter = FileFilter .exclude(List (" Tuple.scala" )) // TODO
154
152
implicit val testGroup : TestGroup = TestGroup (" testPicklingWithCompiler" )
155
153
aggregateTests(
156
154
compileDir(" compiler/src/dotty/tools" , picklingWithCompilerOptions, recursive = false ),
157
155
compileDir(" compiler/src/dotty/tools/dotc" , picklingWithCompilerOptions, recursive = false ),
158
156
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),
161
159
compileDir(" compiler/src/dotty/tools/dotc/ast" , picklingWithCompilerOptions),
162
160
compileDir(" compiler/src/dotty/tools/dotc/core" , picklingWithCompilerOptions, recursive = false ),
163
161
compileDir(" compiler/src/dotty/tools/dotc/config" , picklingWithCompilerOptions),
0 commit comments