зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset b5def807ceda (bug 1335778
) for permafailing test_crash.py TestCrash.test_crash_content_process on Windows 8. r=backout a=backout
MozReview-Commit-ID: 1uXKHg77IKy
This commit is contained in:
Родитель
d11a1a2118
Коммит
d8ac097a1d
|
@ -273,22 +273,19 @@ var loadListener = {
|
|||
this.start(command_id, timeout, startTime, true);
|
||||
}
|
||||
|
||||
return Task.spawn(function* () {
|
||||
yield trigger();
|
||||
|
||||
}).then(val => {
|
||||
if (!loadEventExpected) {
|
||||
sendOk(command_id);
|
||||
}
|
||||
|
||||
}).catch(err => {
|
||||
try {
|
||||
trigger();
|
||||
} catch (e) {
|
||||
if (loadEventExpected) {
|
||||
this.stop();
|
||||
}
|
||||
|
||||
sendError(err, command_id);
|
||||
sendError(new UnknownCommandError(e.message), command_id);
|
||||
return;
|
||||
});
|
||||
}
|
||||
|
||||
if (!loadEventExpected) {
|
||||
sendOk(command_id);
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче