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

TC: don't run print tests for WebKitGTK and Servo #24576

Conversation

clopez
Copy link
Contributor

@clopez clopez commented Jul 13, 2020

…#24576)

* print-reftests are currently not supported for this two browsers.
So we need to avoid triggering those runs on taskcluster for them to
avoid failing the whole run. This fixes: web-platform-tests#24360 and web-platform-tests#24257.
* This patch removes the print-reftest suite from the general block
and adds a new block for it and for the browsers that support this
tests on taskcluster (Chrome and Firefox).
@clopez clopez force-pushed the tc_no_run_print_reftest_webkitgtk_servo branch from 418a383 to 30a02f1 Compare July 13, 2020 14:06
Copy link
Contributor

@jgraham jgraham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't love this because of the duplication, but it's the simple solution and allowing a better factoring here might be hard.

Thanks for fixing this!

@clopez
Copy link
Contributor Author

clopez commented Jul 13, 2020

I don't love this because of the duplication, but it's the simple solution and allowing a better factoring here might be hard.

I agree. I tried to avoid this duplication. But after spending some time on it, i wasn't able to implement a better solution than duplicating the block.

@clopez clopez merged commit 149ce86 into web-platform-tests:master Jul 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing WebKitGTK runs since June 22
5 participants