зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1162456 - Part 2: Use --format=automation instead of --tinderbox. r=sfink
This commit is contained in:
Родитель
eb5693819d
Коммит
8f9bdad3d6
|
@ -134,7 +134,7 @@ check-style::
|
|||
|
||||
check-jit-test::
|
||||
$(JITTEST_ASAN_ENV) $(wildcard $(RUN_TEST_PROGRAM)) $(PYTHON) -u $(srcdir)/jit-test/jit_test.py \
|
||||
--no-slow --no-progress --tinderbox --jitflags=all \
|
||||
--no-slow --no-progress --format=automation --jitflags=all \
|
||||
$(JITTEST_VALGRIND_FLAG) \
|
||||
$(JITTEST_EXTRA_ARGS) \
|
||||
$(DIST)/bin/$(JS_SHELL_NAME)$(BIN_SUFFIX)
|
||||
|
@ -143,7 +143,7 @@ check:: check-style
|
|||
|
||||
check-jstests:
|
||||
$(wildcard $(RUN_TEST_PROGRAM)) $(PYTHON) -u $(srcdir)/tests/jstests.py \
|
||||
--no-progress --tinderbox --timeout 300 \
|
||||
--no-progress --format=automation --timeout 300 \
|
||||
$(JSTESTS_EXTRA_ARGS) \
|
||||
$(DIST)/bin/$(JS_SHELL_NAME)$(BIN_SUFFIX)
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ config = {
|
|||
"--localLib=../tests/bin",
|
||||
"--no-slow",
|
||||
"--no-progress",
|
||||
"--tinderbox",
|
||||
"--format=automation",
|
||||
"--jitflags=all"
|
||||
],
|
||||
"run_filename": "jit_test.py",
|
||||
|
|
|
@ -17,7 +17,7 @@ config = {
|
|||
"tests/bin/js",
|
||||
"--no-slow",
|
||||
"--no-progress",
|
||||
"--tinderbox",
|
||||
"--format=automation",
|
||||
"--jitflags=all"
|
||||
],
|
||||
"run_filename": "jit_test.py",
|
||||
|
|
|
@ -17,7 +17,7 @@ config = {
|
|||
"tests/bin/js",
|
||||
"--no-slow",
|
||||
"--no-progress",
|
||||
"--tinderbox",
|
||||
"--format=automation",
|
||||
"--jitflags=all"
|
||||
],
|
||||
"run_filename": "jit_test.py",
|
||||
|
|
|
@ -32,7 +32,7 @@ config = {
|
|||
"tests/bin/js",
|
||||
"--no-slow",
|
||||
"--no-progress",
|
||||
"--tinderbox",
|
||||
"--format=automation",
|
||||
"--jitflags=all"
|
||||
],
|
||||
"mozbase_options": [
|
||||
|
|
|
@ -17,7 +17,7 @@ config = {
|
|||
"tests/bin/js",
|
||||
"--no-slow",
|
||||
"--no-progress",
|
||||
"--tinderbox",
|
||||
"--format=automation",
|
||||
"--jitflags=all"
|
||||
],
|
||||
"run_filename": "jit_test.py",
|
||||
|
|
Загрузка…
Ссылка в новой задаче