Bug 705047 - Disable the plugin crash notification tests that fail on 10.7 on 10.8 too, where they fail too

--HG--
extra : rebase_source : 6a6810ce9ae266cd4a5471f89ec40cefb433505d
This commit is contained in:
Phil Ringnalda 2012-08-29 21:33:34 -07:00
Родитель 7af9e6f2a8
Коммит 12b9fa4dcd
7 изменённых файлов: 21 добавлений и 14 удалений

Просмотреть файл

@ -18,8 +18,9 @@
SimpleTest.waitForExplicitFinish();
const isOSXLion = navigator.userAgent.indexOf("Mac OS X 10.7") != -1;
if (isOSXLion) {
todo(false, "Can't test plugin crash notification on OS X 10.7, see bug 705047");
const isOSXMtnLion = navigator.userAgent.indexOf("Mac OS X 10.8") != -1;
if (isOSXLion or isOSXMtnLion) {
todo(false, "Can't test plugin crash notification on OS X 10.7 or 10.8, see bug 705047");
SimpleTest.finish();
}

Просмотреть файл

@ -16,8 +16,9 @@
SimpleTest.waitForExplicitFinish();
const isOSXLion = navigator.userAgent.indexOf("Mac OS X 10.7") != -1;
if (isOSXLion) {
todo(false, "Can't test plugin crash notification on OS X 10.7, see bug 705047");
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();
}

Просмотреть файл

@ -16,8 +16,9 @@
SimpleTest.waitForExplicitFinish();
const isOSXLion = navigator.userAgent.indexOf("Mac OS X 10.7") != -1;
if (isOSXLion) {
todo(false, "Can't test plugin crash notification on OS X 10.7, see bug 705047");
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();
}

Просмотреть файл

@ -19,8 +19,9 @@ SimpleTest.waitForExplicitFinish();
SimpleTest.ignoreAllUncaughtExceptions();
const isOSXLion = navigator.userAgent.indexOf("Mac OS X 10.7") != -1;
if (isOSXLion) {
todo(false, "Can't test plugin crash notification on OS X 10.7, see bug 705047");
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();
}

Просмотреть файл

@ -7,8 +7,9 @@
SimpleTest.waitForExplicitFinish();
const isOSXLion = navigator.userAgent.indexOf("Mac OS X 10.7") != -1;
if (isOSXLion) {
todo(false, "Can't test plugin crash notification on OS X 10.7, see bug 705047");
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();
}

Просмотреть файл

@ -7,8 +7,9 @@
SimpleTest.waitForExplicitFinish();
const isOSXLion = navigator.userAgent.indexOf("Mac OS X 10.7") != -1;
if (isOSXLion) {
todo(false, "Can't test plugin crash notification on OS X 10.7, see bug 705047");
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();
}

Просмотреть файл

@ -18,8 +18,9 @@
SimpleTest.waitForExplicitFinish();
const isOSXLion = navigator.userAgent.indexOf("Mac OS X 10.7") != -1;
if (isOSXLion) {
todo(false, "Can't test plugin crash notification on OS X 10.7, see bug 705047");
const isOSXMtnLion = navigator.userAgent.indexOf("Mac OS X 10.8") != -1;
if (isOSXLion or isOSXMtnLion) {
todo(false, "Can't test plugin crash notification on OS X 10.7 or 10.8, see bug 705047");
SimpleTest.finish();
}