mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +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) {
|
||||
window.opener.wrappedJSObject.SimpleTest.ok(condition, message);
|
||||
}
|
||||
|
||||
function finish() {
|
||||
window.close();
|
||||
window.opener.wrappedJSObject.SimpleTest.finish();
|
||||
|
@ -31,6 +31,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=331215
|
||||
<![CDATA[
|
||||
|
||||
/** Test for Bug 331215 **/
|
||||
todo(false, "disabled - to be fixed in bug 443763");
|
||||
/*
|
||||
XXX disabled - to be fixed in bug 443763
|
||||
SimpleTest.waitForExplicitFinish();
|
||||
@ -38,9 +39,6 @@ window.open("bug331215_window.xul", "331215test",
|
||||
"chrome,width=600,height=600");
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
]]>
|
||||
</script>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user