Bug 1325277 - Re-enable leak checking for dom/animation/test/css-animations. r=ahal draft
authorAndrew McCreight <continuation@gmail.com>
Fri, 06 Jan 2017 11:04:41 -0800
changeset 457156 e9be7e4efcbb5629c3614dba53e984c03fbdb636
parent 457155 aa4957505a74e6c5180f4a5e9fda172a57562192
child 541407 7ae0472d7fe7facfd5ccf81ed956c0a994112830
push id40695
push userbmo:continuation@gmail.com
push dateFri, 06 Jan 2017 22:43:31 +0000
reviewersahal
bugs1325277
milestone53.0a1
Bug 1325277 - Re-enable leak checking for dom/animation/test/css-animations. r=ahal MozReview-Commit-ID: LSlEw5tCcTx
testing/mochitest/runtests.py
--- a/testing/mochitest/runtests.py
+++ b/testing/mochitest/runtests.py
@@ -2212,17 +2212,16 @@ toolbar#nav-bar {
             # backed out. Rather than waiting and risking new regressions, in the meantime
             # this code will selectively disable leak checking on flavors/directories where
             # known regressions exist. At least this way we can prevent further damage while
             # they get fixed.
 
             info = mozinfo.info
             skip_leak_conditions = [
                 (info['debug'] and options.flavor == 'plain' and d.startswith('toolkit/components/extensions/test/mochitest') and info['os'] == 'mac', 'bug 1326456'),  # noqa
-                (info['debug'] and options.flavor == 'plain' and d == 'dom/animation/test/css-animations', 'bug 1325277'),  # noqa
                 (info['debug'] and options.flavor == 'plain' and d == 'dom/tests/mochitest/gamepad' and info['os'] == 'win', 'bug 1324592'),  # noqa
                 (info['debug'] and options.flavor == 'plain' and d == 'toolkit/components/prompts/test' and info['os'] == 'mac', 'bug 1325275'),  # noqa
                 (info['debug'] and options.flavor == 'plain' and d == 'tests/dom/xhr/tests', 'bug 1325438'),  # noqa
             ]
 
             for condition, reason in skip_leak_conditions:
                 if condition:
                     self.log.warning('WARNING | disabling leakcheck due to {}'.format(reason))