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 2c619f2 commit c4d9cdbCopy full SHA for c4d9cdb
Makefile
@@ -21,8 +21,9 @@ ifdef ENABLE_V8_TAP
21
TAP_V8_BENCHMARKS := --junitout v8-benchmarks-tap.xml
22
endif
23
24
+V8_TEST_OPTIONS = $(V8_EXTRA_TEST_OPTIONS)
25
ifdef DISABLE_V8_I18N
- V8_TEST_NO_I18N := --noi18n
26
+ V8_TEST_OPTIONS += --noi18n
27
V8_BUILD_OPTIONS += i18nsupport=off
28
29
@@ -210,7 +211,7 @@ test-timers-clean:
210
211
test-v8:
212
# note: performs full test unless QUICKCHECK is specified
213
deps/v8/tools/run-tests.py --arch=$(V8_ARCH) \
- --mode=$(BUILDTYPE_LOWER) $(V8_TEST_NO_I18N) $(QUICKCHECK_ARG) \
214
+ --mode=$(BUILDTYPE_LOWER) $(V8_TEST_OPTIONS) $(QUICKCHECK_ARG) \
215
--no-presubmit \
216
--shell-dir=$(PWD)/deps/v8/out/$(V8_ARCH).$(BUILDTYPE_LOWER) \
217
$(TAP_V8)
0 commit comments