зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1019244 - Do not throw on exception handling during xpcshell tests. r=ted
This commit is contained in:
Родитель
096cb131f2
Коммит
d322d65c3d
|
@ -519,7 +519,7 @@ function _load_files(aFiles) {
|
|||
{_message: "TEST-UNEXPECTED-FAIL | (xpcshell/head.js) | Source file " + element + " contains an error",
|
||||
diagnostic: _exception_message(e),
|
||||
source_file: element,
|
||||
stack: _format_exception_stack(e.stack)});
|
||||
stack: e.stack ? _format_exception_stack(e.stack) : null});
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче