/netbsd-src/external/mpl/bind/dist/bin/tests/system/transport-acl/ |
H A D | tests.sh | 20 testing="testing allow-transfer transport ACL functionality" 54 run_dig_expect_axfr_success "$testing for XoT" -p "${TLSPORT}" +tls -b 10.53.0.10 @10.53.0.1 axfr e… 56 run_dig_expect_axfr_failure "$testing XFR via TCP (failure expected)" -p "${PORT}" +tcp -b 10.53.0.… 60 run_dig_expect_axfr_success "$testing for XFR via TCP" -p "${EXTRAPORT1}" +tcp -b 10.53.0.10 @10.53… 62 run_dig_expect_axfr_success "$testing for XoT" -p "${EXTRAPORT1}" +tls -b 10.53.0.10 @10.53.0.2 axf… 64 run_dig_expect_axfr_failure "$testing for XFR via TCP (failure expected)" -p "${EXTRAPORT2}" +tcp -… 66 run_dig_expect_axfr_failure "$testing for XoT (failure expected)" -p "${EXTRAPORT2}" +tls -b 10.53.… 70 run_dig_expect_axfr_success "$testing for XFR via TCP" -p "${EXTRAPORT1}" +tcp -b 10.53.0.10 @10.53… 72 run_dig_expect_axfr_success "$testing for XFR via TCP" -p "${EXTRAPORT2}" +tcp -b 10.53.0.10 @10.53… 74 run_dig_expect_axfr_failure "$testing for XoT (failure expected)" -p "${EXTRAPORT1}" +tls -b 10.53.… [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/ |
H A D | gtest-spi.h | 44 namespace testing { 150 ::testing::TestPartResultArray gtest_failures;\ 151 ::testing::internal::SingleFailureChecker gtest_checker(\ 152 >est_failures, ::testing::TestPartResult::kFatalFailure, (substr));\ 154 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\ 155 ::testing::ScopedFakeTestPartResultReporter:: \ 159 } while (::testing::internal::AlwaysFalse()) 167 ::testing::TestPartResultArray gtest_failures;\ 168 ::testing::internal::SingleFailureChecker gtest_checker(\ 169 >est_failures, ::testing::TestPartResult::kFatalFailure, (substr));\ [all …]
|
H A D | gtest-typed-test.h | 47 class FooTest : public testing::Test { 58 typedef testing::Types<char, int, unsigned int> MyTypes; 125 class FooTest : public testing::Test { 159 typedef testing::Types<char, int, unsigned int> MyTypes; 192 typedef ::testing::internal::TypeList<Types>::type GTEST_TYPE_PARAMS_( \ 194 typedef ::testing::internal::NameGeneratorSelector<__VA_ARGS__>::type \ 208 ::testing::internal::TypeParameterizedTest< \ 210 ::testing::internal::TemplateSel<GTEST_TEST_CLASS_NAME_(CaseName, \ 214 ::testing::internal::CodeLocation( \ 217 ::testing::internal::GenerateNames< \ [all …]
|
H A D | gtest-param-test.h | 55 class FooTest : public ::testing::TestWithParam<const char*> { 157 class BaseTest : public ::testing::Test { 162 class DerivedTest : public BaseTest, public ::testing::WithParamInterface<int> { 184 namespace testing { 423 ::testing::UnitTest::GetInstance() \ 427 ::testing::internal::CodeLocation(__FILE__, __LINE__)) \ 430 new ::testing::internal::TestMetaFactory<GTEST_TEST_CLASS_NAME_( \ 461 static ::testing::internal::ParamGenerator<test_suite_name::ParamType> \ 466 const ::testing::TestParamInfo<test_suite_name::ParamType>& info) { \ 467 if (::testing::internal::AlwaysFalse()) { \ [all …]
|
H A D | gtest_pred_impl.h | 41 namespace testing { 77 if (const ::testing::AssertionResult gtest_ar = (expression)) \ 96 << e1 << " evaluates to " << ::testing::PrintToString(v1); in AssertPred1Helper() 108 GTEST_ASSERT_(::testing::AssertPred1Helper(#pred, \ 142 << e1 << " evaluates to " << ::testing::PrintToString(v1) << "\n" in AssertPred2Helper() 143 << e2 << " evaluates to " << ::testing::PrintToString(v2); in AssertPred2Helper() 155 GTEST_ASSERT_(::testing::AssertPred2Helper(#pred, \ 194 << e1 << " evaluates to " << ::testing::PrintToString(v1) << "\n" in AssertPred3Helper() 195 << e2 << " evaluates to " << ::testing::PrintToString(v2) << "\n" in AssertPred3Helper() 196 << e3 << " evaluates to " << ::testing::PrintToString(v3); in AssertPred3Helper() [all …]
|
H A D | gtest.h | 76 namespace testing { 377 namespace testing { 1918 ::testing::TestPartResult::kNonFatalFailure) 1926 ::testing::TestPartResult::kFatalFailure) 2028 EXPECT_PRED_FORMAT2(::testing::internal::EqHelper::Compare, val1, val2) 2030 EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperNE, val1, val2) 2032 EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperLE, val1, val2) 2034 EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperLT, val1, val2) 2036 EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperGE, val1, val2) 2038 EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperGT, val1, val2) [all …]
|
H A D | gtest-death-test.h | 43 namespace testing { 180 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex) 185 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex) 313 if (::testing::internal::AlwaysTrue()) { \ 317 } else if (::testing::internal::AlwaysFalse()) { \ 318 ::testing::internal::RE::PartialMatch(".*", (regex)); \ 322 ::testing::Message()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/ |
H A D | gmock-generated-function-mockers.h | 52 namespace testing { 121 tn ::testing::internal::Function<__VA_ARGS__>::Result 126 tn ::testing::internal::Function<__VA_ARGS__>::template Arg<N-1>::type 131 const ::testing::Matcher<GMOCK_ARG_(tn, N, __VA_ARGS__)>& 141 ::testing::internal::Function<__VA_ARGS__>::ArgumentCount, \ 148 ::testing::MockSpec<__VA_ARGS__> \ 153 ::testing::MockSpec<__VA_ARGS__> gmock_##Method( \ 154 const ::testing::internal::WithoutMatchers&, \ 155 constness ::testing::internal::Function<__VA_ARGS__>* ) const { \ 156 return ::testing::internal::AdjustConstness_##constness(this)-> \ [all …]
|
H A D | gmock-nice-strict.h | 69 namespace testing { 75 ::testing::Mock::AllowUninterestingCalls( in NiceMock() 88 ::testing::Mock::AllowUninterestingCalls( in NiceMock() 96 ::testing::Mock::AllowUninterestingCalls( in NiceMock() 101 ::testing::Mock::UnregisterCallReaction( in ~NiceMock() 113 ::testing::Mock::WarnUninterestingCalls( in NaggyMock() 126 ::testing::Mock::WarnUninterestingCalls( in NaggyMock() 134 ::testing::Mock::WarnUninterestingCalls( in NaggyMock() 139 ::testing::Mock::UnregisterCallReaction( in ~NaggyMock() 151 ::testing::Mock::FailUninterestingCalls( in StrictMock() [all …]
|
H A D | gmock-generated-matchers.h | 269 class gmock_Impl : public ::testing::MatcherInterface<\ 276 ::testing::MatchResultListener* result_listener) const;\ 289 return ::testing::internal::FormatMatcherDescription(\ 291 ::testing::internal::UniversalTersePrintTupleFieldsToStrings(\ 296 operator ::testing::Matcher<arg_type>() const {\ 297 return ::testing::Matcher<arg_type>(\ 310 ::testing::MatchResultListener* result_listener GTEST_ATTRIBUTE_UNUSED_)\ 318 class gmock_Impl : public ::testing::MatcherInterface<\ 325 ::testing::MatchResultListener* result_listener) const;\ 339 return ::testing::internal::FormatMatcherDescription(\ [all …]
|
H A D | gmock-function-mocker.h | 94 ::testing::tuple_size<typename ::testing::internal::Function< \ 105 typename ::testing::internal::Function<GMOCK_PP_REMOVE_PARENS( \ 117 ::testing::MockSpec<GMOCK_PP_REMOVE_PARENS(_Signature)> gmock_##_MethodName( \ 124 ::testing::MockSpec<GMOCK_PP_REMOVE_PARENS(_Signature)> gmock_##_MethodName( \ 125 const ::testing::internal::WithoutMatchers&, \ 126 GMOCK_PP_IF(_Constness, const, )::testing::internal::Function< \ 129 return GMOCK_PP_CAT(::testing::internal::AdjustConstness_, \ 134 mutable ::testing::FunctionMocker<GMOCK_PP_REMOVE_PARENS(_Signature)> \ 245 ::testing::A<GMOCK_INTERNAL_ARG_O(typename, GMOCK_PP_INC(_i), \
|
H A D | gmock-generated-actions.h | 52 namespace testing { 665 class gmock_Impl : public ::testing::ActionInterface<F> {\ 668 typedef typename ::testing::internal::Function<F>::Result return_type;\ 669 typedef typename ::testing::internal::Function<F>::ArgumentTuple\ 673 return ::testing::internal::ActionHelper<return_type, gmock_Impl>::\ 690 template <typename F> operator ::testing::Action<F>() const {\ 691 return ::testing::Action<F>(\ 714 typename ::testing::internal::Function<F>::Result\ 726 class gmock_Impl : public ::testing::ActionInterface<F> {\ 729 typedef typename ::testing::internal::Function<F>::Result return_type;\ [all …]
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | valid_hostname.ref | 1 ./valid_hostname: testing: "123456789012345678901234567890123456789012345678901234567890123" 4 ./valid_hostname: testing: "1234567890123456789012345678901234567890123456789012345678901234" 7 ./valid_hostname: testing: "a.123456789012345678901234567890123456789012345678901234567890123.b" 9 ./valid_hostname: testing: "a.1234567890123456789012345678901234567890123456789012345678901234.b" 12 ./valid_hostname: testing: "1.2.3.4" 14 ./valid_hostname: testing: "321.255.255.255" 17 ./valid_hostname: testing: "0.0.0.0" 19 ./valid_hostname: testing: "255.255.255.255" 21 ./valid_hostname: testing: "0.255.255.255" 24 ./valid_hostname: testing: "1.2.3.321" [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/ |
H A D | gtest-death-test-internal.h | 45 namespace testing { 169 ::testing::internal::RE regex) { in MakeDeathTestMatcher() 198 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \ 201 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \ 203 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \ 216 if (::testing::internal::AlwaysTrue()) { \ 217 ::testing::internal::DeathTest* gtest_dt; \ 218 if (!::testing::internal::DeathTest::Create( \ 220 ::testing::internal::MakeDeathTestMatcher(regex_or_matcher), \ 225 std::unique_ptr< ::testing::internal::DeathTest> gtest_dt_ptr(gtest_dt); \ [all …]
|
H A D | gtest-internal.h | 85 namespace testing { 507 typename std::conditional<sizeof(T) != 0, ::testing::Test, void>::type; 1236 ::testing::internal::AssertHelper(result_type, file, line, message) \ 1237 = ::testing::Message() 1243 return GTEST_MESSAGE_(message, ::testing::TestPartResult::kFatalFailure) 1246 GTEST_MESSAGE_(message, ::testing::TestPartResult::kNonFatalFailure) 1249 GTEST_MESSAGE_(message, ::testing::TestPartResult::kSuccess) 1252 return GTEST_MESSAGE_(message, ::testing::TestPartResult::kSkip) 1258 if (::testing::internal::AlwaysTrue()) { statement; } 1262 if (::testing::internal::ConstCharPtr gtest_msg = "") { \ [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Testing/Support/ |
H A D | Error.h | 33 : public testing::MatcherInterface<const ExpectedHolder<T> &> { 35 explicit ValueMatchesMono(const testing::Matcher<T> &Matcher) in ValueMatchesMono() 39 testing::MatchResultListener *listener) const override { in MatchAndExplain() 66 testing::Matcher<T> Matcher; 75 operator testing::Matcher<const ExpectedHolder<T> &>() const { 77 new ValueMatchesMono<T>(testing::SafeMatcherCast<T>(Matcher))); 85 class ErrorMatchesMono : public testing::MatcherInterface<const ErrorHolder &> { 87 explicit ErrorMatchesMono(Optional<testing::Matcher<InfoT &>> Matcher) in ErrorMatchesMono() 91 testing::MatchResultListener *listener) const override { in MatchAndExplain() 129 Optional<testing::Matcher<InfoT &>> Matcher; [all …]
|
H A D | SupportHelpers.h | 55 *Out << "succeeded with value " << ::testing::PrintToString(*Item.Exp); in PrintTo() 67 operator ::testing::Matcher<const llvm::Optional<T> &>() const { 68 return ::testing::MakeMatcher( 69 new Impl<T>(::testing::SafeMatcherCast<T>(ValueMatcher))); 73 class Impl : public ::testing::MatcherInterface<const llvm::Optional<T> &> { 75 explicit Impl(const ::testing::Matcher<T> &ValueMatcher) in Impl() 79 testing::MatchResultListener *L) const override { in MatchAndExplain() 93 testing::Matcher<T> ValueMatcher;
|
/netbsd-src/external/bsd/nsd/dist/doc/ |
H A D | CREDITS | 11 Daniel Karrenberg, RIPE NCC - design, major testing and bug reports 13 Jelte Jansen, NLnet Labs - testing, patches, advice, NSD 3 14 Matthijs Mekking, NLnet Labs - testing, patches, maintenance, NSD 3 15 Miek Gieben, NLnet Labs - testing, patches, zone compiler, NSD 2 18 Ted Lindgreen, NLnet Labs - design, code review, testing 23 Aaron Glenn - DragonflyBSD, BSD/sparc64 testing. 25 Bin Zhang - NSD 3 prerelease testing. 31 Kai - NSD 3 prerelease testing. 33 Markus Heimhilcher - .AT zones for testing 35 Matthew Smith - NetBSD testing. [all …]
|
/netbsd-src/etc/pam.d/ |
H A D | TODO | 7 ftpd - Done, needs testing and review, working 13 login - Done, needs testing and review, working 15 passwd - Done, needs testing and review, working 17 rsh - Done, needs testing and review, working 18 racoon - Done, needs testing and review, working 19 rexecd - Done, needs testing and review, working 20 rsh - Done, needs testing and review, working 21 sshd - Done, needs testing and review, working 22 su - Done, needs testing and review, working 24 telnetd - Done, needs testing and review, working [all …]
|
/netbsd-src/usr.bin/make/unit-tests/ |
H A D | deptgt-silent-jobs.exp | 1 compat: testing 1 2 compat: testing 2 3 compat: testing 3 4 jobs: testing 1 5 jobs: testing 2 6 jobs: testing 3
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/autosign/ns2/ |
H A D | bar.db.in | 29 ; Used for testing ANY queries 30 foo TXT "testing" 33 ; Used for testing CNAME queries 35 cname1-target TXT "testing cname" 38 cname2-target TXT "testing cname" 40 ; Used for testing DNAME queries 42 foo.dname1-target TXT "testing dname" 45 foo.dname2-target TXT "testing dname"
|
H A D | example.db.in | 29 ; Used for testing ANY queries 30 foo TXT "testing" 33 ; Used for testing CNAME queries 35 cname1-target TXT "testing cname" 38 cname2-target TXT "testing cname" 40 ; Used for testing DNAME queries 42 foo.dname1-target TXT "testing dname" 45 foo.dname2-target TXT "testing dname"
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/sfcache/ns2/ |
H A D | example.db.in | 29 ; Used for testing ANY queries 30 foo TXT "testing" 36 ; Used for testing CNAME queries 38 cname1-target TXT "testing cname" 41 cname2-target TXT "testing cname" 43 ; Used for testing DNAME queries 45 foo.dname1-target TXT "testing dname" 48 foo.dname2-target TXT "testing dname"
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/ |
H A D | benchmark_gtest.cc | 12 EXPECT_THAT(dst, testing::ElementsAre(1, 2)); in TEST() 18 EXPECT_THAT(dst, testing::ElementsAre(1, 2)); in TEST() 24 EXPECT_THAT(dst, testing::ElementsAre(5, 8, 15)); in TEST() 30 EXPECT_THAT(dst, testing::ElementsAre(5, 8, 15)); in TEST()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/ |
H A D | benchmark_gtest.cc | 12 EXPECT_THAT(dst, testing::ElementsAre(1, 2)); in TEST() 18 EXPECT_THAT(dst, testing::ElementsAre(1, 2)); in TEST() 24 EXPECT_THAT(dst, testing::ElementsAre(5, 8, 15)); in TEST() 30 EXPECT_THAT(dst, testing::ElementsAre(5, 8, 15)); in TEST()
|