You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: test/message/test_runner_describe_it.out
+13-4
Original file line number
Diff line number
Diff line change
@@ -210,6 +210,7 @@ ok 21 - immediate resolve pass
210
210
not ok 22 - subtest sync throw fail
211
211
---
212
212
duration_ms: *
213
+
type: 'suite'
213
214
failureType: 'subtestsFailed'
214
215
error: '1 subtest failed'
215
216
code: 'ERR_TEST_FAILURE'
@@ -247,11 +248,13 @@ not ok 23 - sync throw non-error fail
247
248
ok 24 - level 0a
248
249
---
249
250
duration_ms: *
251
+
type: 'suite'
250
252
...
251
253
# Subtest: invalid subtest - pass but subtest fails
252
254
ok 25 - invalid subtest - pass but subtest fails
253
255
---
254
256
duration_ms: *
257
+
type: 'suite'
255
258
...
256
259
# Subtest: sync skip option
257
260
ok 26 - sync skip option # SKIP
@@ -494,6 +497,7 @@ not ok 53 - custom inspect symbol that throws fail
494
497
not ok 54 - subtest sync throw fails
495
498
---
496
499
duration_ms: *
500
+
type: 'suite'
497
501
failureType: 'subtestsFailed'
498
502
error: '2 subtests failed'
499
503
code: 'ERR_TEST_FAILURE'
@@ -511,6 +515,7 @@ not ok 54 - subtest sync throw fails
511
515
not ok 55 - describe sync throw fails
512
516
---
513
517
duration_ms: *
518
+
type: 'suite'
514
519
failureType: 'testCodeFailure'
515
520
error: 'thrown from describe'
516
521
code: 'ERR_TEST_FAILURE'
@@ -539,6 +544,7 @@ not ok 55 - describe sync throw fails
539
544
not ok 56 - describe async throw fails
540
545
---
541
546
duration_ms: *
547
+
type: 'suite'
542
548
failureType: 'testCodeFailure'
543
549
error: 'thrown from describe'
544
550
code: 'ERR_TEST_FAILURE'
@@ -587,6 +593,7 @@ not ok 56 - describe async throw fails
587
593
not ok 57 - timeouts
588
594
---
589
595
duration_ms: *
596
+
type: 'suite'
590
597
failureType: 'subtestsFailed'
591
598
error: '2 subtests failed'
592
599
code: 'ERR_TEST_FAILURE'
@@ -612,6 +619,7 @@ not ok 57 - timeouts
612
619
not ok 58 - successful thenable
613
620
---
614
621
duration_ms: *
622
+
type: 'suite'
615
623
failureType: 'subtestsFailed'
616
624
error: '1 subtest failed'
617
625
code: 'ERR_TEST_FAILURE'
@@ -620,6 +628,7 @@ not ok 58 - successful thenable
620
628
not ok 59 - rejected thenable
621
629
---
622
630
duration_ms: *
631
+
type: 'suite'
623
632
failureType: 'testCodeFailure'
624
633
error: 'custom error'
625
634
code: 'ERR_TEST_FAILURE'
@@ -643,10 +652,10 @@ not ok 60 - invalid subtest fail
643
652
# Warning: Test "immediate reject - passes but warns" 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.
644
653
# Warning: Test "callback called twice in different ticks" 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.
645
654
# Warning: Test "callback async throw after done" 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.
0 commit comments