We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc6145f commit 4cb743dCopy full SHA for 4cb743d
Makefile
@@ -259,13 +259,15 @@ test-timers:
259
test-timers-clean:
260
$(MAKE) --directory=tools clean
261
262
-test-v8: v8 test-hash-seed
+test-v8: v8
263
# note: performs full test unless QUICKCHECK is specified
264
deps/v8/tools/run-tests.py --arch=$(V8_ARCH) \
265
--mode=$(BUILDTYPE_LOWER) $(V8_TEST_NO_I18N) $(QUICKCHECK_ARG) \
266
--no-presubmit \
267
--shell-dir=$(PWD)/deps/v8/out/$(V8_ARCH).$(BUILDTYPE_LOWER) \
268
$(TAP_V8)
269
+ @echo Testing hash seed
270
+ $(MAKE) test-hash-seed
271
272
test-v8-intl: v8
273
0 commit comments