mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
Bug 443763 - Unit test for Bug 331215 fails rather frequently on Mozilla2 builds (and nearly constantly on SeaMonkey builds); (Bv1) Add |todo(false, ...)|; r=gavin.sharp
This commit is contained in:
parent
b8aefc1700
commit
5900318bac
@ -57,6 +57,7 @@
|
|||||||
function ok(condition, message) {
|
function ok(condition, message) {
|
||||||
window.opener.wrappedJSObject.SimpleTest.ok(condition, message);
|
window.opener.wrappedJSObject.SimpleTest.ok(condition, message);
|
||||||
}
|
}
|
||||||
|
|
||||||
function finish() {
|
function finish() {
|
||||||
window.close();
|
window.close();
|
||||||
window.opener.wrappedJSObject.SimpleTest.finish();
|
window.opener.wrappedJSObject.SimpleTest.finish();
|
||||||
|
@ -31,6 +31,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=331215
|
|||||||
<![CDATA[
|
<![CDATA[
|
||||||
|
|
||||||
/** Test for Bug 331215 **/
|
/** Test for Bug 331215 **/
|
||||||
|
todo(false, "disabled - to be fixed in bug 443763");
|
||||||
/*
|
/*
|
||||||
XXX disabled - to be fixed in bug 443763
|
XXX disabled - to be fixed in bug 443763
|
||||||
SimpleTest.waitForExplicitFinish();
|
SimpleTest.waitForExplicitFinish();
|
||||||
@ -38,9 +39,6 @@ window.open("bug331215_window.xul", "331215test",
|
|||||||
"chrome,width=600,height=600");
|
"chrome,width=600,height=600");
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
]]>
|
]]>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user