Skip to content

Commit e356807

Browse files
committed
deps,test: bump googletest to 39f72ea6f5
Refs: https://github.com/google/googletest/tree/39f72ea6f5cd458860b563d7bcb7ea67546e6ea3 PR-URL: #27231 Reviewed-By: Richard Lau <[email protected]>
1 parent 8e1e994 commit e356807

38 files changed

+26657
-31164
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ tools/clang-format/node_modules
108108
# test artifacts
109109
icu_config.gypi
110110
*.tap
111+
/*.xml
111112

112113
# Xcode workspaces and project folders
113114
*.xcodeproj

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ test-ci-js: | clear-stalled
492492
# Related CI jobs: most CI tests, excluding node-test-commit-arm-fanned
493493
test-ci: LOGLEVEL := info
494494
test-ci: | clear-stalled build-addons build-js-native-api-tests build-node-api-tests doc-only
495-
out/Release/cctest --gtest_output=tap:cctest.tap
495+
out/Release/cctest --gtest_output=xml:out/junit/cctest.xml
496496
$(PYTHON) tools/test.py $(PARALLEL_ARGS) -p tap --logfile test.tap \
497497
--mode=$(BUILDTYPE_LOWER) --flaky-tests=$(FLAKY_TESTS) \
498498
$(TEST_CI_ARGS) $(CI_JS_SUITES) $(CI_NATIVE_SUITES) $(CI_DOC)

deps/gtest/gtest.gyp

-24
This file was deleted.

deps/gtest/include/gtest/gtest-death-test.h

-294
This file was deleted.

0 commit comments

Comments
 (0)