Searched refs:tests (Results 1 - 25 of 1430) sorted by relevance

1234567891011>>

/openbsd-current/regress/usr.bin/ssh/unittests/hostkeys/
H A Dtests.c1 /* $OpenBSD: tests.c,v 1.1 2015/02/16 22:18:34 djm Exp $ */
8 void tests(void);
12 tests(void) function
/openbsd-current/regress/sbin/iked/parser/
H A Dtests.c1 /* $OpenBSD: tests.c,v 1.1 2017/05/29 20:59:28 markus Exp $ */
13 tests(void) function
/openbsd-current/gnu/usr.bin/perl/cpan/Sys-Syslog/t/
H A Dcpan-rt-21866.t7 my $tests = $@ ? 0 : 1;
8 plan skip_all => "Test::NoWarnings not available" if !$tests;
9 plan tests => $tests;
H A Dcpan-rt-25488.t7 my $tests = $@ ? 0 : 1;
8 plan skip_all => "Test::NoWarnings not available" if !$tests;
9 plan tests => $tests;
H A D00-load.t3 use Test::More tests => 1;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/
H A Ddg.exp31 # Gather a list of all tests, with the exception of those in directories
33 set tests [lsort [find $srcdir/$subdir *.C]]
34 set tests [prune $tests $srcdir/$subdir/bprob/*]
35 set tests [prune $tests $srcdir/$subdir/compat/*]
36 set tests [prune $tests $srcdir/$subdir/debug/*]
37 set tests [prune $tests
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/autodie/t/
H A D00-load.t3 use Test::More tests => 1;
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/
H A D103-tidy_type.t7 my @tests = (
18 plan tests => scalar(@tests);
20 foreach my $test (@tests) {
H A D501-t-compile.t8 use Test::More tests => 2;
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/
H A Dthread_taint.t3 use Test::More tests => 1;
/openbsd-current/gnu/usr.bin/perl/ext/re/t/
H A Dregop.pl2 my @tests=(
13 while (@tests) {
14 my ($str,$pat)=splice @tests,0,2;
/openbsd-current/gnu/usr.bin/perl/dist/Storable/t/
H A Drobust.t8 plan tests => 1;
/openbsd-current/gnu/usr.bin/perl/t/run/
H A Dswitch0.t9 plan tests => 1;
/openbsd-current/regress/usr.sbin/httpd/
H A DMakefile3 SUBDIR += patterns tests
/openbsd-current/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/
H A D010_url.t9 my @tests = (
26 plan tests => scalar @tests;
28 for my $test (@tests) {
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/
H A Dinc_taint3 use Test::More tests => 1;
H A Dtaint4 use Test::More tests => 1;
/openbsd-current/regress/sys/dev/wscons/
H A Dutil.h24 int dotest(int argc, char *argv[], const struct test *tests);
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Tester/
H A Dtbt_08subtest.t7 use Test::Builder::Tester tests => 1;
11 plan tests => 1;
H A Dtbt_03die.t3 use Test::Builder::Tester tests => 1;
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/
H A Dwstat.t9 plan tests => 1;
17 plan tests => 1;
/openbsd-current/regress/usr.bin/ssh/unittests/kex/
H A Dtests.c1 /* $OpenBSD: tests.c,v 1.3 2023/03/06 12:15:47 dtucker Exp $ */
13 tests(void) function
/openbsd-current/gnu/llvm/llvm/utils/lit/utils/
H A Dcheck-coverage17 # If invoked with no arguments, run all the tests.
19 set -- "tests"
32 rm -f tests/.coverage
33 find tests -name .coverage.\* -exec rm {} \;
35 # Next, run the tests.
39 find tests/* -name .coverage.\* -exec mv {} tests \;
42 (cd tests && python -m coverage combine)
45 (cd tests && python -m coverage report)
49 (cd tests
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/Module-CoreList/t/
H A Dpod.t7 plan tests => 2;
/openbsd-current/gnu/usr.bin/perl/dist/Test/t/
H A Dqr.t11 use Test; plan tests => 1;

Completed in 388 milliseconds

1234567891011>>