mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 483992. (Av1) dom-level*-*/DOMTestCase.js: Remove sayrer's override of SimpleTest._logResult(). r=rcampbell.
This commit is contained in:
parent
9d7499a646
commit
0187c03ba2
@ -644,29 +644,6 @@ function getImplementation() {
|
||||
return builder.getImplementation();
|
||||
}
|
||||
|
||||
//sayrer override the SimpleTest logger
|
||||
SimpleTest._logResult = function(test, passString, failString) {
|
||||
var msg = test.result ? passString : failString;
|
||||
msg += " | " + test.name;
|
||||
if (test.result) {
|
||||
if (test.todo)
|
||||
parentRunner.logger.error(msg)
|
||||
else
|
||||
parentRunner.logger.log(msg);
|
||||
} else {
|
||||
msg += " | " + test.diag;
|
||||
if (test.todo) {
|
||||
parentRunner.logger.log(msg)
|
||||
} else {
|
||||
if (todoTests[docName]) {
|
||||
parentRunner.logger.log("expected error in todo testcase | " + test.name);
|
||||
} else {
|
||||
parentRunner.logger.error(msg);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function testFails (test) {
|
||||
if (!test.result) {
|
||||
test.todo = true;
|
||||
|
@ -648,29 +648,6 @@ function getImplementation() {
|
||||
return builder.getImplementation();
|
||||
}
|
||||
|
||||
//sayrer override the SimpleTest logger
|
||||
SimpleTest._logResult = function(test, passString, failString) {
|
||||
var msg = test.result ? passString : failString;
|
||||
msg += " | " + test.name;
|
||||
if (test.result) {
|
||||
if (test.todo)
|
||||
parentRunner.logger.error(msg)
|
||||
else
|
||||
parentRunner.logger.log(msg);
|
||||
} else {
|
||||
msg += " | " + test.diag;
|
||||
if (test.todo) {
|
||||
parentRunner.logger.log(msg)
|
||||
} else {
|
||||
if (todoTests[docName]) {
|
||||
parentRunner.logger.log("expected error in todo testcase | " + test.name);
|
||||
} else {
|
||||
parentRunner.logger.error(msg);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
window.doc = window;
|
||||
SimpleTest.waitForExplicitFinish();
|
||||
addLoadEvent(function(){ setUpPage(); });
|
||||
|
@ -648,29 +648,6 @@ function getImplementation() {
|
||||
return builder.getImplementation();
|
||||
}
|
||||
|
||||
//sayrer override the SimpleTest logger
|
||||
SimpleTest._logResult = function(test, passString, failString) {
|
||||
var msg = test.result ? passString : failString;
|
||||
msg += " | " + test.name;
|
||||
if (test.result) {
|
||||
if (test.todo)
|
||||
parentRunner.logger.error(msg)
|
||||
else
|
||||
parentRunner.logger.log(msg);
|
||||
} else {
|
||||
msg += " | " + test.diag;
|
||||
if (test.todo) {
|
||||
parentRunner.logger.log(msg)
|
||||
} else {
|
||||
// if (todoTests[docName]) {
|
||||
// parentRunner.logger.log("expected error in todo testcase | " + test.name);
|
||||
//} else {
|
||||
parentRunner.logger.error(msg);
|
||||
//}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
window.doc = window;
|
||||
SimpleTest.waitForExplicitFinish();
|
||||
addLoadEvent(function(){ setUpPage(); });
|
||||
|
Loading…
Reference in New Issue
Block a user