We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 329ee8b commit d8f8719Copy full SHA for d8f8719
Makefile
@@ -648,8 +648,7 @@ test-with-async-hooks:
648
ifneq ("","$(wildcard deps/v8/tools/run-tests.py)")
649
# Related CI job: node-test-commit-v8-linux
650
test-v8: v8 ## Runs the V8 test suite on deps/v8.
651
- deps/v8/tools/run-tests.py --gn --arch=$(V8_ARCH) \
652
- --mode=$(BUILDTYPE_LOWER) $(V8_TEST_OPTIONS) \
+ deps/v8/tools/run-tests.py --gn --arch=$(V8_ARCH) $(V8_TEST_OPTIONS) \
653
mjsunit cctest debugger inspector message preparser \
654
$(TAP_V8)
655
$(info Testing hash seed)
0 commit comments