From b73c596ed2c279e2482bad6cc3532ae6fd462a9e Mon Sep 17 00:00:00 2001 From: Ed Morley Date: Mon, 28 Oct 2013 15:39:02 +0000 Subject: [PATCH] Bug 921635 - Disable test_HTMLAppletElement*.html on OS X on suspicion of causing dom-level* suite timeouts --HG-- extra : transplant_source : f%2A%FB%DCVG%96M%A1%03%0F0%A3%11k%D2%C0%05%3A%A2 --- dom/tests/mochitest/dom-level2-html/mochitest.ini | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/dom/tests/mochitest/dom-level2-html/mochitest.ini b/dom/tests/mochitest/dom-level2-html/mochitest.ini index 61e196c0e05b..a5db7fd9997c 100644 --- a/dom/tests/mochitest/dom-level2-html/mochitest.ini +++ b/dom/tests/mochitest/dom-level2-html/mochitest.ini @@ -16,16 +16,28 @@ support-files = DOMTestCase.js [test_HTMLAnchorElement13.html] [test_HTMLAnchorElement14.html] [test_HTMLAppletElement01.html] +# This and the below - timeouts on OS X (bug 921635) +skip-if = os == "mac" [test_HTMLAppletElement02.html] +skip-if = os == "mac" [test_HTMLAppletElement03.html] +skip-if = os == "mac" [test_HTMLAppletElement04.html] +skip-if = os == "mac" [test_HTMLAppletElement05.html] +skip-if = os == "mac" [test_HTMLAppletElement06.html] +skip-if = os == "mac" [test_HTMLAppletElement07.html] +skip-if = os == "mac" [test_HTMLAppletElement08.html] +skip-if = os == "mac" [test_HTMLAppletElement09.html] +skip-if = os == "mac" [test_HTMLAppletElement10.html] +skip-if = os == "mac" [test_HTMLAppletElement11.html] +skip-if = os == "mac" [test_HTMLAreaElement01.html] [test_HTMLAreaElement02.html] [test_HTMLAreaElement03.html]