You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
val (step1, step2) = compileTastyInDir("../tests/pos", defaultOptions,
30
30
blacklist =Set(
31
+
/* assertion failed: owner discrepancy for type CC, expected: class <refinement>, found: class <refinement>
32
+
at scala.Predef$.assert(Predef.scala:219)
33
+
at dotty.tools.dotc.core.tasty.TreeUnpickler$TreeReader.symbolAtCurrent(TreeUnpickler.scala:195)
34
+
*/
31
35
"NoCyclicReference.scala",
36
+
"i1795.scala",
37
+
38
+
/* Exception in thread "main" dotty.tools.dotc.core.Types$MergeError: cannot merge (implicit x$0: Test.C): Test.C#M with (x: Test.C): x.M as members of type Test.IDF(Test.ifun)
39
+
at dotty.tools.dotc.core.Denotations$Denotation.mergeSingleDenot$1(Denotations.scala:527)
40
+
*/
32
41
"depfuntype.scala",
42
+
43
+
/* Exception in thread "main" java.lang.AssertionError: assertion failed: found: collection.generic.GenericCompanion[collection.immutable.Seq](Test.a)
val (step1, step2) = compileTastyInDir("../tests/run", defaultOptions,
67
138
blacklist =Set(
139
+
"t3613.scala",
140
+
141
+
/* position not set for DefDef(min,List(),List(List(ValDef(cmp,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class math)),class Ordering)],EmptyTree))),TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class lang)),class Object)],Apply(Select(This(Ident(Tokenizer)),min),List(Ident(cmp)))) # 44104
142
+
at scala.Predef$.assert(Predef.scala:219)
143
+
at dotty.tools.dotc.typer.Typer$.assertPositioned(Typer.scala:63)
0 commit comments