Home
last modified time | relevance | path

Searched refs:TEST (Results 76 – 100 of 242) sorted by relevance

12345678910

/freebsd/contrib/libcbor/
H A DCMakeLists.txt36 option(WITH_TESTS "[TEST] Build unit tests (requires CMocka)" OFF)
43 option(HUGE_FUZZ "[TEST] Fuzz through 8GB of data in the test. Do not use with memory instrumentati…
48 option(SANE_MALLOC "[TEST] Assume that malloc will not allocate multi-GB blocks. Tests only, platfo…
53 option(PRINT_FUZZ "[TEST] Print the fuzzer input" OFF)
119 …COMMAND bash -c [[ for TEST in $(ls test/*_test); do LLVM_PROFILE_FILE="coverage_profiles/$(basena…
/freebsd/tools/test/stress2/testcases/rw/
H A Drw.c127 #ifdef TEST in test()
142 #ifdef TEST in test()
162 #ifdef TEST in test()
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_repeat_test.cc73 TEST(FooTest, ShouldFail) { in TEST() function
82 TEST(FooTest, ShouldPass) { g_should_pass_count++; } in TEST() function
89 TEST(BarDeathTest, ThreadSafeAndFast) { in TEST() function
H A Dgtest_assert_by_exception_test.cc62 TEST(Test, Test) { in TEST() function
96 TEST(Test, Test2) { kTestForContinuingTest = 1; } in TEST() function
H A Dgtest_list_output_unittest_.cc43 TEST(FooTest, Test1) {} in TEST() function
45 TEST(FooTest, Test2) {} in TEST() function
H A Dgtest-unittest-api_test.cc108 TEST(ApiTest, UnitTestImmutableAccessorsWork) { in TEST() function
139 TEST(ApiTest, TestSuiteImmutableAccessorsWork) { in TEST() function
200 TEST(ApiTest, TestSuiteDisabledAccessorsWork) { in TEST() function
221 TEST(ApiTest, DISABLED_Dummy1) {} in TEST() function
222 TEST(DISABLED_Test, Dummy2) {} in TEST() function
H A Dgoogletest-catch-exceptions-test_.cc96 TEST(SehExceptionTest, ThrowsSehException) { RaiseException(42, 0, 0, NULL); } in TEST() function
270 TEST(CxxExceptionTest, ThrowsNonStdCxxException) { throw "C-string"; } in TEST() function
/freebsd/contrib/capsicum-test/
H A Drename.cc25 TEST(Rename, AbsDesignationSame) { in TEST() function
31 TEST(RenameAt, AbsDesignationSame) { in TEST() function
H A Dcapability-fd-pair.cc10 TEST(CapabilityPair, sendfile) { in TEST() function
51 TEST(CapabilityPair, tee) { in TEST() function
98 TEST(CapabilityPair, splice) { in TEST() function
158 TEST(CapabilityPair, vmsplice) { in TEST() function
H A Dfcntl.cc152 TEST(Fcntl, Commands) { in TEST() function
214 TEST(Fcntl, WriteLock) { in TEST() function
262 TEST(Fcntl, SubRightNormalFD) { in TEST() function
289 TEST(Fcntl, PreserveSubRights) { in TEST() function
322 TEST(Fcntl, FLSubRights) { in TEST() function
364 TEST(Fcntl, OWNSubRights) { in TEST() function
H A Dprocdesc.cc109 TEST(Pdfork, Simple) { in TEST() function
165 TEST(Pdfork, InvalidFlag) { in TEST() function
176 TEST(Pdfork, TimeCheck) { in TEST() function
214 TEST(Pdfork, UseDescriptor) { in TEST() function
225 TEST(Pdfork, NonProcessDescriptor) { in TEST() function
287 TEST(Pdfork, FromThread) { in TEST() function
689 TEST(Pdfork, PdkillOtherSignal) { in TEST() function
790 TEST(Pdfork, Bagpuss) { in TEST() function
797 TEST(Pdfork, BagpussDaemon) { in TEST() function
973 TEST(Pdfork, MissingRights) { in TEST() function
H A Dlinux.cc31 TEST(Linux, TimerFD) { in TEST() function
186 TEST(Linux, EventFD) { in TEST() function
330 TEST(Linux, fstatat) { in TEST() function
374 TEST(Linux, FanotifyIfRoot) { in TEST() function
525 TEST(Linux, inotify) { in TEST() function
872 TEST(Linux, DeadNSInitIfRoot) { in TEST() function
1072 TEST(Linux, CapModeWithBPF) { in TEST() function
1113 TEST(Linux, AIO) { in TEST() function
1189 TEST(Linux, KcmpIfAvailable) { in TEST() function
1223 TEST(Linux, ProcFS) { in TEST() function
[all …]
/freebsd/crypto/openssl/doc/man7/
H A DEVP_RAND-TEST-RAND.pod5 EVP_RAND-TEST-RAND - The test EVP_RAND implementation
14 "TEST-RAND" is the name for this implementation; it can be used with the
69 EVP_RAND *rand = EVP_RAND_fetch(NULL, "TEST-RAND", NULL);
82 rand = EVP_RAND_fetch(NULL, "TEST-RAND", NULL);
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_finalize.c381 #define TEST(name, flags) \ macro
386 TEST(cb_invoked, TT_FORK|TT_NEED_BASE),
387 TEST(free_finalize, TT_FORK),
388 TEST(within_cb, TT_FORK|TT_NEED_BASE),
389 TEST(debug_use_after_free, TT_FORK|TT_NEED_BASE|TT_ENABLE_DEBUG_MODE),
/freebsd/contrib/libevent/test/
H A Dregress_finalize.c381 #define TEST(name, flags) \ macro
386 TEST(cb_invoked, TT_FORK|TT_NEED_BASE),
387 TEST(free_finalize, TT_FORK),
388 TEST(within_cb, TT_FORK|TT_NEED_BASE),
389 TEST(debug_use_after_free, TT_FORK|TT_NEED_BASE|TT_ENABLE_DEBUG_MODE),
/freebsd/contrib/googletest/googletest/samples/
H A Dsample10_unittest.cc92 TEST(ListenersTest, DoesNotLeak) { in TEST() function
99 TEST(ListenersTest, LeaksWater) { in TEST() function
/freebsd/contrib/file/magic/Magdir/
H A Dclipper13 # >18 short !074000,074000 TEST
21 # >18 short&074000 074000 TEST
43 >18 short&074000 074000 TEST
/freebsd/contrib/netbsd-tests/net/net/
H A Dt_pktinfo.c46 #ifdef TEST
140 #ifdef TEST in receive()
167 #ifndef TEST
/freebsd/contrib/file/src/
H A Dis_csv.c31 #ifndef TEST
131 #ifndef TEST
H A Dis_simh.c32 #ifndef TEST
147 #ifndef TEST
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_brainpool.txt581 # TEST CURVE brainpoolP160r1
625 # TEST CURVE brainpoolP160t1
669 # TEST CURVE brainpoolP192r1
713 # TEST CURVE brainpoolP192t1
757 # TEST CURVE brainpoolP224r1
801 # TEST CURVE brainpoolP224t1
845 # TEST CURVE brainpoolP256r1
889 # TEST CURVE brainpoolP256t1
933 # TEST CURVE brainpoolP320r1
981 # TEST CURVE brainpoolP320t1
[all …]
/freebsd/contrib/ntp/sntp/libevent/build-aux/
H A Dtest-driver48 TEST-SCRIPT [TEST-SCRIPT-ARGUMENTS]
/freebsd/contrib/openpam/
H A Dtest-driver48 TEST-SCRIPT [TEST-SCRIPT-ARGUMENTS]
/freebsd/contrib/libevent/build-aux/
H A Dtest-driver48 TEST-SCRIPT [TEST-SCRIPT-ARGUMENTS]
/freebsd/contrib/ntp/libntp/
H A Dsnprintf.c2082 #ifdef TEST in main()
2083 #undef TEST in main()
2085 #define TEST(fmt, val) \ in main() macro
2108 TEST(float_fmt, float_val); in main()
2109 TEST(long_fmt, long_val); in main()
2110 TEST(ulong_fmt, ulong_val); in main()
2111 TEST(llong_fmt, llong_val); in main()
2112 TEST(string_fmt, string_val); in main()
2114 TEST(pointer_fmt, pointer_val); in main()

12345678910