From 9ccb47ae2e9ae34a0ebd6bafbf6f327b39fc8d4a Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 18 Jul 2016 18:02:10 +0200 Subject: 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 --- test/dotc/scala-collections.whitelist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/dotc/scala-collections.whitelist') 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 -- cgit v1.2.3