| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
CI: https://ci.nodejs.org/job/node-test-pull-request/33058/ (:green_heart:) |
Sorry, something went wrong.
There was a problem hiding this comment.
It's too bad there's no way to do something like path.basename(process.execPath) within the out files. (Or is there?) LGTM.
Sorry, something went wrong.
PR-URL: nodejs#35040 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com>
We could tell the test runner to replace a specific string, e.g. <execname>, in the expected output file with the value we want to see 🤷♀️ |
Sorry, something went wrong.
PR-URL: #35040 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com>
PR-URL: #35040 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com>
PR-URL: nodejs#35040 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com>
| Back | FazBrowse Home | New Git URL |
Some of the color support tests in pseudo-tty and some esm tests in message were hardcoded to check the output messages against node - this causes failures in Electron's smoke tests against Node.js, since they'll output e.g:
(Use `electron --trace-warnings ...` to show where the warning was created)in our case.
Checklist