OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_name
(Results
1 - 25
of
213
) sorted by relevancy
1
2
3
4
5
6
7
8
9
/src/crypto/external/bsd/openssl.old/dist/test/recipes/
90-test_tls13encryption.t
12
my $
test_name
= "tls13encryption";
13
setup($
test_name
);
15
plan skip_all => "$
test_name
is not supported in this build"
80-test_dtls_mtu.t
13
my $
test_name
= "test_dtls_mtu";
14
setup($
test_name
);
16
plan skip_all => "$
test_name
needs DTLS and PSK support enabled"
90-test_tls13secrets.t
12
my $
test_name
= "tls13secrets";
13
setup($
test_name
);
15
plan skip_all => "$
test_name
is not supported in this build"
30-test_afalg.t
13
my $
test_name
= "test_afalg";
14
setup($
test_name
);
16
plan skip_all => "$
test_name
not supported for this build"
90-test_sysdefault.t
13
my $
test_name
= "test_sysdefault";
14
setup($
test_name
);
16
plan skip_all => "$
test_name
is not supported in this build"
/src/tests/usr.bin/indent/
t_options.sh
61
test_name
=${fname##*/}
62
test_name
=${
test_name
%.c}
64
atf_test_case "$
test_name
"
65
eval "${
test_name
}_body() { check '$
test_name
'; }"
66
atf_add_test_case "$
test_name
"
/src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/googletest-format/DummySubDir/
OneTest.py
23
test_name
= sys.argv[1].split('=',1)[1]
variable
24
if
test_name
== 'FirstTest.subTestA':
28
elif
test_name
== 'FirstTest.subTestB':
32
elif
test_name
== 'FirstTest.subTestC':
38
elif
test_name
== 'FirstTest.subTestD':
41
elif
test_name
in ('ParameterizedTest/0.subTest',
47
raise SystemExit("error: invalid test name: %r" % (
test_name
,))
/src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/googletest-upstream-format/DummySubDir/
OneTest.py
24
test_name
= sys.argv[1].split('=',1)[1]
variable
26
if
test_name
== 'FirstTest.subTestA':
30
elif
test_name
== 'FirstTest.subTestB':
34
elif
test_name
== 'FirstTest.subTestC':
40
elif
test_name
== 'FirstTest.subTestD':
43
elif
test_name
in ('ParameterizedTest/0.subTest',
49
raise SystemExit("error: invalid test name: %r" % (
test_name
,))
/src/crypto/external/apache2/openssl/dist/test/recipes/
30-test_afalg.t
13
my $
test_name
= "test_afalg";
14
setup($
test_name
);
16
plan skip_all => "$
test_name
not supported for this build"
80-test_dtls_mtu.t
13
my $
test_name
= "test_dtls_mtu";
14
setup($
test_name
);
16
plan skip_all => "$
test_name
needs DTLS and PSK support enabled"
90-test_tls13encryption.t
12
my $
test_name
= "test_tls13encryption";
13
setup($
test_name
);
15
plan skip_all => "$
test_name
is not supported in this build"
90-test_tls13secrets.t
12
my $
test_name
= "test_tls13secrets";
13
setup($
test_name
);
15
plan skip_all => "$
test_name
is not supported in this build"
90-test_tls13ccs.t
13
my $
test_name
= "test_tls13ccs";
14
setup($
test_name
);
16
plan skip_all => "$
test_name
is not supported in this build"
/src/crypto/external/bsd/openssl/dist/test/recipes/
30-test_afalg.t
13
my $
test_name
= "test_afalg";
14
setup($
test_name
);
16
plan skip_all => "$
test_name
not supported for this build"
80-test_dtls_mtu.t
13
my $
test_name
= "test_dtls_mtu";
14
setup($
test_name
);
16
plan skip_all => "$
test_name
needs DTLS and PSK support enabled"
90-test_tls13encryption.t
12
my $
test_name
= "test_tls13encryption";
13
setup($
test_name
);
15
plan skip_all => "$
test_name
is not supported in this build"
90-test_tls13secrets.t
12
my $
test_name
= "test_tls13secrets";
13
setup($
test_name
);
15
plan skip_all => "$
test_name
is not supported in this build"
90-test_sysdefault.t
13
my $
test_name
= "test_sysdefault";
14
setup($
test_name
);
16
plan skip_all => "$
test_name
is not supported in this build"
90-test_tls13ccs.t
13
my $
test_name
= "test_tls13ccs";
14
setup($
test_name
);
16
plan skip_all => "$
test_name
is not supported in this build"
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest_prod.h
58
#define FRIEND_TEST(test_case_name,
test_name
)\
59
friend class test_case_name##_##
test_name
##_Test
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
lineinc.exp
92
set
test_name
"tolerate macro info with multiple #inclusions per line"
93
gdb_test_multiple "break -q main" $
test_name
{
95
pass $
test_name
98
fail $
test_name
108
fail "$
test_name
(timeout)"
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
lineinc.exp
92
set
test_name
"tolerate macro info with multiple #inclusions per line"
93
gdb_test_multiple "break -q main" $
test_name
{
95
pass $
test_name
98
fail $
test_name
108
fail "$
test_name
(timeout)"
/src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/googletest-timeout/DummySubDir/
OneTest.py
19
test_name
= sys.argv[1].split('=',1)[1]
variable
20
if
test_name
== 'T.QuickSubTest':
24
elif
test_name
== 'T.InfiniteLoopSubTest':
29
raise SystemExit("error: invalid test name: %r" % (
test_name
,))
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
scm-error.exp
65
set
test_name
"no error printed"
67
gdb_test_multiple $command $
test_name
{
68
-re "Backtrace.*$gdb_prompt $" { fail $
test_name
}
69
-re "ERROR.*$gdb_prompt $" { fail $
test_name
}
70
-re "$gdb_prompt $" { pass $
test_name
}
78
set
test_name
"error message printed"
80
gdb_test_multiple $command $
test_name
{
81
-re "Backtrace.*$gdb_prompt $" { fail $
test_name
}
82
-re "ERROR.*$gdb_prompt $" { pass $
test_name
}
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
scm-error.exp
65
set
test_name
"no error printed"
67
gdb_test_multiple $command $
test_name
{
68
-re "Backtrace.*$gdb_prompt $" { fail $
test_name
}
69
-re "ERROR.*$gdb_prompt $" { fail $
test_name
}
70
-re "$gdb_prompt $" { pass $
test_name
}
78
set
test_name
"error message printed"
80
gdb_test_multiple $command $
test_name
{
81
-re "Backtrace.*$gdb_prompt $" { fail $
test_name
}
82
-re "ERROR.*$gdb_prompt $" { pass $
test_name
}
Completed in 37 milliseconds
1
2
3
4
5
6
7
8
9
Indexes created Sun Mar 01 05:31:48 UTC 2026