Searched refs:tests (Results 201 - 225 of 1030) sorted by relevance

1234567891011>>

/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dtestygen67 'tests' => [],
333 push(@{$testsuite->{tests}}, '');
336 $testsuite->{tests}->[-1] .= "\n";
337 $testsuite->{tests}->[-1] .= "$LINENO_MARK\n";
338 $testsuite->{tests}->[-1] .=
345 $testsuite->{tests}->[-1] .= "\t\{\n";
346 $testsuite->{tests}->[-1] .= "#undef EXIT__\n";
347 $testsuite->{tests}->[-1] .= "#define EXIT__ exit${i}__\n";
348 $testsuite->{tests}->[-1] .=
352 $testsuite->{tests}
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/inc/Test/
H A DSimple.pm19 Test::Simple - Basic utilities for writing tests.
23 use Test::Simple tests => 1;
32 This is an extremely simple, extremely basic module for writing tests
41 The only other constraint is you must pre-declare how many tests you
46 use Test::Simple tests => 23;
72 All tests are run in scalar context. So this:
87 Test::Simple will start by printing number of tests run in the form
88 "1..M" (so "1..5" means you're going to run 5 tests). This strange
89 format lets Test::Harness know how many tests you plan on running in
92 If all your tests passe
[all...]
/macosx-10.10.1/CPANInternal-159.1/IO-Socket-SSL/t/
H A Dauto_verify_hostname.t49 my @tests = qw(
59 for( my $i=0;$i<@tests;$i+=3 ) {
60 my ($name,$scheme,$result) = @tests[$i,$i+1,$i+2];
80 for( my $i=0;$i<@tests;$i+=3 ) {
81 my ($name,$scheme,$result) = @tests[$i,$i+1,$i+2];
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Drequirements.cpp95 check_config(const std::string& variables, const atf::tests::vars_map& config)
140 check_user(const std::string& user, const atf::tests::vars_map& config)
149 const atf::tests::vars_map::const_iterator iter = config.find(
174 impl::check_requirements(const atf::tests::vars_map& metadata,
175 const atf::tests::vars_map& config)
179 for (atf::tests::vars_map::const_iterator iter = metadata.begin();
206 impl::get_required_user(const atf::tests::vars_map& metadata,
207 const atf::tests::vars_map& config)
209 const atf::tests::vars_map::const_iterator user = metadata.find(
216 const atf::tests
[all...]
H A Dconfig.cpp71 atf::tests::vars_map m_vars;
85 const atf::tests::vars_map&
106 atf::tests::vars_map& config)
199 atf::tests::vars_map
200 impl::merge_configs(const atf::tests::vars_map& lower,
201 const atf::tests::vars_map& upper)
203 atf::tests::vars_map merged = lower;
208 atf::tests::vars_map
211 atf::tests::vars_map config;
H A Dtest-program.hpp32 #include "atf-c++/tests.hpp"
125 typedef std::map< std::string, atf::tests::vars_map > test_cases_map;
142 metadata get_metadata(const atf::fs::path&, const atf::tests::vars_map&);
146 const atf::tests::vars_map&, const atf::tests::vars_map&,
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A DAUTHORS346 tests/README Chet Ramey
347 tests/arith.tests Chet Ramey
348 tests/arith.right Chet Ramey
349 tests/array.tests Chet Ramey
350 tests/array.right Chet Ramey
351 tests/dollar-at.sh Chet Ramey
352 tests/dollar-star.sh Chet Ramey
353 tests/dolla
[all...]
/macosx-10.10.1/OpenSSH-189/osslshim/tests/
H A Dtest_cipher.c77 struct tests { struct
88 struct tests aes_tests[] =
100 struct tests aes_cfb_tests[] =
111 struct tests rc2_40_tests[] =
122 struct tests des_ede3_tests[] =
135 struct tests camellia128_tests[] =
147 struct tests rc4_tests[] =
258 test_cipher(int i, const EVP_CIPHER *c, struct tests *t)
327 test_aes(int i, struct tests *t)
/macosx-10.10.1/CPANInternal-159.1/Class-C3-XS-0.13/t/
H A D31_next_method_skip.t6 use Test::More tests => 10;
12 This tests the classic diamond inheritence pattern.
H A D05_MRO.t6 use Test::More tests => 3;
H A D33_next_method_used_with_NEXT.t11 plan tests => 4;
H A D36_next_goto.t6 use Test::More tests => 5;
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Strptime-1.52/t/
H A D002_dates.t18 my @tests = (
45 foreach (@tests) {
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Strptime-1.54/t/
H A D002_dates.t18 my @tests = (
45 foreach (@tests) {
/macosx-10.10.1/CPANInternal-159.1/Readonly-XS-1.05/t/
H A Dtest.t8 use Test::More tests => 10;
12 # Find the module (2 tests)
25 # Functions loaded? (2 tests)
29 # is_sv_readonly (4 tests)
37 # make_sv_readonly (2 tests)
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dthcoll.h64 void compareArray(Collator& c, const char* tests[],
/macosx-10.10.1/libxslt-13/libxslt/tests/REC2/
H A DMakefile.am11 @echo '## Running the regression tests under Valgrind'
12 $(MAKE) CHECKER='valgrind -q' tests
15 test tests: $(top_builddir)/xsltproc/xsltproc
16 @echo '## Running REC2 tests'
/macosx-10.10.1/libxslt-13/libxslt/tests/exslt/dynamic/
H A DMakefile.am12 @echo '## Running the regression tests under Valgrind'
13 $(MAKE) CHECKER='valgrind -q' tests
15 test tests: $(top_builddir)/xsltproc/xsltproc
16 @echo '## Running exslt sets tests'
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c/
H A Dmacros_test.c223 } *t, tests[] = { local
236 for (t = &tests[0]; t->head != NULL; t++) {
267 } *t, tests[] = { local
280 for (t = &tests[0]; t->head != NULL; t++) {
322 } *t, tests[] = { local
334 for (t = &tests[0]; t->head != NULL; t++) {
370 do_check_eq_tests(const struct check_eq_test *tests) argument
374 for (t = &tests[0]; t->head != NULL; t++) {
413 struct check_eq_test tests[] = { local
432 do_check_eq_tests(tests);
457 struct check_eq_test tests[] = { local
510 } *t, tests[] = { local
558 do_require_eq_tests(const struct require_eq_test *tests) argument
601 struct require_eq_test tests[] = { local
645 struct require_eq_test tests[] = { local
712 } *t, tests[] = { local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Ddb-4.4.t13 plan tests => 5;
/macosx-10.10.1/CPANInternal-159.1/Class-DBI-v3.0.17/t/
H A D08-inheritcols.t4 use Test::More tests => 3;
/macosx-10.10.1/CPANInternal-159.1/Data-Dump-1.21/t/
H A Dhash.t5 plan tests => 9;
H A Dquote-unicode.t13 plan tests => 8;
H A Dref.t6 plan tests => 2;
H A Dvstring.t12 plan tests => 9;

Completed in 228 milliseconds

1234567891011>>