From 60057f5d811eef4c40a67ce36f32b98ba643faa1 Mon Sep 17 00:00:00 2001 From: Grzegorz Kossakowski Date: Tue, 16 Jul 2013 15:44:50 -0700 Subject: [PATCH] Mark pickled existential test as passing. The problem with pickled existential flag has been fixed upstream in Scala 2.10 (the one sbt is using right now) so let's mark this test as passing. Note, that the fix went into Scala 2.9.3 so it's passing with that version of Scala as well. Closes #616. We don't need to work-around this on sbt side because sbt already upgraded to Scala 2.10 where this is fixed. Closes #623. Since sbt switched to Scala 2.10 we don't need a specific version of Scala for this test. --- .../sbt-test/compiler-project/inc-pickled-existential/build.sbt | 2 -- .../compiler-project/inc-pickled-existential/{pending => test} | 0 2 files changed, 2 deletions(-) rename sbt/src/sbt-test/compiler-project/inc-pickled-existential/{pending => test} (100%) diff --git a/sbt/src/sbt-test/compiler-project/inc-pickled-existential/build.sbt b/sbt/src/sbt-test/compiler-project/inc-pickled-existential/build.sbt index 7bd63492a..37b604abd 100644 --- a/sbt/src/sbt-test/compiler-project/inc-pickled-existential/build.sbt +++ b/sbt/src/sbt-test/compiler-project/inc-pickled-existential/build.sbt @@ -1,7 +1,5 @@ logLevel := Level.Debug -scalaVersion := "2.9.2" - // dumps analysis into target/analysis-dump.txt file InputKey[Unit]("check-number-of-compiler-iterations") <<= inputTask { (argTask: TaskKey[Seq[String]]) => (argTask, compile in Compile) map { (args: Seq[String], a: sbt.inc.Analysis) => diff --git a/sbt/src/sbt-test/compiler-project/inc-pickled-existential/pending b/sbt/src/sbt-test/compiler-project/inc-pickled-existential/test similarity index 100% rename from sbt/src/sbt-test/compiler-project/inc-pickled-existential/pending rename to sbt/src/sbt-test/compiler-project/inc-pickled-existential/test