From 25d4f8e348bd4bacf9c69c4dd173ff99a0121b8d Mon Sep 17 00:00:00 2001 From: Nicolas Stucki Date: Tue, 3 Jan 2017 11:19:11 +0100 Subject: Fix test pos/compileStdLib The issue was that all the files stdlib files where copied in partest-generated/pos/compileStdLib direclty (i.e. directories flattend). This implies that files with the same names would overwrite eachother (like `package.scala` and `Set.scala`). --- compiler/test/dotc/scala-collections.blacklist | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'compiler/test/dotc/scala-collections.blacklist') diff --git a/compiler/test/dotc/scala-collections.blacklist b/compiler/test/dotc/scala-collections.blacklist index 7d3008bbc..321814ab0 100644 --- a/compiler/test/dotc/scala-collections.blacklist +++ b/compiler/test/dotc/scala-collections.blacklist @@ -64,3 +64,20 @@ # |illegal redefinition of standard class AnyVal # (This is intended) +../scala-scala/src/library/scala/collection/parallel/Tasks.scala +# java.lang.StackOverflowError + +../scala-scala/src/library/scala/reflect/package.scala +# 63 | private[scala] def materializeClassTag[T](): ClassTag[T] = macro ??? +# | ^^^^^ +# | not found: macro + +../scala-scala/src/library/scala/StringContext.scala +# 168 | def f[A >: Any](args: A*): String = macro ??? +# | ^^^^^ +# | not found: macro + +../scala-scala/src/library/scala/util/control/Exception.scala +# 51 | implicit def throwableSubtypeToCatcher[Ex <: Throwable: ClassTag, T](pf: PartialFunction[Ex, T]) = +# | ^ +# | cyclic reference involving method mkCatcher -- cgit v1.2.3