aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2016-07-18 18:02:10 +0200
committerMartin Odersky <odersky@gmail.com>2016-07-18 18:02:10 +0200
commit9ccb47ae2e9ae34a0ebd6bafbf6f327b39fc8d4a (patch)
treecc71e3e94534aee3c1b2b2d3602507c8d2537341 /test
parentbdb3cc84bbcd2cd1ab44e4ca984ee6b41036bd7f (diff)
downloaddotty-9ccb47ae2e9ae34a0ebd6bafbf6f327b39fc8d4a.tar.gz
dotty-9ccb47ae2e9ae34a0ebd6bafbf6f327b39fc8d4a.tar.bz2
dotty-9ccb47ae2e9ae34a0ebd6bafbf6f327b39fc8d4a.zip
Disable stdlib test
Interestingly, adding mutable.BufferLike to the whitelist succeeds under junit but fails under partest. Unfortunately I can't see any output in the log indicating what went wrong. I only see this: !! 306 - pos/compileStdLib [compilation failed] # Failed test paths (this command will update checkfiles) test/partest --update-check \ /Users/odersky/workspace/dotty/tests/partest-generated/pos/compileStdLib
Diffstat (limited to 'test')
-rw-r--r--test/dotc/scala-collections.whitelist2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dotc/scala-collections.whitelist b/test/dotc/scala-collections.whitelist
index 29db48cf2..50a3f3479 100644
--- a/test/dotc/scala-collections.whitelist
+++ b/test/dotc/scala-collections.whitelist
@@ -83,7 +83,7 @@
./scala-scala/src/library/scala/collection/immutable/Seq.scala
./scala-scala/src/library/scala/collection/mutable/IndexedSeq.scala
./scala-scala/src/library/scala/collection/mutable/ListBuffer.scala
-./scala-scala/src/library/scala/collection/mutable/BufferLike.scala
+#./scala-scala/src/library/scala/collection/mutable/BufferLike.scala // works under junit, fails under partest, but can't see more info on the cause
./scala-scala/src/library/scala/collection/mutable/ArrayBuilder.scala