mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backout a9541226ccd5 (bug 766886) to re-enable the test on debug builds, now the cause of the intermittent failure has been fixed
This commit is contained in:
parent
5bc7e56411
commit
ce7a3b5c6f
@ -20,13 +20,6 @@
|
||||
var p = document.getElementById('embedtest');
|
||||
|
||||
function startTest() {
|
||||
// Skip in debug builds because of frequent leaks, bug 766886
|
||||
if (SpecialPowers.isDebugBuild) {
|
||||
todo(false, "test_streamatclose.html should stop leaking");
|
||||
SimpleTest.finish();
|
||||
return;
|
||||
}
|
||||
|
||||
ok(p.streamTest("neverending.sjs", false, null, null,
|
||||
function(r, t) {
|
||||
is(r, 2, "Stream should have failed");
|
||||
|
Loading…
Reference in New Issue
Block a user