Bug 1246946 - Upload reftest structured logs and error summaries to blobber, r=ahal

MozReview-Commit-ID: 3L8t6lgs3U6

--HG--
extra : rebase_source : 774df8f54bc7685a457f9f7450e178aa365fb919
This commit is contained in:
James Graham 2016-02-09 19:00:23 +00:00
Родитель e4c90cb56c
Коммит 083055b0b9
5 изменённых файлов: 11 добавлений и 1 удалений

Просмотреть файл

@ -171,6 +171,8 @@ config = {
"--symbols-path=%(symbols_path)s",
"--extra-profile-file=reftest/fonts",
"--suite=reftest",
"--log-raw=%(raw_log_file)s",
"--log-errorsummary=%(error_summary_file)s",
],
"tests": ["reftest/tests/layout/reftests/reftest.list"],
"run_filename": "remotereftest.py",

Просмотреть файл

@ -143,6 +143,8 @@ config = {
"--total-chunks=16",
"--extra-profile-file=fonts",
"--suite=reftest",
"--log-raw=%(raw_log_file)s",
"--log-errorsummary=%(error_summary_file)s",
],
"tests": ["tests/layout/reftests/reftest.list"],
},

Просмотреть файл

@ -141,6 +141,8 @@ config = {
"--total-chunks=16",
"--extra-profile-file=fonts",
"--suite=reftest",
"--log-raw=%(raw_log_file)s",
"--log-errorsummary=%(error_summary_file)s",
],
"tests": ["tests/layout/reftests/reftest.list",],
},

Просмотреть файл

@ -157,7 +157,9 @@ config = {
"--appname=%(binary_path)s",
"--utility-path=tests/bin",
"--extra-profile-file=tests/bin/plugins",
"--symbols-path=%(symbols_path)s"
"--symbols-path=%(symbols_path)s",
"--log-raw=%(raw_log_file)s",
"--log-errorsummary=%(error_summary_file)s",
],
"run_filename": "runreftest.py",
"testsdir": "reftest"

Просмотреть файл

@ -146,6 +146,8 @@ config = {
"--log-raw=%(raw_log_file)s",
"--log-errorsummary=%(error_summary_file)s",
"--utility-path=tests/bin",
"--log-raw=%(raw_log_file)s",
"--log-errorsummary=%(error_summary_file)s",
],
"run_filename": "runxpcshelltests.py",
"testsdir": "xpcshell"