Lines Matching defs:errors
91 int errors() const { return errorcount_; }
107 // Causes false errors for unittesting.
108 // Setting to "true" causes errors to be injected.
109 void set_error_injection(bool errors) { error_injection_ = errors; }
165 bool error_injection_; // Simulate errors, for unittests.
166 bool crazy_error_injection_; // Simulate lots of errors.
167 uint64 max_errorcount_; // Number of errors before forced exit.
217 bool error_poll_; // Poll for system errors.
238 int statuscount_; // Total test errors seen.