Skip to content

Commit 9ccb47a

Browse files
committed
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
1 parent bdb3cc8 commit 9ccb47a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dotc/scala-collections.whitelist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
./scala-scala/src/library/scala/collection/immutable/Seq.scala
8484
./scala-scala/src/library/scala/collection/mutable/IndexedSeq.scala
8585
./scala-scala/src/library/scala/collection/mutable/ListBuffer.scala
86-
./scala-scala/src/library/scala/collection/mutable/BufferLike.scala
86+
#./scala-scala/src/library/scala/collection/mutable/BufferLike.scala // works under junit, fails under partest, but can't see more info on the cause
8787

8888
./scala-scala/src/library/scala/collection/mutable/ArrayBuilder.scala
8989

0 commit comments

Comments
 (0)