bug 441974 - Several tests fail when running in conjunction with other mochitests, succeed when running stand-alone, disable failing tests with bugs filed for them, r=surkov

This commit is contained in:
Marco Zehe 2008-09-11 16:43:06 +02:00
Родитель 030cd9ecbf
Коммит 89a7a2eba4
3 изменённых файлов: 6 добавлений и 6 удалений

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

@ -105,13 +105,13 @@
"nsITreeBoxObject::rowCountChanged");
break;
case 2:
TreeInvalidatedHandlerHelper(aEvent, null, null, 0, 0,
"nsITreeBoxObject::invalidateColumn");
// XXX see bug 454647 TreeInvalidatedHandlerHelper(aEvent, null, null, 0, 0,
// "nsITreeBoxObject::invalidateColumn");
gTreeColumnInvalidated = true;
break;
case 3:
TreeInvalidatedHandlerHelper(aEvent, 1, 1, null, null,
"nsITreeBoxObject::invalidateRow");
// XXX see bug 454647 TreeInvalidatedHandlerHelper(aEvent, 1, 1, null, null,
// "nsITreeBoxObject::invalidateRow");
gTreeRowInvalidated = true;
break;
}

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

@ -56,7 +56,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=428248
testThis("imgmap", 78, 3, "b");
// empty hyperlink
testThis("emptyLink", 93, 4, "");
// XXX see bug 434636 testThis("emptyLink", 93, 4, "");
// normal hyperlink with embedded span
testThis("LinkWithSpan", 119, 5, "Heise Online");

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

@ -52,7 +52,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=441519
"Wrong focusable state bit for internal frame!");
// see bug 428954: No name wanted for internal frame
is(outerDocAcc.name, "", "Wrong name for internal frame!");
// xxx see bug 454636 is(outerDocAcc.name, "", "Wrong name for internal frame!");
// see bug 440770, no actions wanted on outer doc
is(outerDocAcc.numActions, 0,