Home
last modified time | relevance | path

Searched refs:testname (Results 1 – 25 of 36) sorted by relevance

12

/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dcharset.exp54 pass $testname
60 pass $testname
65 pass $testname
70 pass $testname
73 fail $testname
76 fail "$testname (timeout)"
260 fail $testname
263 pass $testname
295 pass $testname
331 pass $testname
[all …]
H A Dexprs.exp63 set testname [lindex $args $last_ent];
64 if [gdb_test [lindex $args 0] "" "$testname (setup)"] {
68 if [gdb_test [lindex $args $x] [lindex $args [expr $x + 1]] "$testname ([lindex $args $x])"] {
H A Dwatchpoint.exp453 set testname "Watch buffer passed to read syscall"
520 …if [expr $x==$y] then { pass $testname } else { fail "$testname (only triggered $x watchpoints, ex…
/openbsd/gnu/llvm/llvm/utils/
H A Dupdate_any_test_checks.py33 def run_utc_tool(utc_name, utc_tool, testname): argument
34 result = subprocess.run([utc_tool, testname], stdout=subprocess.PIPE,
66 for testname in config.tests:
67 with open(testname, 'r') as f:
71 not_autogenerated.append(testname)
84 testname)
85 jobs.append((testname, future))
87 for testname, future in jobs:
111 for testname in not_autogenerated:
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/lib/
H A Demc-support.exp16 proc gdb_emc_gettpnum { testname } { argument
19 if { $testname != "" } {
20 gdb_test "trace $testname" "" ""
25 proc gdb_emc_setactions { testname actionname args } {
34 fail $testname
87 if { $testname != "" } {
158 proc gdb_do_cmdlist { cmdlist testname } { argument
174 if { $testname != "" } {
176 pass "$testname";
178 fail "$testname";
H A Dtrace-support.exp104 proc gdb_trace_setactions { testname tracepoint args } {
113 fail $testname
162 if { $testname != "" } {
185 proc gdb_tfind_test { testname tfind_arg exp_res args } {
207 $passfail "$testname";
/openbsd/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/
H A Dtestpchk.pl55 my $testname = basename $infile, '.t', '.xr';
63 print "# Running podchecker for '$testname'...\n";
84 my ($testname, $testdir) = ("", "");
94 ($testname, $_) = fileparse($podfile);
96 $testname =~ s/\.t$//;
97 $cmpfile = $testdir . $testname . '.xr';
98 $outfile = $testdir . $testname . '.OUT';
103 print "# Creating expected result for \"$testname\"" .
/openbsd/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/
H A Dtestp2pt.pl127 my $testname = basename $cmpfile, '.t', '.xr';
135 print "# Running testpodinc2plaintext for '$testname'...\n";
150 my ($testname, $testdir) = ("", "");
160 ($testname, $_) = fileparse($podfile);
162 $testname =~ s/\.t$//;
163 $cmpfile = $testdir . $testname . '.xr';
164 $outfile = $testdir . $testname . '.OUT';
169 print "# Creating expected result for \"$testname\"" .
/openbsd/regress/lib/libcrypto/x509/
H A Dx509attribute.c30 static const char *testname; variable
37 ++errcount, testname, stepname); in fail_head()
76 testname = "preparation"; in main()
82 testname = "valid_args"; in main()
98 testname = "bad_nid"; in main()
H A Dx509req_ext.c32 static const char *testname; variable
39 ++errcount, testname, stepname); in fail_head()
87 testname = "exts=NULL"; in main()
100 testname = "nid=-1"; in main()
117 testname = "valid"; in main()
149 testname = "getext"; in main()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/lib/
H A Dcompat.exp76 proc compat-run { testname objlist dest options optstr } {
83 unresolved "$testcase $testname link $optstr"
84 unresolved "$testcase $testname execute $optstr"
92 if ![${tool}_check_compile "$testcase $testname link" "" \
94 unresolved "$testcase $testname execute $optstr"
107 $status "$testcase $testname execute $optstr"
/openbsd/gnu/usr.bin/perl/t/re/
H A Dregexp.t223 my $testname= $test_num;
226 $testname .= " - $comment" if $comment;
432 … print "not ok $testname # Problem in $0; original = '$pat'; mod = '$modified'\n";
459 print "ok $testname # skipped", length($reason) ? ". $reason" : '', "\n";
526 …if ($err !~ m!^\Q$expect!) { print "not ok $testname$todo (compile) $input => '$err'\n"; next TEST…
530 print "not ok $testname # TODO", length($reason) ? " - $reason" : '', "\n";
534 print "not ok $testname$todo $input => error '$err'\n", _comment("$code\n$@\n"); next TEST;
537 if ($match) { print "not ok $testname$todo ($study) $input => false positive\n"; next TEST }
548 print "not ok $testname$todo ($study) $input => '$got', match=$match\n", _comment("$code\n");
554 …print "not ok $testname$todo ($study) $input => '$got', match=$match\n", _comment("$s\n$code\n$g\n…
[all …]
/openbsd/regress/lib/libedit/readline/
H A Dhistory.c39 static const char *testname = NULL; in msg() local
43 if (testname == NULL) { in msg()
46 testname = fmt; in msg()
53 testname = NULL; in msg()
60 fprintf(stderr, "%s: ", testname); in msg()
/openbsd/regress/lib/libcrypto/bn/
H A Dbn_add_sub.c171 const char *testname) in print_failure_case() argument
173 fprintf(stderr, "%s #%d failed:", testname, i); in print_failure_case()
187 struct hexinput_st tests[], unsigned int ntests, const char *testname) in bn_op_test() argument
218 print_failure_case(a, b, e, r, i, testname); in bn_op_test()
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dmisc.exp82 set testname [lindex $args $last_ent];
83 if [gdb_test [lindex $args 0] "" "$testname (setup)"] {
87 if [gdb_test [lindex $args $x] [lindex $args [expr $x + 1]] "$testname ([lindex $args $x])"] {
/openbsd/gnu/usr.sbin/mkhybrid/src/diag/
H A Disoinfo.c392 char testname[256]; in parse_dir() local
486 strcpy(testname, rootname); in parse_dir()
487 strcat(testname, name_buf); in parse_dir()
488 if(xtract && strcmp(xtract, testname) == 0) in parse_dir()
497 strcpy(testname, rootname); in parse_dir()
498 strcat(testname, name_buf); in parse_dir()
499 printf("%s\n", testname); in parse_dir()
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dutf8_warn_base.pl987 my ($testname, $bytes, $allowed_uv, $needed_to_discern_len) = @$test;
990 my $initially_overlong = $testname =~ /overlong/;
991 my $initially_orphan = $testname =~ /orphan/;
1184 die "Can't figure out what type of warning to test for $testname"
1187 die 'Didn\'t set $needed_to_discern_len for ' . $testname
1440 is($ret, 0, "For $testname$malformations_name: isUTF8_CHAR() returns 0");
1444 is($ret, $this_length, "For $testname: isUTF8_CHAR() returns"
1462 = ( $testname =~ /surrogate|non-character/
1487 my $expected_ret = ( $testname =~ /surrogate/
1876 my $this_name = "$utf8_func() $testname: ";
[all …]
/openbsd/gnu/llvm/llvm/utils/lit/lit/formats/
H A Dgoogletest.py187 testname = testcase['name'] + '.' + testinfo['name']
189 ' '.join(cmd), testname)
193 test_out = get_test_stdout(testname)
265 testname = testcase['name'] + '.' + testinfo['name']
267 test.file_path, testname)
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A DCMakeLists.txt55 macro(add_scudo_unittest testname)
70 set(RUNTIME RT${testname}.${arch})
74 "${testname}-${arch}-Test" ${arch}
/openbsd/lib/libexpat/tests/
H A Dminicheck.h77 # define START_TEST(testname) \ argument
78 static void testname(void) { \
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dfini.c230 void testname (bool nested, int indent, name first, name last);
530 testname (FALSE, do_names ? 10 : 6, names[len].first, names[len].last); in main()
627 testname (bool nested, int indent, name first, name last) in testname() function
678 testname (TRUE, indent + 4, first, nhalf->previous); in testname()
688 testname (TRUE, indent + 4, nhalf->next, last); in testname()
/openbsd/gnu/llvm/compiler-rt/lib/tsan/tests/
H A DCMakeLists.txt75 macro(add_tsan_unittest testname)
81 "${testname}-${arch}-Test" ${arch}
/openbsd/gnu/llvm/libcxx/utils/libcxx/test/
H A Dgooglebenchmark.py84 for testname in testnames:
85 testPath = path_in_suite + (subdir, fn, testname)
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/builders/
H A Dbuilder.py145 dictionary=None, testdir=None, testname=None, make_targets=None): argument
152 self.getMake(testdir, testname), debug_info_args, make_targets,
/openbsd/gnu/llvm/compiler-rt/lib/orc/tests/
H A DCMakeLists.txt62 macro(add_orc_unittest testname)
69 OrcRTUnitTests "${testname}-${arch}-Test" "${arch}"

12