Skip to content

test: extend env for test-node-output-errors - #53535

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
richardlau:testnodeoutputerrorsfix
Jun 23, 2024
Merged

test: extend env for test-node-output-errors#53535
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
richardlau:testnodeoutputerrorsfix

Conversation

@richardlau

Copy link
Copy Markdown
Member

Extend, rather than replace, env for test-node-output-errors so that node binaries that need LD_LIBRARY_PATH, LIBPATH or DYLD_LIBRARY_PATH can run.

@nodejs-github-botnodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Jun 21, 2024
@richardlaurichardlau added the request-ci Add this label to start a Jenkins CI on a PR. label Jun 21, 2024
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jun 21, 2024
@nodejs-github-bot

This comment was marked as outdated.

Extend, rather than replace, `env` for `test-node-output-errors` so
that `node` binaries that need `LD_LIBRARY_PATH`, `LIBPATH` or
`DYLD_LIBRARY_PATH` can run.
@richardlau
richardlauforce-pushed the testnodeoutputerrorsfix branch from 9426f0e to 83e297bCompareJune 21, 2024 19:07
@richardlaurichardlau added the request-ci Add this label to start a Jenkins CI on a PR. label Jun 21, 2024
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jun 21, 2024
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@richardlaurichardlau added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jun 21, 2024
@richardlaurichardlau added the commit-queue Add this label to land a pull request using GitHub Actions. label Jun 22, 2024
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jun 23, 2024
@nodejs-github-bot
nodejs-github-bot merged commit cd8e61f into nodejs:mainJun 23, 2024
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in cd8e61f

@richardlau
richardlau deleted the testnodeoutputerrorsfix branch June 23, 2024 21:10
targos pushed a commit that referenced this pull request Jun 25, 2024
Extend, rather than replace, `env` for `test-node-output-errors` so
that `node` binaries that need `LD_LIBRARY_PATH`, `LIBPATH` or
`DYLD_LIBRARY_PATH` can run.
PR-URL: #53535
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
@targostargos mentioned this pull request Jun 25, 2024
marco-ippolito pushed a commit that referenced this pull request Jul 19, 2024
Extend, rather than replace, `env` for `test-node-output-errors` so
that `node` binaries that need `LD_LIBRARY_PATH`, `LIBPATH` or
`DYLD_LIBRARY_PATH` can run.
PR-URL: #53535
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
@marco-ippolitomarco-ippolito mentioned this pull request Jul 19, 2024
codebytere added a commit to electron/electron that referenced this pull request Jul 25, 2024
codebytere added a commit to electron/electron that referenced this pull request Jul 26, 2024
jkleinsc pushed a commit to electron/electron that referenced this pull request Jul 26, 2024
* chore: bump node in DEPS to v20.16.0
* test: skip unstable shadow realm gc tests
nodejs/node#52855
* test: extend env for `test-node-output-errors`
nodejs/node#53535
* src: fix typo in env.cc
nodejs/node#53418
* src: reset `process.versions` during pre-execution
nodejs/node#53444
* chore: fixup patch indices
* src,permission: --allow-wasi & prevent WASI exec
nodejs/node#53124
* tls: use SSL_get_peer_tmp_key
nodejs/node#53366
* deps: update c-ares to 1.29.0
nodejs/node#53155
* src: account for OpenSSL unexpected version
* crypto: fix propagation of "memory limit exceeded"
nodejs/node#53300
* process: add process.getBuiltinModule(id)
nodejs/node#52762
* windows 32bit: config change callback needs to be stdcall
c-ares/c-ares@8f265c9
* fix: building with UNICODE
c-ares/c-ares#802
---------
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
Co-authored-by: Keeley Hammond <khammond@slack-corp.com>
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.

4 participants

@richardlau@nodejs-github-bot@lpinca@MoLow