From b666926039434479d1186ca916521cd6191f6d66 Mon Sep 17 00:00:00 2001 From: Ted Mielczarek Date: Thu, 20 Sep 2012 10:50:21 -0400 Subject: [PATCH] bug 705047 - re-enable OOP crashreporter tests on mac. r=philor --- dom/plugins/test/mochitest/test_busy_hang.xul | 7 ------- dom/plugins/test/mochitest/test_crash_notify.xul | 7 ------- .../test/mochitest/test_crash_notify_no_report.xul | 7 ------- dom/plugins/test/mochitest/test_crash_submit.xul | 7 ------- dom/plugins/test/mochitest/test_crashing.html | 10 +--------- dom/plugins/test/mochitest/test_hanging.html | 7 ------- dom/plugins/test/mochitest/test_idle_hang.xul | 7 ------- toolkit/crashreporter/test/unit_ipc/xpcshell.ini | 2 -- 8 files changed, 1 insertion(+), 53 deletions(-) diff --git a/dom/plugins/test/mochitest/test_busy_hang.xul b/dom/plugins/test/mochitest/test_busy_hang.xul index 3e9ab290aaf9..c93623810524 100644 --- a/dom/plugins/test/mochitest/test_busy_hang.xul +++ b/dom/plugins/test/mochitest/test_busy_hang.xul @@ -17,13 +17,6 @@ SimpleTest.waitForExplicitFinish(); - const isOSXLion = navigator.userAgent.indexOf("Mac OS X 10.7") != -1; - const isOSXMtnLion = navigator.userAgent.indexOf("Mac OS X 10.8") != -1; - if (isOSXLion || isOSXMtnLion) { - todo(false, "Can't test plugin crash notification on OS X 10.7 or 10.8, see bug 705047"); - SimpleTest.finish(); - } - window.frameLoaded = function frameLoaded_toCrash() { if (!SimpleTest.testPluginIsOOP()) { ok(true, "Skipping this test when test plugin is not OOP."); diff --git a/dom/plugins/test/mochitest/test_idle_hang.xul b/dom/plugins/test/mochitest/test_idle_hang.xul index 008a87e4c4e3..57c1953b1f4d 100644 --- a/dom/plugins/test/mochitest/test_idle_hang.xul +++ b/dom/plugins/test/mochitest/test_idle_hang.xul @@ -17,13 +17,6 @@