File tree 1 file changed +2
-3
lines changed
compiler/test/dotty/tools/vulpix
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,7 @@ class VulpixUnitTests extends ParallelTesting {
65
65
compileFile(" tests/vulpix-tests/unit/runDiffOutput1.scala" , defaultOptions).expectFailure.checkRuns()
66
66
67
67
@ Test def runStackOverflow : Unit =
68
- if (! scala.util.Properties .isWin)
69
- compileFile(" tests/vulpix-tests/unit/stackOverflow.scala" , defaultOptions).expectFailure.checkRuns()
68
+ compileFile(" tests/vulpix-tests/unit/stackOverflow.scala" , defaultOptions).expectFailure.checkRuns()
70
69
71
70
@ Test def runOutRedirects : Unit =
72
71
compileFile(" tests/vulpix-tests/unit/i2147.scala" , defaultOptions).expectFailure.checkRuns()
@@ -83,7 +82,7 @@ class VulpixUnitTests extends ParallelTesting {
83
82
@ Test def deadlock : Unit =
84
83
compileFile(" tests/vulpix-tests/unit/deadlock.scala" , defaultOptions).expectFailure.checkRuns()
85
84
86
- @ Test def badJava : Unit =
85
+ @ Test def badJava : Unit = if ( ! scala.util. Properties .isWin)
87
86
try {
88
87
compileFile(" tests/vulpix-tests/unit/BadJava.java" , defaultOptions).suppressAllOutput.checkCompile()
89
88
fail()
You can’t perform that action at this time.
0 commit comments