File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
compiler/test/dotty/tools/dotc Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -205,6 +205,7 @@ class CompilationTests {
205
205
).checkCompile()
206
206
207
207
// Explicit nulls tests
208
+ @ Ignore
208
209
@ Test def explicitNullsNeg : Unit = {
209
210
implicit val testGroup : TestGroup = TestGroup (" explicitNullsNeg" )
210
211
aggregateTests(
@@ -214,6 +215,7 @@ class CompilationTests {
214
215
)
215
216
}.checkExpectedErrors()
216
217
218
+ @ Ignore
217
219
@ Test def explicitNullsPos : Unit = {
218
220
implicit val testGroup : TestGroup = TestGroup (" explicitNullsPos" )
219
221
aggregateTests(
@@ -233,11 +235,13 @@ class CompilationTests {
233
235
}
234
236
}
235
237
238
+ @ Ignore
236
239
@ Test def explicitNullsWarn : Unit = {
237
240
implicit val testGroup : TestGroup = TestGroup (" explicitNullsWarn" )
238
241
compileFilesInDir(" tests/explicit-nulls/warn" , explicitNullsOptions)
239
242
}.checkWarnings()
240
243
244
+ @ Ignore
241
245
@ Test def explicitNullsRun : Unit = {
242
246
implicit val testGroup : TestGroup = TestGroup (" explicitNullsRun" )
243
247
compileFilesInDir(" tests/explicit-nulls/run" , explicitNullsOptions)
You can’t perform that action at this time.
0 commit comments