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,
26
26
blacklist =Set(
27
+
/* assertion failed: owner discrepancy for type CC, expected: class <refinement>, found: class <refinement>
28
+
at scala.Predef$.assert(Predef.scala:219)
29
+
at dotty.tools.dotc.core.tasty.TreeUnpickler$TreeReader.symbolAtCurrent(TreeUnpickler.scala:195)
30
+
*/
27
31
"NoCyclicReference.scala",
32
+
"i1795.scala",
33
+
34
+
/* 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)
35
+
at dotty.tools.dotc.core.Denotations$Denotation.mergeSingleDenot$1(Denotations.scala:527)
36
+
*/
28
37
"depfuntype.scala",
38
+
39
+
/* 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,
59
135
blacklist =Set(
136
+
"t3613.scala",
137
+
138
+
/* 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
139
+
at scala.Predef$.assert(Predef.scala:219)
140
+
at dotty.tools.dotc.typer.Typer$.assertPositioned(Typer.scala:63)
0 commit comments