★ wanayoo — archive 1999 https://github.com/nodejs/node/pull/27727Nouvelle recherche | Portail wanayoo
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
Member

@MylesBorins MylesBorins commented May 16, 2019

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
@nodejs-github-bot
Copy link
Contributor

@nodejs-github-bot nodejs-github-bot commented May 16, 2019

@addaleax
Copy link
Member

@addaleax addaleax commented May 16, 2019

@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
Member Author

@MylesBorins MylesBorins commented May 16, 2019

Landed in d19c2c5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants