aboutsummaryrefslogtreecommitdiff
path: root/test/dotc
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2015-07-17 12:21:18 +0200
committerMartin Odersky <odersky@gmail.com>2015-09-18 18:05:16 +0200
commitc8b22f5e8a9d404ba671682db687d6a1bc1067eb (patch)
tree9bcd4096ca717ae482e064a758b29f816841e963 /test/dotc
parenta4d51ed8ad7eea8d126ddfb8395943a2e83950cd (diff)
downloaddotty-c8b22f5e8a9d404ba671682db687d6a1bc1067eb.tar.gz
dotty-c8b22f5e8a9d404ba671682db687d6a1bc1067eb.tar.bz2
dotty-c8b22f5e8a9d404ba671682db687d6a1bc1067eb.zip
Add a test that logs the classpath to pinpoint setup failures.
Diffstat (limited to 'test/dotc')
-rw-r--r--test/dotc/tests.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index 0838874c9..86d82be76 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -56,6 +56,8 @@ class tests extends CompilerTest {
//@Test def pickle_core = compileDir(dotcDir, "core", testPickling, xerrors = 2) // two spurious comparison errors in Types and TypeOps
+ @Test def pos_arraycopy =
+ compileFile(runDir, "arraycopy", List("-Ylog-classpath"))
@Test def pos_t2168_pat = compileFile(posDir, "t2168", twice)
@Test def pos_erasure = compileFile(posDir, "erasure", twice)
@Test def pos_Coder() = compileFile(posDir, "Coder", twice)