Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change parallel.status to skip failing tests #158

Closed
wants to merge 55 commits into from
Closed

Change parallel.status to skip failing tests #158

wants to merge 55 commits into from

Conversation

rmahdav
Copy link

@rmahdav rmahdav commented Jun 26, 2023

Skip the failed tests related to iterator helpers to be able to ship them.

victorgomes and others added 30 commits August 11, 2022 15:51
# Conflicts:
#	test/parallel/test-buffer-alloc.js
#	test/parallel/test-buffer-over-max-length.js
The test is currently failing when updating V8's Node-CI
See: https://bugs.chromium.org/p/v8/issues/detail?id=11570

This PR disables the Proxy test in test/parallel/test-v8-serdes.js while https://chromium-review.googlesource.com/c/v8/v8/+/2739980 is being merged.

Will do another PR to re-enabled the (fixed) test once the 2739980 has landed.
Update error message and re-enable test.
nickie and others added 24 commits August 11, 2022 15:56
Node still changes flags after initializationg; either because tests
need to set their own flags (which V8 tests also still allow), or
because it's explicitly requested via the "v8.setFlagsFromString" method
that Node provides.
PostJob will call out to CreateJob in its default implementation, so
it's sufficient to only override CreateJob.

The default implementation of CreateJob will return a nullptr though, so
we cannot use it in V8 before Node overrides it.
The CL https://crrev.com/c/3799431 adds a new function to the
console object so we need to temporarily disable a repl test
that checks for the concrete shape of the console object.
Thanks for the update!
@google-cla
Copy link

google-cla bot commented Jun 26, 2023

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Copy link

@syg syg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be PR'ed against the node-ci-2023-05-22 branch, not main, for the CI to pick it up.

test/parallel/parallel.status Outdated Show resolved Hide resolved
@rmahdav rmahdav changed the base branch from main to node-ci-2023-05-22 June 26, 2023 19:11
@rmahdav
Copy link
Author

rmahdav commented Jun 26, 2023

Wrong branch.

@rmahdav rmahdav closed this Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.