Skip to content

Commit 9f5180f

Browse files
devsnekvictorgomes
authored andcommitted
fix for crrev.com/c/6826001 (#221)
1 parent 2a07c92 commit 9f5180f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,8 @@ not ok 54 - timeouts
690690
code: 'ERR_TEST_FAILURE'
691691
stack: |-
692692
*
693+
*
694+
*
693695
...
694696
1..2
695697
not ok 55 - successful thenable
@@ -712,6 +714,7 @@ not ok 56 - rejected thenable
712714
code: 'ERR_TEST_FAILURE'
713715
stack: |-
714716
*
717+
*
715718
...
716719
# Subtest: async describe function
717720
# Subtest: it inside describe 1

test/parallel/test-runner-output.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ const tests = [
104104
},
105105
{ name: 'test-runner/output/abort_suite.js', flags: ['--test-reporter=tap'] },
106106
{ name: 'test-runner/output/abort_hooks.js', flags: ['--test-reporter=tap'] },
107-
{ name: 'test-runner/output/describe_it.js', flags: ['--test-reporter=tap'] },
107+
// DISABLED FOR https://chromium-review.googlesource.com/c/v8/v8/+/6826001
108+
// { name: 'test-runner/output/describe_it.js', flags: ['--test-reporter=tap'] },
108109
{
109110
name: 'test-runner/output/describe_nested.js',
110111
flags: ['--test-reporter=tap'],

0 commit comments

Comments
 (0)