|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <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> |
3 | 13 | <testcase name="sync pass todo" time="*" classname="test" file="*"> |
4 | 14 | <skipped type="todo" message="true"/> |
5 | 15 | </testcase> |
@@ -508,19 +518,19 @@ Error [ERR_TEST_FAILURE]: test could not be started because its parent finished |
508 | 518 | } |
509 | 519 | </failure> |
510 | 520 | </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. --> |
513 | 523 | <!-- 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 --> |
519 | 529 | <!-- suites 0 --> |
520 | | - <!-- pass 36 --> |
| 530 | + <!-- pass 40 --> |
521 | 531 | <!-- fail 24 --> |
522 | 532 | <!-- cancelled 2 --> |
523 | | - <!-- skipped 9 --> |
524 | | - <!-- todo 4 --> |
| 533 | + <!-- skipped 10 --> |
| 534 | + <!-- todo 5 --> |
525 | 535 | <!-- duration_ms * --> |
526 | 536 | </testsuites> |
0 commit comments