Skip to content

test: fix wasi/test-return-on-exit on 32-bit systems - #37615

Closed
cjihrig wants to merge 1 commit into
nodejs:masterfrom
cjihrig:test-fix
Closed

test: fix wasi/test-return-on-exit on 32-bit systems#37615
cjihrig wants to merge 1 commit into
nodejs:masterfrom
cjihrig:test-fix

Conversation

@cjihrig

Copy link
Copy Markdown
Contributor

Let's see if this works...

Starting with the V8 8.8 update, this test has been regularly crashing with an out of memory error on 32-bit Windows. The issue has been narrowed down to a function not being bound. This seems like a V8 bug, but at least it seems that we can work around it.

Fixes: #37374

Starting with the V8 8.8 update, this test has been regularly
crashing with an out of memory error on 32-bit Windows. The issue
has been narrowed down to a function not being bound. This seems
like a V8 bug, but at least it seems that we can work around it.
Fixes: nodejs#37374
@nodejs-github-botnodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Mar 5, 2021
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@cjihrig

Copy link
Copy Markdown
ContributorAuthor

CI wasn't green, but the test in question passed 😄

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@cjihrigcjihrig added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Mar 6, 2021
Trott pushed a commit that referenced this pull request Mar 8, 2021
Starting with the V8 8.8 update, this test has been regularly
crashing with an out of memory error on 32-bit Windows. The issue
has been narrowed down to a function not being bound. This seems
like a V8 bug, but at least it seems that we can work around it.
Fixes: #37374
PR-URL: #37615
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
@Trott

Trott commented Mar 8, 2021

Copy link
Copy Markdown
Member

Landed in 8ab6a6c

@TrottTrott closed this Mar 8, 2021
@cjihrig
cjihrig deleted the test-fix branch March 8, 2021 14:30
danielleadams pushed a commit that referenced this pull request Mar 16, 2021
Starting with the V8 8.8 update, this test has been regularly
crashing with an out of memory error on 32-bit Windows. The issue
has been narrowed down to a function not being bound. This seems
like a V8 bug, but at least it seems that we can work around it.
Fixes: #37374
PR-URL: #37615
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
@danielleadamsdanielleadams mentioned this pull request Mar 16, 2021
targos pushed a commit that referenced this pull request May 1, 2021
Starting with the V8 8.8 update, this test has been regularly
crashing with an out of memory error on 32-bit Windows. The issue
has been narrowed down to a function not being bound. This seems
like a V8 bug, but at least it seems that we can work around it.
Fixes: #37374
PR-URL: #37615
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
@danielleadamsdanielleadams mentioned this pull request May 3, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.needs-ciPRs that need a full CI run.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Investigate persistent Windows test failure on test.wasi/test-return-on-exit

4 participants

@cjihrig@nodejs-github-bot@Trott@targos