We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a7880 commit b18651bCopy full SHA for b18651b
Makefile
@@ -668,8 +668,7 @@ test-with-async-hooks:
668
ifneq ("","$(wildcard deps/v8/tools/run-tests.py)")
669
# Related CI job: node-test-commit-v8-linux
670
test-v8: v8 ## Runs the V8 test suite on deps/v8.
671
- deps/v8/tools/run-tests.py --gn --arch=$(V8_ARCH) \
672
- --mode=$(BUILDTYPE_LOWER) $(V8_TEST_OPTIONS) \
+ deps/v8/tools/run-tests.py --gn --arch=$(V8_ARCH) $(V8_TEST_OPTIONS) \
673
mjsunit cctest debugger inspector message preparser \
674
$(TAP_V8)
675
@echo Testing hash seed
0 commit comments