Skip to content

build: do not pass mode option to test-v8 command - #35705

Closed
targos wants to merge 1 commit into
nodejs:masterfrom
targos:fix-v8-ci
Closed

build: do not pass mode option to test-v8 command#35705
targos wants to merge 1 commit into
nodejs:masterfrom
targos:fix-v8-ci

Conversation

@targos

Copy link
Copy Markdown
Member

It was removed upstream and is now inferred from the build config.

Refs: nodejs/node-v8#180 (comment)

It was removed upstream and is now inferred from the build config.
@nodejs-github-botnodejs-github-bot added the build Issues and PRs related to build files or the CI. label Oct 19, 2020
@targos

Copy link
Copy Markdown
MemberAuthor

Please 👍 to fast-track. V8 CI is broken without this change.

@targostargos added dont-land-on-v10.x fast-track PRs that do not need to wait for 48 hours to land. labels Oct 19, 2020
@nodejs-github-bot

nodejs-github-bot commented Oct 19, 2020

Copy link
Copy Markdown
Collaborator

@richardlau

Copy link
Copy Markdown
Member

V8 CI is broken without this change.

cc @BethGriggs This affects the 15.0.0-proposal.

@codecov-io

Copy link
Copy Markdown

Codecov Report

Merging #35705 into master will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@ Coverage Diff @@## master #35705 +/- ##
=======================================
Coverage 96.40% 96.40% =======================================
Files 220 220 Lines 73681 73681 =======================================
+ Hits 71031 71033 +2 + Misses 2650 2648 -2 
Impacted FilesCoverage Δ
lib/internal/util/inspect.js96.14% <0.00%> (+0.09%)⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c55f661...de14755. Read the comment docs.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

gengjiawen pushed a commit that referenced this pull request Oct 19, 2020
It was removed upstream and is now inferred from the build config.
PR-URL: #35705
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@gengjiawen

Copy link
Copy Markdown
Member

Landed in b18651b

@targos
targos deleted the fix-v8-ci branch October 19, 2020 14:43
targos added a commit to targos/node that referenced this pull request Apr 27, 2021
It was removed upstream and is now inferred from the build config.
PR-URL: nodejs#35705
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
targos added a commit that referenced this pull request Apr 30, 2021
It was removed upstream and is now inferred from the build config.
PR-URL: #35705
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
PR-URL: #38275
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Shelley Vohr <codebytere@gmail.com>
nodejs-github-bot pushed a commit that referenced this pull request Jun 23, 2021
V8's test-runner dropped the `--mode` argument some time back, and now
produces the following error if run with it:
run-tests.py: error: no such option: --mode
PR-URL: #39055
Refs: #35705
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
targos pushed a commit that referenced this pull request Jul 11, 2021
V8's test-runner dropped the `--mode` argument some time back, and now
produces the following error if run with it:
run-tests.py: error: no such option: --mode
PR-URL: #39055
Refs: #35705
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
targos pushed a commit that referenced this pull request Sep 4, 2021
V8's test-runner dropped the `--mode` argument some time back, and now
produces the following error if run with it:
run-tests.py: error: no such option: --mode
PR-URL: #39055
Refs: #35705
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

buildIssues and PRs related to build files or the CI.fast-trackPRs that do not need to wait for 48 hours to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@targos@nodejs-github-bot@richardlau@codecov-io@gengjiawen@Trott@watilde@BethGriggs