@@ -131,39 +131,24 @@ object TastyInspectorTest:
131
131
132
132
/** List of classes that cannot be recompilied from TASTy */
133
133
def compileBlacklist = List [String ](
134
- // java.lang.AssertionError: assertion failed: private value DefaultSentinel in object Map
134
+ // OK?
135
+ // failed: java.lang.AssertionError: assertion failed: class Boolean
136
+ // at dotty.DottyPredef$.assertFail(DottyPredef.scala:17)
137
+ // at dotty.tools.backend.jvm.BCodeHelpers$BCInnerClassGen.assertClassNotArrayNotPrimitive(BCodeHelpers.scala:247)
138
+ // at dotty.tools.backend.jvm.BCodeHelpers$BCInnerClassGen.getClassBTypeAndRegisterInnerClass(BCodeHelpers.scala:265)
139
+ // at dotty.tools.backend.jvm.BCodeHelpers$BCInnerClassGen.getClassBTypeAndRegisterInnerClass$(BCodeHelpers.scala:210)
140
+ // at dotty.tools.backend.jvm.BCodeSkelBuilder$PlainSkelBuilder.getClassBTypeAndRegisterInnerClass(BCodeSkelBuilder.scala:62)
141
+ // at dotty.tools.backend.jvm.BCodeHelpers$BCInnerClassGen.internalName(BCodeHelpers.scala:237)
135
142
" scala.Array" ,
136
143
" scala.Boolean" ,
137
144
" scala.Byte" ,
138
145
" scala.Char" ,
139
- " scala.collection.convert.JavaCollectionWrappers" ,
140
- " scala.collection.convert.StreamExtensions" ,
141
- " scala.collection.immutable.HashMap" ,
142
- " scala.collection.immutable.ListSet" ,
143
- " scala.collection.immutable.Map" ,
144
- " scala.collection.immutable.Set" ,
145
- " scala.collection.immutable.TreeMap" ,
146
- " scala.collection.immutable.VectorMap" ,
147
- " scala.collection.Map" ,
148
- " scala.collection.mutable.PriorityQueue" ,
149
- " scala.collection.SeqOps" ,
150
- " scala.collection.View" ,
151
146
" scala.Double" ,
152
147
" scala.Float" ,
153
148
" scala.Int" ,
154
- " scala.jdk.AnyAccumulatorStepper" ,
155
- " scala.jdk.DoubleAccumulatorStepper" ,
156
- " scala.jdk.IntAccumulatorStepper" ,
157
- " scala.jdk.LongAccumulatorStepper" ,
158
149
" scala.Long" ,
159
- " scala.math.Equiv" ,
160
- " scala.runtime.LambdaDeserialize" ,
161
- " scala.runtime.StructuralCallSite" ,
162
150
" scala.Short" ,
163
- " scala.sys.process.ProcessBuilderImpl" ,
164
- " scala.sys.ShutdownHookThread" ,
165
151
" scala.Unit" ,
166
- " scala.util.control.Breaks" ,
167
152
168
153
// -- Error:
169
154
// | def addOne(kv: (K, V)) = {
@@ -210,21 +195,6 @@ object TastyInspectorTest:
210
195
// | method force of type => (Cons.this : scala.collection.immutable.Stream.Cons[A]) has incompatible type
211
196
" scala.collection.immutable.Stream" ,
212
197
213
- // assertion failed: private method checkFallback in object PartialFunction
214
- " scala.PartialFunction" ,
215
-
216
- // at dotty.DottyPredef$.assertFail(DottyPredef.scala:17)
217
- // at dotty.tools.dotc.transform.ExpandPrivate.ensurePrivateAccessible(ExpandPrivate.scala:84)
218
- // at dotty.tools.dotc.transform.ExpandPrivate.transformSelect(ExpandPrivate.scala:97)
219
- // at dotty.tools.dotc.transform.ExpandPrivate.transformSelect(ExpandPrivate.scala:96)
220
- " scala.collection.LazyZip2" ,
221
- " scala.collection.LazyZip3" ,
222
- " scala.collection.LazyZip4" ,
223
- " scala.collection.mutable.HashTable" ,
224
- " scala.collection.mutable.UnrolledBuffer" ,
225
- " scala.util.DynamicVariable" , // fails on CI only
226
- " scala.util.Using" , // fails on CI only
227
-
228
198
)
229
199
230
200
/** Set of classes that cannot be loaded from TASTy */
0 commit comments