Lines Matching defs:test
2 * mathtest.c - test rig for mathlib
51 typedef int (*test) (void);
934 test_comment, /* deliberately not a test */
935 test_invalid, /* accidentally not a test */
936 test_decline, /* was a test, and wasn't run */
937 test_fail, /* was a test, and failed */
938 test_pass /* was a test, and passed */
1028 * crash or tight-loop; so we _run_ the test, and then ignore
1114 * Decline the test if the deferred decline flag was set above.
1231 * The test case data has provided the result to more
1233 * equality, we test against our maximum error
1361 * The test case data has provided the result in
1427 * Now test res2, for those functions (frexp, modf, rred)
1498 testdetail test;
1500 test.valid = 0;
1507 test = parsetest(testbuf, test);
1509 while (test.in_err < test.in_err_limit) {
1510 res = runtest(test);
1522 test.random ? " (random)" : "",
1525 print_errno ? errnos[test.in_err] : "",
1532 test.in_err++;