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

test: fix expectation in test-bootstrap-modules #27727

Closed
wants to merge 1 commit into from

Conversation

MylesBorins
Copy link
Contributor

Current failure on v10.x-staging, exact same thing that we fixed in #25112

AssertionError [ERR_ASSERTION]: Expected <= 81 elements in moduleLoadLists, got 82

it seems like the new item in the list is Internal Binding contextify which I believe was introduced in #27124

@guybedford @ryzokuken

it looks like @addaleax marked the original PR #21573 as "do-not-land-v10.x"... is there an issue with the backport landing in 10.16.0?

@MylesBorins MylesBorins requested a review from addaleax May 16, 2019 04:48
@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot nodejs-github-bot added test Issues and PRs related to the tests. v10.x labels May 16, 2019
@addaleax
Copy link
Member

@MylesBorins The PR you linked can’t land on v10.x because the underlying functionality in V8 is lacking – changing the value in the test should be more than okay (I’ve sometimes done that directly in the commit that changed the value while backporting)

@MylesBorins
Copy link
Contributor Author

Landed in d19c2c5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants