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
@ Test def dotc_ast = compileDir(dotcDir + "tools/dotc/ast", failedOther) // similar to dotc_config
145
153
@Test def dotc_config = compileDir(dotcDir + "tools/dotc/config_debug", failedOther) // seems to mess up stack frames
146
-
//buggy ->
147
154
@ Test def dotc_core = compileDir(dotcDir + "tools/dotc/core", failedUnderscore)(allowDeepSubtypes)
148
155
// fails due to This refference to a non-eclosing class. Need to check
149
156
150
-
//buggy ->
151
157
@ Test def dotc_core_pickling = compileDir(dotcDir + "tools/dotc/core/pickling", failedOther)(allowDeepSubtypes) // Cannot emit primitive conversion from V to Z
152
158
153
-
//buggy ->
154
159
@ Test def dotc_transform = compileDir(dotcDir + "tools/dotc/transform", failedbyName)
155
160
156
-
//buggy ->
157
161
@ Test def dotc_parsing = compileDir(dotcDir + "tools/dotc/parsing", failedOther)
158
162
// Expected primitive types I - Ljava/lang/Object
159
163
// Tried to return an object where expected type was Integer
160
-
//buggy ->
161
164
@ Test def dotc_printing = compileDir(dotcDir + "tools/dotc/printing", failedOther)
0 commit comments