Skip to content

deps: skip v8's regress/regress-1320641 on ppc64 and s390x - #48814

Closed
joyeecheung wants to merge 1 commit into
nodejs:mainfrom
joyeecheung:skip-1320641
Closed

deps: skip v8's regress/regress-1320641 on ppc64 and s390x#48814
joyeecheung wants to merge 1 commit into
nodejs:mainfrom
joyeecheung:skip-1320641

Conversation

@joyeecheung

Copy link
Copy Markdown
Member

This breaks Node.js's V8 CI. We could turn them back on when it gets fixed on those platforms.

cc @nodejs/platform-s390 @nodejs/platform-ppc

This breaks Node.js's V8 CI. We could turn them back on when it
gets fixed on those platforms.
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/gyp
  • @nodejs/v8-update

@nodejs-github-botnodejs-github-bot added build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run. v8 engine Issues and PRs related to the V8 dependency. labels Jul 17, 2023
@richardlau

Copy link
Copy Markdown
Member

cc @nodejs/platform-s390 @nodejs/platform-ppc

FWIW the failure on our CI looks like
e.g. https://ci.nodejs.org/job/node-test-commit-v8-linux/5461/nodes=rhel8-s390x,v8test=v8test/consoleFull

10:38:08 === mjsunit/regress/regress-1320641 ===10:38:08 --- stdout ---10:38:08 /home/iojs/build/workspace/node-test-commit-v8-linux/deps/v8/test/mjsunit/regress/regress-1320641.js:8: RangeError: Array buffer allocation failed10:38:08 const xs = new Uint16Array(3775336418);10:38:08 ^10:38:08 RangeError: Array buffer allocation failed10:38:08 at new ArrayBuffer (<anonymous>)10:38:08 at new Uint16Array (<anonymous>)10:38:08 at foo (/home/iojs/build/workspace/node-test-commit-v8-linux/deps/v8/test/mjsunit/regress/regress-1320641.js:8:14)10:38:08 at /home/iojs/build/workspace/node-test-commit-v8-linux/deps/v8/test/mjsunit/regress/regress-1320641.js:12:110:38:08 Command: /home/iojs/build/workspace/node-test-commit-v8-linux/deps/v8/out.gn/s390x.release/d8 --test /home/iojs/build/workspace/node-test-commit-v8-linux/deps/v8/test/mjsunit/mjsunit.js /home/iojs/build/workspace/node-test-commit-v8-linux/deps/v8/test/mjsunit/regress/regress-1320641.js --random-seed=96903975 --nohard-abort --testing-d8-test-runner --allow-natives-syntax10:38:08 10:38:08 ===10:38:08 === 1 tests failed10:38:08 ===

@joyeecheung

Copy link
Copy Markdown
MemberAuthor

Maybe this is a better fix https://chromium-review.googlesource.com/c/v8/v8/+/4689686

@joyeecheungjoyeecheung added the blocked PRs that are blocked by other issues or PRs. label Jul 17, 2023
@miladfarca

miladfarca commented Jul 17, 2023

Copy link
Copy Markdown
Contributor

Not specific to ppc/s390. You can limit your virtual memory to 8 Gb with ulimit -Sv 8000000 and it should fail on any platform (Fails on x64 with a different msg as they have sandbox enabled).

@joyeecheung

Copy link
Copy Markdown
MemberAuthor

Superseded by #48830

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blockedPRs that are blocked by other issues or PRs.buildIssues and PRs related to build files or the CI.needs-ciPRs that need a full CI run.v8 engineIssues and PRs related to the V8 dependency.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@joyeecheung@nodejs-github-bot@richardlau@miladfarca@aymen94