From 8986ee4fd56c53d563165d992185c6c532f35790 Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Thu, 17 Oct 2013 09:45:14 +0200 Subject: [PATCH 1/2] Disable flaky presentation compiler test. Francois is investigating the root cause as part of his work on stabilizing Scaladoc preview in the IDE. The test seems to only fail on the windows nightly build. I suspect this is due to a slower or loaded machine. --- test/{files => disabled}/presentation/doc.check | 0 test/{files => disabled}/presentation/doc/doc.scala | 0 test/{files => disabled}/presentation/doc/src/Class.scala | 0 test/{files => disabled}/presentation/doc/src/p/Base.scala | 0 test/{files => disabled}/presentation/doc/src/p/Derived.scala | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename test/{files => disabled}/presentation/doc.check (100%) rename test/{files => disabled}/presentation/doc/doc.scala (100%) rename test/{files => disabled}/presentation/doc/src/Class.scala (100%) rename test/{files => disabled}/presentation/doc/src/p/Base.scala (100%) rename test/{files => disabled}/presentation/doc/src/p/Derived.scala (100%) diff --git a/test/files/presentation/doc.check b/test/disabled/presentation/doc.check similarity index 100% rename from test/files/presentation/doc.check rename to test/disabled/presentation/doc.check diff --git a/test/files/presentation/doc/doc.scala b/test/disabled/presentation/doc/doc.scala similarity index 100% rename from test/files/presentation/doc/doc.scala rename to test/disabled/presentation/doc/doc.scala diff --git a/test/files/presentation/doc/src/Class.scala b/test/disabled/presentation/doc/src/Class.scala similarity index 100% rename from test/files/presentation/doc/src/Class.scala rename to test/disabled/presentation/doc/src/Class.scala diff --git a/test/files/presentation/doc/src/p/Base.scala b/test/disabled/presentation/doc/src/p/Base.scala similarity index 100% rename from test/files/presentation/doc/src/p/Base.scala rename to test/disabled/presentation/doc/src/p/Base.scala diff --git a/test/files/presentation/doc/src/p/Derived.scala b/test/disabled/presentation/doc/src/p/Derived.scala similarity index 100% rename from test/files/presentation/doc/src/p/Derived.scala rename to test/disabled/presentation/doc/src/p/Derived.scala From 7b560213cb3c41dfd9e78c13070ea6123514b23b Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Thu, 17 Oct 2013 09:47:13 +0200 Subject: [PATCH 2/2] Disable tests for SI-7020 These are still impudently being non-deterministic. I've reopened the ticket so we can take another swing at it. A well targetted s/HashMap/LinkedHashMap/ will almost certainly be the salve. fail - neg/t7020.scala [output differs]% scalac t7020.scala t7020.scala:3: warning: match may not be exhaustive. It would fail on the following inputs: List((x: Int forSome x not in (1, 2, 4, 5, 6, 7))), List((x: Int forSome x not in (1, 2, 4, 5, 6, 7)), _), List(1, _), List(2, _), List(4, _), List(5, _), List(6, _), List(7, _), List(??, _), List(_, _) List(5) match { ^ t7020.scala:10: warning: match may not be exhaustive. It would fail on the following inputs: List((x: Int forSome x not in (1, 2, 4, 5, 6, 7))), List((x: Int forSome x not in (1, 2, 4, 5, 6, 7)), _), List(1, _), List(2, _), List(4, _), List(5, _), List(6, _), List(7, _), List(??, _), List(_, _) List(5) match { ^ --- test/files/{neg => disabled}/t7020.check | 0 test/files/{neg => disabled}/t7020.flags | 0 test/files/{neg => disabled}/t7020.scala | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename test/files/{neg => disabled}/t7020.check (100%) rename test/files/{neg => disabled}/t7020.flags (100%) rename test/files/{neg => disabled}/t7020.scala (100%) diff --git a/test/files/neg/t7020.check b/test/files/disabled/t7020.check similarity index 100% rename from test/files/neg/t7020.check rename to test/files/disabled/t7020.check diff --git a/test/files/neg/t7020.flags b/test/files/disabled/t7020.flags similarity index 100% rename from test/files/neg/t7020.flags rename to test/files/disabled/t7020.flags diff --git a/test/files/neg/t7020.scala b/test/files/disabled/t7020.scala similarity index 100% rename from test/files/neg/t7020.scala rename to test/files/disabled/t7020.scala