From 542343e11774a08cd083a12383329355abfc1d74 Mon Sep 17 00:00:00 2001 From: Andrew McCreight Date: Fri, 6 Jan 2017 13:15:53 -0800 Subject: [PATCH] Bug 1325438 - Remove leak checking whitelist for tests/dom/xhr/tests. r=jmaher MozReview-Commit-ID: 48elhM564zJ --HG-- extra : rebase_source : b1f665ab81afa26ed4ec06aa021251636bb462a1 --- testing/mochitest/runtests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/mochitest/runtests.py b/testing/mochitest/runtests.py index 9be4092ed46f..28889c0eced4 100644 --- a/testing/mochitest/runtests.py +++ b/testing/mochitest/runtests.py @@ -2218,7 +2218,6 @@ toolbar#nav-bar { 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 == '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: