Home | History | Annotate | Download | only in front_end

Lines Matching refs:FAIL

59 TestSuite.prototype.fail = function(message)
80 this.fail(message);
103 this.fail("Expected object to contain key '" + key + "'");
115 this.fail("Expected to: '" + string + "' to contain '" + substring + "'");
208 this.fail("Cannot find method to override: " + methodName);
221 test.fail("Exception in overriden method '" + methodName + "': " + e);
450 test.fail("Failure: resource does not have response headers text");
773 else if (/^FAIL/.test(text))
774 this.fail(text); // This will throw.
776 // Neither PASS nor FAIL, so wait for more messages.
782 else if (/^FAIL/.test(text))
783 this.fail(text);
812 this.fail(messages[i].text + ":" + messages[i].level); // This will throw.
828 this.fail(message.text + ":" + messages[i].level);