I'm worried about disabling tests when they fail, and it seems to happen especially often for webkit rolls. Just an example from today: http://codereview.chromium.org/7187013/, http://codereview.chromium.org/7193022/ .tl;dr - how are WebKit rolls different? Usually when tests fail we revert the change, and not disable the tests.
In my opinion this is just wrong and we're losing coverage this way (I wonder how many tests got disabled this way and are still disabled). The idea seems to be to revert breaking changes, rather than disabling tests.Of course WebKit rolls have to happen regularly, or we get even further behind. But shouldn't we identify the breaking WebKit revision and revert it, rather than disabling tests? That breaking revision has to be identified anyway to re-enable the tests.Also, do we have all affected tests running on the relevant WebKit canary bots (something that'd take Chromium trunk and WebKit trunk and see if it explodes)?
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
-- Dirk