From 4b3b12d97cf31012d776364953fd10cac7b8b9dd Mon Sep 17 00:00:00 2001 From: Liu Fengyun Date: Tue, 9 Mar 2021 14:56:51 +0100 Subject: [PATCH] Fix #11654: disable pickling test for language.scala [test_windows_full] --- .../dotty/tools/dotc/BootstrappedOnlyCompilationTests.scala | 2 +- library/src/scala/runtime/stdLibPatches/language.scala | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/compiler/test/dotty/tools/dotc/BootstrappedOnlyCompilationTests.scala b/compiler/test/dotty/tools/dotc/BootstrappedOnlyCompilationTests.scala index e4eae741edbd..a4f553dc4a2d 100644 --- a/compiler/test/dotty/tools/dotc/BootstrappedOnlyCompilationTests.scala +++ b/compiler/test/dotty/tools/dotc/BootstrappedOnlyCompilationTests.scala @@ -150,7 +150,7 @@ class BootstrappedOnlyCompilationTests { @Test def picklingWithCompiler: Unit = { val jvmBackendFilter = FileFilter.exclude(List("BTypes.scala", "Primitives.scala")) // TODO - val runtimeFilter = FileFilter.exclude(List("Tuple.scala")) // TODO + val runtimeFilter = FileFilter.exclude(List("Tuple.scala", "stdLibPatches")) // TODO implicit val testGroup: TestGroup = TestGroup("testPicklingWithCompiler") aggregateTests( compileDir("compiler/src/dotty/tools", picklingWithCompilerOptions, recursive = false), diff --git a/library/src/scala/runtime/stdLibPatches/language.scala b/library/src/scala/runtime/stdLibPatches/language.scala index 849825ea3d76..643f1f157dfb 100644 --- a/library/src/scala/runtime/stdLibPatches/language.scala +++ b/library/src/scala/runtime/stdLibPatches/language.scala @@ -52,8 +52,6 @@ object language: object symbolLiterals end deprecated - object symbolLiterals - /** Where imported, auto-tupling is disabled. * * '''Why control the feature?''' Auto-tupling can lead to confusing and