Searched refs:test_ok (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_rpc.c133 test_ok += 1;
176 test_ok = 1;
216 test_ok = 0;
224 tt_assert(test_ok == 1);
249 test_ok = 1;
296 test_ok = 0;
358 test_ok += 1;
389 test_ok += 1;
392 if (test_ok == 2)
481 test_ok
[all...]
H A Dregress_http.c82 test_ok = 1; \
250 test_ok++;
272 test_ok++;
279 test_ok = -2;
305 test_ok++;
307 test_ok++;
411 test_ok = 0;
441 tt_assert(test_ok == 3);
464 tt_assert(test_ok == 5);
487 tt_assert(test_ok
[all...]
H A Dregress_bufferevent.c104 test_ok++;
115 test_ok++;
122 test_ok = -2;
181 if (test_ok != 2)
182 test_ok = 0;
357 test_ok++;
369 test_ok++;
376 test_ok = -2;
386 test_ok = 0;
437 tt_int_op(test_ok,
[all...]
H A Dregress.c77 int test_ok; variable
122 test_ok = 1;
173 test_ok = 0;
175 test_ok = 1;
339 test_ok = 1;
499 test_ok = memcmp(rbuf, wbuf, sizeof(wbuf)) == 0;
528 test_ok = memcmp(rbuf, wbuf, sizeof(wbuf)) == 0;
558 test_ok = 1;
582 test_ok = 1;
596 test_ok
[all...]
H A Dregress_main.c110 * OR if it wants to communicate success/failure through test_ok.
326 sets test_ok to 0, invokes the test function, and tells tinytest that
327 the test failed if the test didn't set test_ok to 1.
333 test_ok = called = 0;
339 if (!test_ok)
343 test_ok = 0;
H A Dregress.h65 extern int test_ok;
H A Dregress_zlib.c337 test_ok = 1;
H A Dregress_dns.c156 test_ok = dns_ok;
173 test_ok = 1;
188 test_ok = dns_ok;
449 test_ok = dns_ok;

Completed in 120 milliseconds