Home
last modified time | relevance | path

Searched refs:test_detail (Results 1 – 25 of 469) sorted by relevance

12345678910>>...19

/dports/dns/p5-Net-DNS-Check/Net-DNS-Check-0.45/lib/Net/DNS/Check/Test/
H A Dhost_ip_vs_ip_orig.pm30 my $test_detail = {};
61 $test_detail->{$hostname}->{status} = 1;
62 $test_detail->{$hostname}->{desc} = join(' ', sort @{$host->get_ip()});
64 $test_detail->{$hostname}->{status} = 0;
67 $test_detail->{$hostname}->{desc} = $host->{error};
69 …$test_detail->{$hostname}->{desc} = join(' ', sort @{$host->get_ip_orig()}) . ' vs ' . join(' ', s…
78 $self->{test_detail} = $test_detail;
H A Dsoa_serial_syntax.pm31 my $test_detail = {};
37 $test_detail->{$ns_name}->{desc} = $soa_serial;
48 $test_detail->{$ns_name}->{status} = 1;
50 $test_detail->{$ns_name}->{status} = 0;
55 $test_detail->{$ns_name}->{status} = 0;
61 $self->{test_detail} = $test_detail;
H A Dhost_not_cname.pm30 my $test_detail = {};
48 next if ( exists $test_detail->{$hostname} );
50 $test_detail->{$hostname}->{desc} = $hostname;
52 $test_detail->{$hostname}->{status} = 0;
55 $test_detail->{$hostname}->{status} = 1;
61 $self->{test_detail} = $test_detail;
H A Dns_count.pm33 my $test_detail = {};
39 $test_detail->{$ns_name}->{desc} = "$nscount";
43 $test_detail->{$ns_name}->{status} = 0;
46 $test_detail->{$ns_name}->{status} = 0;
48 $test_detail->{$ns_name}->{status} = 1;
53 $self->{test_detail} = $test_detail;
H A Dsoa_refresh_range.pm34 my $test_detail = {};
40 $test_detail->{$ns_name}->{desc} = $soa_refresh;
44 $test_detail->{$ns_name}->{status} = 0;
47 $test_detail->{$ns_name}->{status} = 0;
49 $test_detail->{$ns_name}->{status} = 1;
54 $self->{test_detail} = $test_detail;
H A Dsoa_expire_range.pm33 my $test_detail = {};
41 $test_detail->{$ns_name}->{status} = 0;
44 $test_detail->{$ns_name}->{status} = 0;
46 $test_detail->{$ns_name}->{status} = 1;
48 $test_detail->{$ns_name}->{desc} = "$soa_expire";
52 $self->{test_detail} = $test_detail;
H A Dsoa_retry_range.pm33 my $test_detail = {};
39 $test_detail->{$ns_name}->{desc} = $soa_retry;
43 $test_detail->{$ns_name}->{status} = 0;
46 $test_detail->{$ns_name}->{status} = 0;
48 $test_detail->{$ns_name}->{status} = 1;
53 $self->{test_detail} = $test_detail;
H A Dmx_present.pm30 my $test_detail = {};
36 $test_detail->{$ns_name}->{desc} = join(' ', @mx_list);
39 $test_detail->{$ns_name}->{status} = 1;
41 $test_detail->{$ns_name}->{status} = 0;
48 $self->{test_detail} = $test_detail;
H A Dns_vs_delegated.pm31 my $test_detail = {};
40 $test_detail->{$ns_name}->{desc} = "NS " . join(' ', sort $nsquery->ns_list );
43 $test_detail->{$ns_name}->{status} = 0;
46 $test_detail->{$ns_name}->{status} = 1;
55 $self->{test_detail} = $test_detail;
H A Dsoa_master_in_ns.pm31 my $test_detail = {};
43 …$test_detail->{$ns_name}->{desc} = $nsquery->soa_mname() . " (NS " . join(' ', sort $nsquery->ns_…
46 $test_detail->{$ns_name}->{status} = 1;
49 $test_detail->{$ns_name}->{status} = 0;
54 $self->{test_detail} = $test_detail;
H A Dhost_syntax.pm30 my $test_detail = {};
42 next if ( exists $test_detail->{$hostname} );
61 $test_detail->{$hostname}->{status} = $status;
62 $test_detail->{$hostname}->{desc} = '';
67 $self->{test_detail} = $test_detail;
/dports/devel/boost-docs/boost_1_72_0/libs/math/test/
H A Dtest_autodiff_6.cpp17 test_detail::RandomSample<T> k_sampler{T{-1}, T{1}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
37 test_detail::RandomSample<T> k_sampler{-1, 1}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
65 test_detail::RandomSample<T> k_sampler{-1, 1}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
87 test_detail::RandomSample<T> k_sampler{-1, 1}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
115 test_detail::RandomSample<T> x_sampler{0, 2000}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
116 test_detail::RandomSample<T> y_sampler{0, 2000}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
117 test_detail::RandomSample<T> z_sampler{0, 2000}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
144 test_detail::RandomSample<T> x_sampler{0, 2000}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
145 test_detail::RandomSample<T> y_sampler{0, 2000}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
177 test_detail::RandomSample<T> x_sampler{0, 2000}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/test/
H A Dtest_autodiff_6.cpp17 test_detail::RandomSample<T> k_sampler{T{-1}, T{1}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
37 test_detail::RandomSample<T> k_sampler{-1, 1}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
65 test_detail::RandomSample<T> k_sampler{-1, 1}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
87 test_detail::RandomSample<T> k_sampler{-1, 1}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
115 test_detail::RandomSample<T> x_sampler{0, 2000}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
116 test_detail::RandomSample<T> y_sampler{0, 2000}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
117 test_detail::RandomSample<T> z_sampler{0, 2000}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
144 test_detail::RandomSample<T> x_sampler{0, 2000}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
145 test_detail::RandomSample<T> y_sampler{0, 2000}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
177 test_detail::RandomSample<T> x_sampler{0, 2000}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/math/test/
H A Dtest_autodiff_6.cpp17 test_detail::RandomSample<T> k_sampler{T{-1}, T{1}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
37 test_detail::RandomSample<T> k_sampler{-1, 1}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
65 test_detail::RandomSample<T> k_sampler{-1, 1}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
87 test_detail::RandomSample<T> k_sampler{-1, 1}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
115 test_detail::RandomSample<T> x_sampler{0, 2000}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
116 test_detail::RandomSample<T> y_sampler{0, 2000}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
117 test_detail::RandomSample<T> z_sampler{0, 2000}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
144 test_detail::RandomSample<T> x_sampler{0, 2000}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
145 test_detail::RandomSample<T> y_sampler{0, 2000}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
177 test_detail::RandomSample<T> x_sampler{0, 2000}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/math/test/
H A Dtest_autodiff_6.cpp18 test_detail::RandomSample<T> k_sampler{T{-1}, T{1}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
38 test_detail::RandomSample<T> k_sampler{-1, 1}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
66 test_detail::RandomSample<T> k_sampler{-1, 1}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
88 test_detail::RandomSample<T> k_sampler{-1, 1}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
116 test_detail::RandomSample<T> x_sampler{0, 2000}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
117 test_detail::RandomSample<T> y_sampler{0, 2000}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
118 test_detail::RandomSample<T> z_sampler{0, 2000}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
145 test_detail::RandomSample<T> x_sampler{0, 2000}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
146 test_detail::RandomSample<T> y_sampler{0, 2000}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
178 test_detail::RandomSample<T> x_sampler{0, 2000}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
[all …]
/dports/dns/p5-Net-DNS-Check/Net-DNS-Check-0.45/lib/Net/DNS/Check/
H A DTest.pm61 sub test_detail { subroutine
66 if ( exists $self->{test_detail}->{$key} ) {
67 return %{ $self->{test_detail}->{$key} };
72 return %{ $self->{test_detail} };
82 if ($key && exists $self->{test_detail}->{$key} ) {
83 return $self->{test_detail}->{$key}->{desc};
93 if ($key && exists $self->{test_detail}->{$key} ) {
94 return $self->{test_detail}->{$key}->{status};
/dports/devel/rth/rth/
H A Dtest_detail_update_action.php89 $test_detail = test_get_detail( $test_id ); variable
91 …if( ($email_ba_owner == 'Y') && ($test_detail[TEST_BA_OWNER] != '') && ($username != $test_detail[…
94 $owner_array = array($test_detail[TEST_BA_OWNER]);
97 …if( ($email_qa_owner == 'Y') && ($test_detail[TEST_QA_OWNER] != '') && ($username != $test_detail[…
101 array_push($owner_array, $test_detail[TEST_QA_OWNER]);
104 $owner_array = array($test_detail[TEST_QA_OWNER]);
/dports/dns/p5-Net-DNS-Check/Net-DNS-Check-0.45/demo/
H A Ddnscheck86 my %test_detail = $dnscheck->test_detail($test_name);
87 foreach my $ns_name ( keys %test_detail ) {
88 if ( defined $test_detail{$ns_name}->{desc} ) {
89 my $detail_status = $test_detail{$ns_name}->{status};
90 my $detail_desc = $test_detail{$ns_name}->{desc};
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/
H A D.gitlab-ci.yml366 - test_detail.xml
383 - test_detail.xml
400 - test_detail.xml
417 - test_detail.xml
434 - test_detail.xml
451 - test_detail.xml
468 - test_detail.xml
485 - test_detail.xml
502 - test_detail.xml
519 - test_detail.xml
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/test/
H A DAPITest.h20 namespace test_detail {
33 test_detail::tests().push_back(func); in TestRegistration()
48 static test_detail::TestRegistration name##Registration(name); \
59 for (auto f : test_detail::tests()) \
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/
H A DAPITest.h20 namespace test_detail {
33 test_detail::tests().push_back(func); in TestRegistration()
48 static test_detail::TestRegistration name##Registration(name); \
59 for (auto f : test_detail::tests()) \
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/test/
H A DAPITest.h20 namespace test_detail {
33 test_detail::tests().push_back(func); in TestRegistration()
48 static test_detail::TestRegistration name##Registration(name); \
59 for (auto f : test_detail::tests()) \
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/test/
H A DAPITest.h20 namespace test_detail {
33 test_detail::tests().push_back(func); in TestRegistration()
48 static test_detail::TestRegistration name##Registration(name); \
59 for (auto f : test_detail::tests()) \
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/
H A DAPITest.h20 namespace test_detail {
33 test_detail::tests().push_back(func); in TestRegistration()
48 static test_detail::TestRegistration name##Registration(name); \
59 for (auto f : test_detail::tests()) \
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/test/
H A DAPITest.h20 namespace test_detail {
33 test_detail::tests().push_back(func); in TestRegistration()
48 static test_detail::TestRegistration name##Registration(name); \
59 for (auto f : test_detail::tests()) \

12345678910>>...19