-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing test on master
: EnvironmentTest.LoadEnvironmentWithSource: FATAL ERROR: v8::ToLocalChecked Empty MaybeLocal.
#40605
Comments
It happens because this test doesn't work with Proposed fix: #40607 |
@targos Should we have a CI job that tries to build and test with |
Yeah, I'm not sure it's worth spending those resources for a build path that's not really supported outside of core development. |
Refs: #40605 PR-URL: #40607 Reviewed-By: Geoffrey Booth <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
Fixes: #40605 PR-URL: #40607 Reviewed-By: Geoffrey Booth <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
Refs: #40605 PR-URL: #40607 Reviewed-By: Geoffrey Booth <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
Fixes: #40605 PR-URL: #40607 Reviewed-By: Geoffrey Booth <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
Refs: #40605 PR-URL: #40607 Reviewed-By: Geoffrey Booth <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
Version
master
@ 9ebdba4Platform
Darwin Mac 20.6.0 Darwin Kernel Version 20.6.0: Mon Aug 30 06:12:21 PDT 2021; root:xnu-7195.141.6~3/RELEASE_X86_64 x86_64
What steps will reproduce the bug?
Fresh checkout, then:
The test run stops on this error:
How often does it reproduce? Is there a required condition?
Every time. I’ve tried on two machines.
Additional information
cc @nodejs/build-files
The text was updated successfully, but these errors were encountered: