Skip to content

Commit 423e42b

Browse files
committed
temporarly disable the test suite for explicit nulls
1 parent 8448595 commit 423e42b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

compiler/test/dotty/tools/dotc/CompilationTests.scala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)