Searched refs:testcase (Results 26 - 39 of 39) sorted by relevance

12

/freebsd-13-stable/contrib/netbsd-tests/lib/libm/
H A Dt_scalbn.c45 struct testcase { struct
52 static struct testcase test_vals[] = {
80 const struct testcase *tests = test_vals;
234 const struct testcase *tests = test_vals;
382 const struct testcase *tests = test_vals;
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dparse_time-test.c41 static struct testcase { struct
H A Dstrpftime-test.c41 static struct testcase { struct
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dstring-to-key-test.c38 static struct testcase { struct
95 struct testcase *t;
H A Dderived-key-test.c38 static struct testcase { struct
81 struct testcase *t;
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c13771 ** The testcase() macro is used to aid in coverage testing. When
13773 ** testcase() must be evaluated both true and false in order to
13774 ** get full branch coverage. The testcase() macro is inserted
13776 ** condition/decision coverage is inadequate. For example, testcase()
13778 ** bitmask tests, testcase() can be used to make sure each bit
13780 ** where multiple cases go to the same block of code, testcase()
13786 # define testcase(X) if( X ){ sqlite3Coverage(__LINE__); } macro
13788 # define testcase(X) macro
13794 ** within testcase() and assert() macros.
13850 ** an opportunity to change the macro into a testcase() an
169763 # define testcase macro
191616 # define testcase macro
211810 #define testcase macro
[all...]
H A Dshell.c14047 ".check GLOB Fail if output since .testcase does not match",
14226 ".testcase NAME Begin redirecting output to 'testcase-out.txt'",
17736 /* Cancel output redirection, if it is currently set (by .testcase)
17737 ** Then read the content of the testcase-out.txt file and compare against
17746 }else if( (zRes = readFile("testcase-out.txt", 0))==0 ){
17747 raw_printf(stderr, "Error: cannot read 'testcase-out.txt'\n");
17751 "testcase-%s FAILED\n Expected: [%s]\n Got: [%s]\n",
17755 utf8_printf(stdout, "testcase-%s ok\n", p->zTestcase);
20075 /* Begin redirecting output to the file "testcase
[all...]
/freebsd-13-stable/lib/libc/tests/gen/
H A Dfnmatch_test.c79 struct testcase *t;
/freebsd-13-stable/lib/libc/tests/sys/
H A Dsendfile_test.c533 struct testcase { struct
602 ATF_CHECK_EQ_MSG(error, 0, "sendfile testcase #%d failed: %s",
641 struct testcase { struct
726 ATF_CHECK_EQ_MSG(error, 0, "sendfile testcase #%d failed: %s",
/freebsd-13-stable/tools/regression/doat/
H A Ddoat.c56 struct testcase { struct
65 struct testcase tests[10]; /* no more than 10 tests */
/freebsd-13-stable/contrib/libevent/test/
H A Dregress_buffer.c2486 setup_passthrough(const struct testcase_t *testcase) argument
2488 return testcase->setup_data;
2491 cleanup_passthrough(const struct testcase_t *testcase, void *ptr) argument
H A Dregress_dns.c1839 testleak_setup(const struct testcase_t *testcase) argument
1865 testleak_cleanup(const struct testcase_t *testcase, void *env_) argument
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_buffer.c2212 setup_passthrough(const struct testcase_t *testcase) argument
2214 return testcase->setup_data;
2217 cleanup_passthrough(const struct testcase_t *testcase, void *ptr) argument
H A Dregress_dns.c1803 testleak_setup(const struct testcase_t *testcase) argument
1829 testleak_cleanup(const struct testcase_t *testcase, void *env_) argument

Completed in 873 milliseconds

12