Home | History | Annotate | Download | only in hash

Lines Matching defs:errors

1534 static int errors = 0;
1555 std::exit(errors > 0);
1556 return errors;
3058 errors += !ok; \
3085 int errors_prior_to_test = errors;
3093 cout << (errors == errors_prior_to_test ? "... OK\n" : "... Failed\n");
3154 static int errors = 0;
3175 std::exit(errors > 0);
3176 return errors;
3954 errors += !ok; \
3979 int errors_prior_to_test = errors;
3987 cout << (errors == errors_prior_to_test ? "... OK\n" : "... Failed\n");
4046 static int errors = 0;
4067 std::exit(errors > 0);
4068 return errors;
5208 errors += !ok; \
5234 int errors_prior_to_test = errors;
5242 cout << (errors == errors_prior_to_test ? "... OK\n" : "... Failed\n");
5302 static int errors = 0;
5323 std::exit(errors > 0);
5324 return errors;
6102 errors += !ok; \
6127 int errors_prior_to_test = errors;
6135 cout << (errors == errors_prior_to_test ? "... OK\n" : "... Failed\n");
6194 static int errors = 0;
6215 std::exit(errors > 0);
6216 return errors;
6994 errors += !ok; \
7019 int errors_prior_to_test = errors;
7027 cout << (errors == errors_prior_to_test ? "... OK\n" : "... Failed\n");
7086 static int errors = 0;
7107 std::exit(errors > 0);
7108 return errors;
7886 errors += !ok; \
7911 int errors_prior_to_test = errors;
7919 cout << (errors == errors_prior_to_test ? "... OK\n" : "... Failed\n");