Skip to content

Commit 29f4760

Browse files
committed
Update sbt-output.check for (disabled by default) vulpix meta tests
1 parent 60dd039 commit 29f4760

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/vulpix-tests/meta/sbt-output.check

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Diff (expected on the left, actual right):
88
EOF | EOF
99

1010
[error] Test dotty.tools.vulpix.VulpixMetaTests.runAll failed: java.lang.AssertionError: Run test failed, but should not, reasons:
11-
[error] , took 1.682 sec SKIP
11+
[error]
12+
[error] - encountered 1 test failures(s), took 3.697 sec SKIP
1213
[error] at dotty.tools.vulpix.ParallelTesting$CompilationTest.checkRuns(ParallelTesting.scala:993) SKIP
1314
[error] at dotty.tools.vulpix.VulpixMetaTests.runAll(VulpixMetaTests.scala:26) SKIP
1415
[error] ...
@@ -18,7 +19,7 @@ Testing tests/vulpix-tests/meta/neg/missing-error-annotation.scala
1819
Wrong number of errors encountered when compiling out/VulpixMetaTests/neg/missing-error-annotation, expected: 0, actual: 2
1920
[error] Test dotty.tools.vulpix.VulpixMetaTests.compileNeg failed: java.lang.AssertionError: Neg test shouldn't have failed, but did. Reasons:
2021
[error]
21-
[error] - encountered 2 error(s), took 0.093 sec SKIP
22+
[error] - encountered 1 test failures(s), took 0.156 sec SKIP
2223
[error] at dotty.tools.vulpix.ParallelTesting$CompilationTest.checkExpectedErrors(ParallelTesting.scala:975) SKIP
2324
[error] at dotty.tools.vulpix.VulpixMetaTests.compileNeg(VulpixMetaTests.scala:25) SKIP
2425
[error] ...
@@ -30,7 +31,7 @@ Testing tests/vulpix-tests/meta/pos/does-not-compile.scala
3031
| not found: a
3132
[error] Test dotty.tools.vulpix.VulpixMetaTests.compilePos failed: java.lang.AssertionError: Expected no errors when compiling, failed for the following reason(s):
3233
[error]
33-
[error] - encountered 1 error(s), took 0.069 sec SKIP
34+
[error] - encountered 1 test failure(s), took 0.069 sec SKIP
3435
[error] at dotty.tools.vulpix.ParallelTesting$CompilationTest.checkCompile(ParallelTesting.scala:958) SKIP
3536
[error] at dotty.tools.vulpix.VulpixMetaTests.compilePos(VulpixMetaTests.scala:24) SKIP
3637
[error] ...

0 commit comments

Comments
 (0)