-
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
deps,test: bump googletest to 39f72ea6f5 #27231
Conversation
This comment has been minimized.
This comment has been minimized.
/CC @nodejs/testing @nodejs/build-files |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Need to verify all jobs look for the xUnit file in the same place...
|
Refs: https://github.com/google/googletest/tree/39f72ea6f5cd458860b563d7bcb7ea67546e6ea3 PR-URL: nodejs#27231 Reviewed-By: Richard Lau <riclau@uk.ibm.com>
PR-URL: nodejs#27231 Refs: https://github.com/google/googletest/tree/39f72ea6f5cd458860b563d7bcb7ea67546e6ea3 Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Landed in 8e1e994...d66c7e3 |
@nodejs/build any reason this shouldn't be backported to 10.x and 8.x (maybe it's too late for 8.x)? The switch to cctest.xml output means our tests are running Ref: #29451 (comment) |
Decreasing need for external tools would be good, IMO, @nodejs/lts WDYT? Can this backport to 8.x and 10.x? |
No objections as long as everything still builds/passes. |
Refs: https://github.com/google/googletest/tree/39f72ea6f5cd458860b563d7bcb7ea67546e6ea3
Replace
./deps/gtest
with the output offuse_gtest_files.py
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes