Skip to content

Commit 81a9668

Browse files
fixup!: update snapshots
1 parent e93deac commit 81a9668

File tree

6 files changed

+421
-321
lines changed

6 files changed

+421
-321
lines changed

test/fixtures/test-runner/output/dot_reporter.snapshot

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
..XX...X..XXX.X.....
2-
XXX............X....
3-
.....X...XXX.XX.....
4-
XXXXXXX...XXXXX
1+
........XX...X..XXX.
2+
X.....XXX...........
3+
.X.........X...XXX.X
4+
X.....XXXXXXX...XXXX
5+
X
56

67
Failed tests:
78

test/fixtures/test-runner/output/junit_reporter.snapshot

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<testsuites>
3+
<testcase name="sync expect fail (method)" time="*" classname="test" file="*"/>
4+
<testcase name="sync expect fail (options)" time="*" classname="test" file="*"/>
5+
<testcase name="async expect fail (method)" time="*" classname="test" file="*"/>
6+
<testcase name="async expect fail (options)" time="*" classname="test" file="*"/>
7+
<testcase name="sync todo with expect fail" time="*" classname="test" file="*">
8+
<skipped type="todo" message="true"/>
9+
</testcase>
10+
<testcase name="sync skip expect fail" time="*" classname="test" file="*">
11+
<skipped type="skipped" message="true"/>
12+
</testcase>
313
<testcase name="sync pass todo" time="*" classname="test" file="*">
414
<skipped type="todo" message="true"/>
515
</testcase>
@@ -508,19 +518,19 @@ Error [ERR_TEST_FAILURE]: test could not be started because its parent finished
508518
}
509519
</failure>
510520
</testcase>
511-
<!-- Error: Test "unhandled rejection - passes but warns" at test/fixtures/test-runner/output/output.js:72:1 generated asynchronous activity after the test ended. This activity created the error "Error: rejected from unhandled rejection fail" and would have caused the test to fail, but instead triggered an unhandledRejection event. -->
512-
<!-- Error: Test "async unhandled rejection - passes but warns" at test/fixtures/test-runner/output/output.js:76:1 generated asynchronous activity after the test ended. This activity created the error "Error: rejected from async unhandled rejection fail" and would have caused the test to fail, but instead triggered an unhandledRejection event. -->
521+
<!-- Error: Test "unhandled rejection - passes but warns" at test/fixtures/test-runner/output/output.js:96:1 generated asynchronous activity after the test ended. This activity created the error "Error: rejected from unhandled rejection fail" and would have caused the test to fail, but instead triggered an unhandledRejection event. -->
522+
<!-- Error: Test "async unhandled rejection - passes but warns" at test/fixtures/test-runner/output/output.js:100:1 generated asynchronous activity after the test ended. This activity created the error "Error: rejected from async unhandled rejection fail" and would have caused the test to fail, but instead triggered an unhandledRejection event. -->
513523
<!-- Error: A resource generated asynchronous activity after the test ended. This activity created the error "Error: uncaught from outside of a test" which triggered an uncaughtException event, caught by the test runner. -->
514-
<!-- Error: Test "immediate throw - passes but warns" at test/fixtures/test-runner/output/output.js:80:1 generated asynchronous activity after the test ended. This activity created the error "Error: thrown from immediate throw fail" and would have caused the test to fail, but instead triggered an uncaughtException event. -->
515-
<!-- Error: Test "immediate reject - passes but warns" at test/fixtures/test-runner/output/output.js:86:1 generated asynchronous activity after the test ended. This activity created the error "Error: rejected from immediate reject fail" and would have caused the test to fail, but instead triggered an unhandledRejection event. -->
516-
<!-- Error: Test "callback called twice in different ticks" at test/fixtures/test-runner/output/output.js:251:1 generated asynchronous activity after the test ended. This activity created the error "Error [ERR_TEST_FAILURE]: callback invoked multiple times" and would have caused the test to fail, but instead triggered an uncaughtException event. -->
517-
<!-- Error: Test "callback async throw after done" at test/fixtures/test-runner/output/output.js:269:1 generated asynchronous activity after the test ended. This activity created the error "Error: thrown from callback async throw after done" and would have caused the test to fail, but instead triggered an uncaughtException event. -->
518-
<!-- tests 75 -->
524+
<!-- Error: Test "immediate throw - passes but warns" at test/fixtures/test-runner/output/output.js:104:1 generated asynchronous activity after the test ended. This activity created the error "Error: thrown from immediate throw fail" and would have caused the test to fail, but instead triggered an uncaughtException event. -->
525+
<!-- Error: Test "immediate reject - passes but warns" at test/fixtures/test-runner/output/output.js:110:1 generated asynchronous activity after the test ended. This activity created the error "Error: rejected from immediate reject fail" and would have caused the test to fail, but instead triggered an unhandledRejection event. -->
526+
<!-- Error: Test "callback called twice in different ticks" at test/fixtures/test-runner/output/output.js:275:1 generated asynchronous activity after the test ended. This activity created the error "Error [ERR_TEST_FAILURE]: callback invoked multiple times" and would have caused the test to fail, but instead triggered an uncaughtException event. -->
527+
<!-- Error: Test "callback async throw after done" at test/fixtures/test-runner/output/output.js:293:1 generated asynchronous activity after the test ended. This activity created the error "Error: thrown from callback async throw after done" and would have caused the test to fail, but instead triggered an uncaughtException event. -->
528+
<!-- tests 81 -->
519529
<!-- suites 0 -->
520-
<!-- pass 36 -->
530+
<!-- pass 40 -->
521531
<!-- fail 24 -->
522532
<!-- cancelled 2 -->
523-
<!-- skipped 9 -->
524-
<!-- todo 4 -->
533+
<!-- skipped 10 -->
534+
<!-- todo 5 -->
525535
<!-- duration_ms * -->
526536
</testsuites>

0 commit comments

Comments
 (0)