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 {
205205 ).checkCompile()
206206
207207 // Explicit nulls tests
208+ @ Ignore
208209 @ Test def explicitNullsNeg : Unit = {
209210 implicit val testGroup : TestGroup = TestGroup (" explicitNullsNeg" )
210211 aggregateTests(
@@ -214,6 +215,7 @@ class CompilationTests {
214215 )
215216 }.checkExpectedErrors()
216217
218+ @ Ignore
217219 @ Test def explicitNullsPos : Unit = {
218220 implicit val testGroup : TestGroup = TestGroup (" explicitNullsPos" )
219221 aggregateTests(
@@ -233,11 +235,13 @@ class CompilationTests {
233235 }
234236 }
235237
238+ @ Ignore
236239 @ Test def explicitNullsWarn : Unit = {
237240 implicit val testGroup : TestGroup = TestGroup (" explicitNullsWarn" )
238241 compileFilesInDir(" tests/explicit-nulls/warn" , explicitNullsOptions)
239242 }.checkWarnings()
240243
244+ @ Ignore
241245 @ Test def explicitNullsRun : Unit = {
242246 implicit val testGroup : TestGroup = TestGroup (" explicitNullsRun" )
243247 compileFilesInDir(" tests/explicit-nulls/run" , explicitNullsOptions)
You can’t perform that action at this time.
0 commit comments