mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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
71992c7469
commit
479b870f09
@ -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