Home
last modified time | relevance | path

Searched refs:TEST (Results 126 – 150 of 242) sorted by relevance

12345678910

/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-env-var-test_.cc45 TEST(GTestEnvVarTest, Dummy) {} in TEST() function
H A Dgtest_environment_test.cc100 TEST(FooTest, Bar) { test_was_run = true; } in TEST() function
H A Dgoogletest-output-test-golden-lin.txt449 class, so mixing TEST_F and TEST in the same test suite is
452 test DefinedUsingTESTAndShouldFail is defined using TEST. You probably
453 want to change the TEST to TEST_F or move it to another test
465 class, so mixing TEST_F and TEST in the same test suite is
468 test DefinedUsingTEST is defined using TEST. You probably
469 want to change the TEST to TEST_F or move it to another test
924 class, so mixing TEST_F and TEST in the same test suite is
927 test TestBase is defined using TEST. You probably
928 want to change the TEST to TEST_F or move it to another test
1122 1 FAILED TEST SUITE
[all …]
/freebsd/contrib/blocklist/port/
H A Dfgetln.c93 #ifdef TEST
/freebsd/contrib/libfido2/openbsd-compat/
H A Dbsd-getline.c102 #ifdef TEST
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-getline.c100 #ifdef TEST
/freebsd/contrib/file/src/
H A Dgetline.c91 #ifdef TEST
H A Dis_json.c31 #ifndef TEST
420 #ifndef TEST
/freebsd/contrib/capsicum-test/
H A Dsocket.cc15 TEST(Socket, UnixDomain) { in TEST() function
129 TEST(Socket, TCP) { in TEST() function
245 TEST(Socket, UDP) { in TEST() function
H A Dmqueue.cc18 TEST(test_case_name, test_name ## Forked) { \
/freebsd/contrib/kyua/integration/
H A Dcmd_report_junit_test.sh89 CONTENTS STRIPPED BY TEST
203 CONTENTS STRIPPED BY TEST
/freebsd/contrib/ntp/sntp/libpkgver/
H A Dcolcomp.c90 #ifdef TEST
/freebsd/usr.bin/xargs/
H A Dstrnsubst.c85 #ifdef TEST
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_thread.c567 #define TEST(name, f) \ macro
578 TEST(conditions_simple, TT_RETRIABLE),
586 TEST(no_events, TT_RETRIABLE),
/freebsd/contrib/libevent/test/
H A Dregress_thread.c567 #define TEST(name, f) \ macro
578 TEST(conditions_simple, TT_RETRIABLE),
586 TEST(no_events, TT_RETRIABLE),
/freebsd/sys/dev/firewire/
H A Dfwcrom.c47 #if defined(_KERNEL) || defined(TEST)
388 #if defined(_KERNEL) || defined(_BOOT) || defined(TEST)
540 #ifdef TEST
/freebsd/contrib/netbsd-tests/lib/libc/rpc/
H A Dt_rpc.c17 #ifndef TEST
239 #ifdef TEST
/freebsd/tools/regression/net80211/tkip/
H A Dtest_tkip.c111 #define TEST(n,name,cipher,keyix,pn) { \ macro
136 TEST(1, "TKIP test mpdu 1", TKIP, 0, 0),
/freebsd/contrib/expat/xmlwf/
H A Dxmlmime.c178 #ifdef TEST
/freebsd/sys/contrib/openzfs/
H A D.gitignore62 !TEST
/freebsd/contrib/googletest/docs/
H A Dfaq.md19 Now let's look at what this means for `TEST` and `TEST_F`.
21 Currently `TEST(TestSuiteName, TestName)` generates a class named
44 TEST(Time, Flies_Like_An_Arrow) { ... }
45 TEST(Time_Flies, Like_An_Arrow) { ... }
48 Now, the two `TEST`s will both generate the same class
487 TEST(MyDeathTest, FunctionCall) {
492 TEST(MyDeathTest, ComplexExpression) {
500 TEST(MyDeathTest, InsideLoop) {
509 TEST(MyDeathTest, CompoundStatement) {
662 TEST(CoolTest, DoSomething) {
[all …]
H A Dadvanced.md287 TEST(SkipTest, DoesSkip) {
440 TEST(MyDeathTest, Foo) {
602 TEST(MyDeathTest, TestOne) {
679 15: TEST(FooTest, Bar) {
742 TEST(FooTest, Bar) {
827 TEST(FooTest, Bar) {
2003 TEST(A, V)
2004 TEST(A, W)
2005 TEST(B, X)
2006 TEST(B, Y)
[all …]
/freebsd/contrib/ntp/sntp/unity/
H A Dunity_fixture.h29 #define TEST(group, name) \ macro
/freebsd/contrib/ntp/
H A Dreadme.y2kfixes117 4) now cd to ../t which contains TEST file for running this regression tests.
119 5) run TEST, see the results & apply patches.
/freebsd/contrib/tcp_wrappers/
H A Denviron.c165 #ifdef TEST

12345678910