Skip to content

Commit

Permalink
Temporarily skip tests that expect Function.blah entries in stack tra…
Browse files Browse the repository at this point in the history
…ces. (#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.
  • Loading branch information
isheludko authored Nov 19, 2024
1 parent 0d04c50 commit a85d658
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/message/message.status
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ vm_display_syntax_error.js: SKIP
vm_dont_display_runtime_error.js: SKIP
vm_dont_display_syntax_error.js: SKIP

# Temporarily skip for https://crrev.com/c/5907815
assert_throws_stack.js: SKIP
internal_assert_fail.js: SKIP

[$system==win32]

[$system==linux]
Expand Down
3 changes: 3 additions & 0 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ test-v8-serdes: SKIP

test-v8-stats: SKIP

# Temporarily skip for https://crrev.com/c/5907815
test-fs-promises: SKIP

test-strace-openat-openssl: SKIP
test-policy-dependency-conditions: SKIP

Expand Down

0 comments on commit a85d658

Please sign in to comment.