Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix reftest report regression. #26495

Merged
merged 1 commit into from May 12, 2020
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Fix reference report regression.

  • Loading branch information
jdm committed May 12, 2020
commit ea6523ef62ca4c95ae3bd675182017cc7fdee874
@@ -62,7 +62,7 @@ def main(source, commit_sha=None):

if commit_sha:
title = "<h1>Layout 2020 regressions in commit <code>%s</code></h1>" % commit_sha
failures_2013 = {url for url, _ in failing_reftests("linux_x64", source)}
failures_2013 = {url for url, _, _ in failing_reftests("linux_x64", source)}
for url, _expected_pass, screenshots in failing_reftests("linux_x64_2020", source):
if url not in failures_2013:
failures.add(url, screenshots)
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.