| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,8 +21,9 @@ ifdef ENABLE_V8_TAP | |||
| 21 | 21 | TAP_V8_BENCHMARKS := --junitout v8-benchmarks-tap.xml | |
| 22 | 22 | endif | |
| 23 | 23 | ||
| 24 | + V8_TEST_OPTIONS = $(V8_EXTRA_TEST_OPTIONS) | ||
| 24 | 25 | ifdef DISABLE_V8_I18N | |
| 25 | - V8_TEST_NO_I18N := --noi18n | ||
| 26 | + V8_TEST_OPTIONS += --noi18n | ||
| 26 | 27 | V8_BUILD_OPTIONS += i18nsupport=off | |
| 27 | 28 | endif | |
| 28 | 29 | ||
@@ -210,7 +211,7 @@ test-timers-clean: | |||
| 210 | 211 | test-v8: | |
| 211 | 212 | # note: performs full test unless QUICKCHECK is specified | |
| 212 | 213 | deps/v8/tools/run-tests.py --arch=$(V8_ARCH) \ | |
| 213 | - --mode=$(BUILDTYPE_LOWER) $(V8_TEST_NO_I18N) $(QUICKCHECK_ARG) \ | ||
| 214 | + --mode=$(BUILDTYPE_LOWER) $(V8_TEST_OPTIONS) $(QUICKCHECK_ARG) \ | ||
| 214 | 215 | --no-presubmit \ | |
| 215 | 216 | --shell-dir=$(PWD)/deps/v8/out/$(V8_ARCH).$(BUILDTYPE_LOWER) \ | |
| 216 | 217 | $(TAP_V8) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments