deps,test: bump googletest to 39f72ea6f5 · nodejs/node@e356807 (original) (raw)

38 files changed

lines changed

Original file line number Diff line number Diff line change
@@ -108,6 +108,7 @@ tools/clang-format/node_modules
108 108 # test artifacts
109 109 icu_config.gypi
110 110 *.tap
111 +/*.xml
111 112
112 113 # Xcode workspaces and project folders
113 114 *.xcodeproj
Original file line number Diff line number Diff line change
@@ -492,7 +492,7 @@ test-ci-js: | clear-stalled
492 492 # Related CI jobs: most CI tests, excluding node-test-commit-arm-fanned
493 493 test-ci: LOGLEVEL := info
494 494 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
496 496 (PYTHON)tools/test.py(PYTHON) tools/test.py (PYTHON)tools/test.py(PARALLEL_ARGS) -p tap --logfile test.tap \
497 497 --mode=$(BUILDTYPE_LOWER) --flaky-tests=$(FLAKY_TESTS) \
498 498 (TESTCIARGS)(TEST_CI_ARGS) (TESTCIARGS)(CI_JS_SUITES) (CINATIVESUITES)(CI_NATIVE_SUITES) (CINATIVESUITES)(CI_DOC)