aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorvsalvis <salvisbergvera@gmail.com>2015-05-12 11:48:08 +0200
committervsalvis <salvisbergvera@gmail.com>2015-05-12 11:48:08 +0200
commitf64762b150f7d3510ae783ab632b0aa849fae3a1 (patch)
treeb1f25bb488c82207f6538df1d788bd9910fa3f87 /test/dotc/tests.scala
parentef22b1d0f878e97a7602dabd1a90ba871bf1fccb (diff)
downloaddotty-f64762b150f7d3510ae783ab632b0aa849fae3a1.tar.gz
dotty-f64762b150f7d3510ae783ab632b0aa849fae3a1.tar.bz2
dotty-f64762b150f7d3510ae783ab632b0aa849fae3a1.zip
Removing pickle tests because directory doesn't exist anymore.
Diffstat (limited to 'test/dotc/tests.scala')
-rw-r--r--test/dotc/tests.scala7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index 04ea1c3ef..88d076fd3 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -45,7 +45,8 @@ class tests extends CompilerTest {
val coreDir = dotcDir + "core/"
@Test def pickle_pickleOK = compileDir(testsDir, "pickling", testPickling)
- @Test def pickle_pickling = compileDir(coreDir, "pickling", testPickling)
+// This directory doesn't exist anymore
+// @Test def pickle_pickling = compileDir(coreDir, "pickling", testPickling)
@Test def pickle_ast = compileDir(dotcDir, "ast", testPickling)
//@Test def pickle_core = compileDir(dotcDir, "core", testPickling, xerrors = 2) // two spurious comparison errors in Types and TypeOps
@@ -148,8 +149,8 @@ class tests extends CompilerTest {
@Test def dotc_config = compileDir(dotcDir, "config")
@Test def dotc_core = compileDir(dotcDir, "core")("-Yno-double-bindings" :: allowDeepSubtypes)// twice omitted to make tests run faster
-
- @Test def dotc_core_pickling = compileDir(coreDir, "pickling")(allowDeepSubtypes)// twice omitted to make tests run faster
+// This directory doesn't exist anymore
+// @Test def dotc_core_pickling = compileDir(coreDir, "pickling")(allowDeepSubtypes)// twice omitted to make tests run faster
@Test def dotc_transform = compileDir(dotcDir, "transform")// twice omitted to make tests run faster