Lines Matching refs:Failed
8 if (!mod) throw new Error('failed to require "' + p + '"');
1610 var msg = stats.failures + ' of ' + runner.total + ' tests failed';
1611 notify(msg, { name: 'mocha', title: 'Failed', image: image('error') });
2198 * of tests passed / failed etc.
3335 if ('failed' == test.state) {
4243 if ('failed' == test.state) {
4500 // Discard the resolution if this test has already failed asynchronously
4620 * - `fail` (test, err) test failed
4776 test.state = 'failed';
4794 * - Failed `before` hook skips all tests in a suite and subsuites,
4796 * - Failed `before each` hook skips remaining tests in a
4799 * - Failed `after` hook does not alter
4801 * - Failed `after each` hook skips remaining tests in a
4985 // before/after Each hook for errSuite failed:
4988 // for failed 'after each' hook start from errSuite parent,
5098 // current suite failed on a hook from errSuite