Home
last modified time | relevance | path

Searched refs:test (Results 351 – 375 of 2096) sorted by relevance

1...<<11121314151617181920>>...84

/freebsd/contrib/googletest/docs/
H A Dsamples.md8 * Sample #1 shows the basic steps of using googletest to test C++ functions.
9 * Sample #2 shows a more complex unit test for a class with multiple member
11 * Sample #3 uses a test fixture.
14 * Sample #5 puts shared testing logic in a base test fixture, and reuses it in
20 output and the use of its reflection API to inspect test results.
/freebsd/contrib/ldns/
H A Dax_python_devel.m483 if test -z "$PYTHON"; then
117 if test -n "$1"; then
140 if test $? -eq 0; then
154 if test -z "$PYTHON_CPPFLAGS"; then
159 if test -n "${python_path}"; then
175 if test -z "$PYTHON_LIBS"; then
188 if test -z "$ac_python_version"; then
189 if test -n "$PYTHON_VERSION"; then
240 if test -z "PYTHON_LIBS"; then
254 if test -z "$PYTHON_SITE_PKG"; then
[all …]
H A Dax_pkg_swig.m471 if test -z "$SWIG" ; then
73 elif test -n "$1" ; then
77 if test -n "$swig_version" ; then
81 if test -z "$required_major" ; then
86 if test -z "$required_minor" ; then
91 if test -z "$required_patch" ; then
97 if test -z "$available_major" ; then
102 if test -z "$available_minor" ; then
107 if test -z "$available_patch" ; then
118 if test $available_swig_vernum -lt $required_swig_vernum; then
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.fork.ksh.out1 test:main:go
2 test:main:go
3 test:main:go
/freebsd/contrib/libucl/tests/
H A Dstreamline.res1 key1 = "test string";
2 key2 = "test \\nstring";
3 key3 = " test string \n";
/freebsd/sys/contrib/openzfs/config/
H A Dpo.m440 dnl The second test excludes FreeBSD msgfmt.
167 if test -n "$ALL_LINGUAS"; then
185 if test $useit = yes; then
191 if test -n "$INST_LINGUAS"; then
199 if test -f "$f"; then
308 if test -n "$OBSOLETE_ALL_LINGUAS"; then
367 if test -n "$ALL_LINGUAS"; then
370 if test "%UNSET%" != "$LINGUAS"; then
385 if test $useit = yes; then
395 if test -n "$INST_LINGUAS"; then
[all …]
H A Duser-libtirpc.m413 AS_IF([test "x$with_tirpc" != "xyes"], [
15 AS_IF([test "x$with_tirpc" = "xno"], [
21 AS_IF([test "x$have_xdr" = "x"], [
23 AS_IF([test "x$with_tirpc" = "xyes"], [
/freebsd/contrib/unbound/
H A Dax_pthread.m4102 # It gets checked for in the link test anyway.
215 if test "x$GCC" = "xyes"; then
238 AS_IF([test "x$GCC" = "xyes"],
243 AS_IF([test "x$ax_pthread_clang" = "xyes"],
269 if test "x$ax_pthread_ok" = "xno"; then
352 if test "x$ax_pthread_clang" = "xyes"; then
423 if test "x$ax_pthread_ok" = "xyes"; then
482 if test "x$GCC" != "xyes"; then
505 test -n "$PTHREAD_CC" || PTHREAD_CC="$CC"
506 test -n "$PTHREAD_CXX" || PTHREAD_CXX="$CXX"
[all …]
H A Dsystemd.m48 AS_IF([test "x$enable_systemd" != xno], [
13 AS_IF([test "x$have_systemd" != "xyes"], [
16 AS_IF([test "x$have_systemd_daemon" = "xyes"],
31 AM_CONDITIONAL([USE_SYSTEMD], [test "x$have_systemd" = xyes])
/freebsd/contrib/lutok/m4/
H A Dlua.m438 if test "${lua_found}" = no; then
42 if test "${lua_found}" = no; then
46 if test "${lua_found}" = no; then
51 test "${lua_found}" = no || break
54 if test "${lua_found}" = no; then
56 if test "${LUA_CONFIG}" != unset; then
63 if test "${lua_found}" = no; then
/freebsd/contrib/file/m4/
H A Dvisibility.m413 dnl Does *not* test for __visibility__("protected") - which has tricky
14 dnl semantics (see the 'vismain' test in glibc) and does not exist e.g. on
16 dnl Does *not* test for __visibility__("internal") - which has processor
18 dnl Does *not* test for #pragma GCC visibility push(hidden) - which is
28 if test -n "$GCC"; then
52 if test $gl_cv_cc_vis_werror = yes; then
68 if test $gl_cv_cc_visibility = yes; then
/freebsd/crypto/openssl/test/ssl-tests/
H A D14-curves.cnf.in3 ## SSL test configurations
65 test => {
85 test => {
107 test => {
129 test => {
148 test => {
167 test => {
/freebsd/crypto/openssl/test/recipes/
H A D30-test_evp_extra.t19 ok(run(test(["evp_extra_test"])), "running evp_extra_test");
22 ok(run(test(["evp_extra_test", "-context"])), "running evp_extra_test with a non-default library co…
24 ok(run(test(["evp_extra_test2"])), "running evp_extra_test2");
/freebsd/contrib/file/magic/Magdir/
H A Darm9 # test for unused flag bits in f_flags
18 # test for unused flag bits in f_flags
27 # test for unused flag bits in f_flags
36 # test for unused flag bits in f_flags
45 # test for unused flag bits in f_flags
/freebsd/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_strtoi.c47 struct test { struct
57 static void check(struct test *, intmax_t, char *, int); argument
60 check(struct test *t, intmax_t rv, char *end, int rstatus) in check()
87 struct test t[] = { in ATF_TC_BODY()
156 struct test t[] = { in ATF_TC_BODY()
203 struct test t[] = { in ATF_TC_BODY()
212 #error extend this test to your platform! in ATF_TC_BODY()
246 struct test t[] = { in ATF_TC_BODY()
/freebsd/contrib/libucl/python/tests/
H A Dtest_validation.py33 for test in testgroup['tests']:
34 perform_test(testgroup['schema'], test['data'],
35 test['valid'], test['description'])
/freebsd/contrib/libdiff/test/
H A Dexpect124.diff3 @@ -11,5 +11,5 @@ doSomethingThenPrintHello(int test)
6 return_test(int test) {
8 + return test*2;
/freebsd/contrib/libucl/m4/
H A Dax_lua.m4205 AS_IF([test "x$LUA" = 'x'],
209 AS_IF([test "x$LUA" != 'x:'],
220 AS_IF([test "x$LUA" != 'x'],
259 AS_IF([test "x$LUA" = 'x:'],
273 AS_IF([test "x$ax_cv_lua_version" = 'x'],
300 [ AS_IF([test "x$prefix" = 'xNONE'],
461 AS_IF([test "x$LUA_VERSION" != 'x'],
490 AS_IF([test "x$LUA_INCLUDE" = 'x' &&
563 test "x$LUA_INCLUDE" != 'x'],
587 AS_IF([test "x$LUA_VERSION" != 'x'],
[all …]
/freebsd/lib/libc/amd64/string/
H A Dstrncmp.S51 test %ecx, %ecx # NUL char in first string?
57 test %ecx, %ecx
63 test %ecx, %ecx
69 test %ecx, %ecx
83 test %ecx, %ecx
91 test %ecx, %ecx
99 test %ecx, %ecx
287 test %r8d, %r8d
300 test %r8d, %r8d
405 test %r8d, %r8d
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallBitVector.h472 bool test(unsigned Idx) const { in test() function
495 if (test(i) && RHS.test(i)) in anyCommon()
532 (*this)[I] = test(I) && RHS.test(I);
547 if (RHS.test(i)) in reset()
554 bool test(const SmallBitVector &RHS) const { in test() function
558 return getPointer()->test(*RHS.getPointer()); in test()
562 if (test(i) && !RHS.test(i)) in test()
566 if (test(i)) in test()
580 (*this)[I] = test(I) || RHS.test(I);
593 (*this)[I] = test(I) != RHS.test(I);
/freebsd/contrib/googletest/
H A DREADME.md40 ## Welcome to **GoogleTest**, Google's C++ test framework!
57 * xUnit test framework: \
65 exceptions, and more, making it easy to test your code
73 You can specify whether a test failure should be treated as fatal or
113 automated test-runner and Graphical User Interface with powerful features for
116 [GoogleTest UI](https://github.com/ospector/gtest-gbar) is a test runner that
117 runs your test binary, allows you to track its progress via a progress bar, and
118 displays a list of test failures. Clicking on one shows failure text. GoogleTest
123 [TAP protocol](https://en.wikipedia.org/wiki/Test_Anything_Protocol) for test
124 result output. If your test runner understands TAP, you may find it useful.
[all …]
/freebsd/sys/tests/
H A Dktest.c183 const struct ktest_test_info *test = NULL; in run_test() local
196 test = test_info; in run_test()
202 if (test != NULL) in run_test()
206 if (test == NULL) in run_test()
222 if (test->parse != NULL && attrs.test_meta != NULL) { in run_test()
223 error = test->parse(&ctx, attrs.test_meta); in run_test()
230 KTEST_LOG_LEVEL(&ctx, LOG_INFO, "start running %s", test->name); in run_test()
231 error = test->func(&ctx); in run_test()
232 KTEST_LOG_LEVEL(&ctx, LOG_INFO, "end running %s", test->name); in run_test()
/freebsd/contrib/libucl/tests/basic/
H A D8.res7 test {
8 key = "test";
28 test {
/freebsd/contrib/libxo/tests/core/saved/
H A Dtest_02.X.out4 …d>-1</fd><error>Bad file descriptor</error><test>good</test><fd>-1</fd><error>Bad fi</error><test>…
5 …ing><message>two more warnings</message></__warning><count>10</count><test>4</test><message>improp…
H A Dtest_02.XP.out17 <test>good</test>
20 <test>good</test>
84 <test>4</test>

1...<<11121314151617181920>>...84