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

MozReview-Commit-ID: 3L8t6lgs3U6
This commit is contained in:
James Graham 2016-02-09 19:00:23 +00:00
parent 7b86797ff5
commit 702f426568
5 changed files with 11 additions and 1 deletions

View File

@ -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",

View File

@ -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"],
},

View File

@ -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",],
},

View File

@ -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"

View File

@ -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"