mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1246946 - Upload reftest structured logs and error summaries to blobber, r=ahal
MozReview-Commit-ID: 3L8t6lgs3U6
This commit is contained in:
parent
7b86797ff5
commit
702f426568
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user