Skip to content

Commit 1857177

Browse files
isheludkopthier
authored and
pthier
committed
Temporarily skip tests that expect Function.blah entries in stack traces. (nodejs#204)
These tests will be re-enabled once a V8 CL https://crrev.com/c/5907815 lands. The CL changes the way such entries are displayed in stack traces to Constructor.blah.
1 parent 84f328b commit 1857177

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

test/message/message.status

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ vm_display_syntax_error.js: SKIP
3333
vm_dont_display_runtime_error.js: SKIP
3434
vm_dont_display_syntax_error.js: SKIP
3535

36+
# Temporarily skip for https://crrev.com/c/5907815
37+
assert_throws_stack.js: SKIP
38+
internal_assert_fail.js: SKIP
39+
3640
[$system==win32]
3741

3842
[$system==linux]

test/parallel/parallel.status

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ test-v8-serdes: SKIP
7070

7171
test-v8-stats: SKIP
7272

73+
# Temporarily skip for https://crrev.com/c/5907815
74+
test-fs-promises: SKIP
75+
7376
test-strace-openat-openssl: SKIP
7477
test-policy-dependency-conditions: SKIP
7578

0 commit comments

Comments
 (0)