| /openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
| D | macscp.exp | 343 set test_name \ 351 set test_name "$test_name (gdb/555)" 356 pass $test_name 358 fail "$test_name (timeout)" 360 fail "$test_name" 364 undefined { pass $test_name } 365 timeout { fail "$test_name (timeout)" } 367 fail "$test_name" 373 set test_name \ 381 set test_name "$test_name (gdb/555)" [all …]
|
| D | lineinc.exp | 106 set test_name "tolerate macro info with multiple #inclusions per line" 107 gdb_test_multiple "break main" $test_name { 109 pass $test_name 112 fail $test_name 122 fail "$test_name (timeout)"
|
| /openbsd/src/gnu/usr.bin/perl/t/re/ |
| D | reg_pmod.t | 32 my $test_name = $p eq '/p' ? "/$pat/p" 37 $test_name = "s$test_name" if $sub; 58 ok $ok, $test_name; 62 is(${^PREMATCH}, $l,_u "$test_name: ^PREMATCH",$l); 63 is(${^MATCH}, $m,_u "$test_name: ^MATCH",$m ); 64 is(${^POSTMATCH}, $r,_u "$test_name: ^POSTMATCH",$r ); 65 is(length ${^PREMATCH}, length $l, "$test_name: ^PREMATCH length"); 66 is(length ${^MATCH}, length $m, "$test_name: ^MATCH length"); 67 is(length ${^POSTMATCH},length $r, "$test_name: ^POSTMATCH length");
|
| D | anyof.t | 887 my $test_name = "Verify compilation of $test displays as" 893 [[:xdigit:]]{2} )? /x, $test_name); 896 is($result, $expected, $test_name);
|
| /openbsd/src/regress/sys/kern/pledge/generic/ |
| D | manager.c | 76 clear_coredump(int *ret, const char *test_name) in clear_coredump() argument 82 warn("test(%s): clear_coredump", test_name); in clear_coredump() 169 _start_test(int *ret, const char *test_name, const char *request, in _start_test() argument 178 printf("test(%s): pledge=", test_name); in _start_test() 186 if (clear_coredump(ret, test_name) == -1) in _start_test() 191 warn("test(%s) fflush", test_name); in _start_test() 198 warn("test(%s) pipe", test_name); in _start_test() 214 warn("test(%s) fork", test_name); in _start_test() 261 warn("test(%s): drainfd", test_name); in _start_test() 266 warn("test(%s): close", test_name); in _start_test() [all …]
|
| D | manager.h | 20 void _start_test(int *ret, const char *test_name, const char *request,
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/googletest-timeout/DummySubDir/ |
| D | OneTest.py | 51 test_name = os.environ['GTEST_FILTER'] variable 52 if test_name == 'QuickSubTest': 56 elif test_name == 'InfiniteLoopSubTest': 60 raise SystemExit("error: invalid test name: %r" % (test_name,))
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/ |
| D | exit.t | 98 while( my($test_name, $exit_code) = each %Tests ) { 99 my $file = File::Spec->catfile($lib, $test_name); 105 "$test_name exited with $actual_exit ". 110 "$test_name exited with $actual_exit ".
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
| D | harness.t | 82 is_deeply scalar $harness->$property(), $value, $test->{test_name}; 784 test_name => '... a single lib switch should be correct' 789 test_name => '... and we should be able to set verbosity to 1' 801 test_name => '... multiple lib dirs should be correct' 806 test_name => '... and we should be able to set verbosity to 0' 818 test_name => '... duplicate switches should remain', 823 test_name => 829 test_name => '... and we should be able to set verbosity to -1' 842 test_name => '... and we should be able to set verbosity to -2' 854 test_name => [all …]
|
| /openbsd/src/gnu/usr.bin/perl/Porting/ |
| D | bench.pl | 1430 for my $test_name (keys %$res) { 1431 my $res1 = $res->{$test_name}; 1445 $data{$test_name}{$perl}{$field} = $q; 1464 $data{$test_name}{$perl}{$field} = 1; 1472 $data{$test_name}{$perl}{$field} = undef; 1487 $data{$test_name}{$perl}{$field} = $p/$q; 1656 my $test_name = $test_names[$test]; 1657 my $doing_ave = ($test_name eq 'AVERAGE'); 1658 my $res = $doing_ave ? $averages : $results->{$test_name}; 1666 print "\n$test_name"; [all …]
|
| /openbsd/src/gnu/usr.bin/perl/t/op/ |
| D | switch.t | 578 { my $test_name = "Multiple FETCHes in given, due to aliasing"; 588 is($ok, 1, "precheck: $test_name"); 589 is($f->count(), 4, $test_name); 592 { my $test_name = "Only one FETCH (numeric when)"; 595 is($f->count(), 0, "Sanity check: $test_name"); 604 is($ok, 1, "precheck: $test_name"); 605 is($f->count(), 1, $test_name); 608 { my $test_name = "Only one FETCH (string when)"; 611 is($f->count(), 0, "Sanity check: $test_name"); 620 is($ok, 1, "precheck: $test_name"); [all …]
|
| D | list.t | 161 my $test_name = shift; 162 is(scalar(@_), 2, $test_name);
|
| /openbsd/src/gnu/usr.bin/perl/cpan/IPC-SysV/t/ |
| D | ipcsysv.t | 124 my $test_name; 151 $test_name = 'queue a message'; 154 pass($test_name); 157 fail($test_name); 181 $test_name = 'message get call'; 185 pass($test_name); 188 fail($test_name); 197 $test_name = 'message get data'; 203 pass($test_name); 206 fail($test_name);
|
| D | msg.t | 65 my $test_name = 'enqueue message'; 70 pass($test_name); 74 fail($test_name);
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| D | apicheck.pl | 426 my $test_name = "DPPP_test_"; 427 $test_name .= $name_counts{$tested_fcn}++ . "_" if $cond; 428 $test_name .= $tested_fcn; 430 void $test_name (void)
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/lit/ |
| D | reports.py | 159 test_name, start_time, elapsed_time, test_output, result_code, is_expected argument 162 'testId': test_name, 209 test_name=test.getFullName(), 224 test_name=micro_full_name, 260 test_name = test.getFullName() 270 'name': test_name,
|
| D | display.py | 109 test_name = test.getFullName() 110 print('%s: %s (%d of %d)' % (test.result.code.name, test_name,
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/examples/many-tests/ |
| D | ManyTests.py | 10 test_name = "test-%04d" % (i,) 11 yield Test.Test(testSuite, path_in_suite + (test_name,), localConfig)
|
| /openbsd/src/gnu/gcc/fixincludes/ |
| D | fixtests.c | 57 tCC* test_name; member 148 if (strcmp( pte->test_name, tname ) == 0) in run_test()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/ |
| D | fixtests.c | 57 tCC* test_name; member 157 if (strcmp( pte->test_name, tname ) == 0)
|
| /openbsd/src/gnu/llvm/libcxx/utils/ |
| D | generate_header_inclusion_tests.py | 200 test_name = "{header}.inclusions.compile.pass.cpp".format(header=includer) 201 out_path = os.path.join(test_path, test_name)
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/lit/formats/ |
| D | googletest.py | 159 def get_test_stdout(test_name): argument 161 header = f'[ RUN ] ' + test_name 162 footer = f'[ FAILED ] ' + test_name 171 assert False, f'gtest did not report the result for ' + test_name
|
| /openbsd/src/gnu/llvm/libcxx/benchmarks/ |
| D | CMakeLists.txt | 206 string(REPLACE ".bench.cpp" "" test_name "${test_file}") 207 if (NOT DEFINED ${test_name}_REPORTED) 210 set(${test_name}_REPORTED ON CACHE INTERNAL "") 212 add_benchmark_test(${test_name} ${test_path})
|
| /openbsd/src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/ |
| D | test_unittest2_with.py | 110 for test_name, should_pass in (('testSkip', True), 113 test = Test(test_name)
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.fortran/ |
| D | types.exp | 114 warning "$test_name tests suppressed." 0
|