Searched refs:test_file (Results 1 - 21 of 21) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/dist/base/t/
H A Dbase-open-chunk.t8 (my $test_file = $file) =~ s/-open-chunk//;
10 unless (my $return = do "./$test_file") {
11 warn "couldn't parse $test_file: $@" if $@;
12 warn "couldn't do $test_file: $!" unless defined $return;
13 warn "couldn't run $test_file" unless $return;
H A Dbase-open-line.t6 (my $test_file = $file) =~ s/-open-line//;
8 unless (my $return = do "./$test_file") {
9 warn "couldn't parse $test_file: $@" if $@;
10 warn "couldn't do $test_file: $!" unless defined $return;
11 warn "couldn't run $test_file" unless $return;
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dtaint.t21 my $test_file = 'temp_test.tmp';
23 open TEST, ">$test_file" or die $!;
28 { source => $test_file,
37 unlink $test_file;
/openbsd-current/gnu/llvm/clang/bindings/python/tests/cindex/
H A Dtest_file.py12 def test_file(self): member in class:TestFile
/openbsd-current/gnu/llvm/libcxx/utils/
H A Dgenerate_header_tests.py82 raise RuntimeError("Was unable to find a script delimited with BEGIN-SCRIPT/END-SCRIPT markers in {}".format(test_file))
110 def produce(test_file, variables):
111 script = find_script(test_file)
113 new_content = generate_new_file(test_file, result)
114 with open(test_file, 'w', newline='\n') as f:
/openbsd-current/gnu/llvm/lldb/include/lldb/API/
H A DSBInstruction.h72 bool TestEmulation(lldb::SBStream &output_stream, const char *test_file);
/openbsd-current/gnu/llvm/lldb/bindings/interface/
H A DSBInstruction.i81 TestEmulation (lldb::SBStream &output_stream, const char *test_file);
/openbsd-current/regress/usr.bin/ssh/unittests/sshkey/
H A DMakefile4 SRCS=tests.c test_sshkey.c test_file.c test_fuzz.c common.c
/openbsd-current/gnu/lib/libstdc++/libstdc++/
H A Dmkcheck.in299 test_file() function
410 test_file $NAME $ST_NAME "$ST_FLAG"
416 test_file $NAME $SH_NAME "$SH_FLAG"
/openbsd-current/gnu/llvm/llvm/utils/
H A Dupdate_mir_test_checks.py120 common.warn('Skipping non-llc RUN line: {}'.format(l), test_file=test)
124 test_file=test)
244 test_file=test)
257 test_file=test)
345 common.warn('No triple found: skipping file', test_file=test)
451 common.warn('Error processing file', test_file=ti.path)
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBInstruction.cpp339 const char *test_file) {
340 LLDB_INSTRUMENT_VA(this, output_stream, test_file);
348 return inst_sp->TestEmulation(output_stream.get(), test_file);
338 TestEmulation(lldb::SBStream &output_stream, const char *test_file) argument
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/
H A Dabi_check.cc332 const char* test_file = argv[2]; local
334 if (access(test_file, R_OK) != 0)
336 cerr << "Cannot read symbols file " << test_file
352 create_symbol_data(test_file, test_symbols, test_names);
/openbsd-current/regress/usr.sbin/bgpd/unittests/
H A Drde_trie_test.c235 test_file(FILE *in, struct trie_head *th) function
352 test_file(tin, &th);
/openbsd-current/gnu/llvm/llvm/utils/lit/lit/
H A Dmain.py203 test_file = os.sep.join(t.path_in_suite)
205 if test_file in opts.xfail or test_full_name in opts.xfail:
207 if test_file in opts.xfail_not or test_full_name in opts.xfail_not:
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DDisassembler.cpp865 FILE *test_file = FileSystem::Instance().Fopen(file_name, "r"); local
866 if (!test_file) {
873 if (!fgets(buffer, 255, test_file)) {
876 fclose(test_file);
883 fclose(test_file);
890 OptionValueSP data_dictionary_sp(ReadDictionary(test_file, out_stream));
894 fclose(test_file);
898 fclose(test_file);
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dcore-cpan-diff163 my $test_file = "modules/03modlist.data.gz";
165 cpan_url( $mirror_url, $test_file ),
166 catfile( $cache_dir, $test_file )
/openbsd-current/usr.bin/file/
H A Dfile.c85 static void test_file(struct input_file *, size_t);
423 test_file(&inf, width);
661 test_file(struct input_file *inf, size_t width) function
/openbsd-current/gnu/llvm/llvm/utils/UpdateTestChecks/
H A Dcommon.py364 def error(msg, test_file=None):
365 if test_file:
366 msg = '{}: {}'.format(msg, test_file)
369 def warn(msg, test_file=None):
370 if test_file:
371 msg = '{}: {}'.format(msg, test_file)
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/
H A DHarness.pm227 my ( $harness, $test_file ) = @_;
230 return undef if $test_file =~ /[.]t$/;
231 return [ qw( /usr/bin/ruby -w ), $test_file ]
232 if $test_file =~ /[.]rb$/;
H A DParser.pm233 source => $test_file,
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py522 def compute_mydir(test_file):
530 if not test_file.startswith(lldb_test_src):
533 "(which is '%s')." % (test_file, lldb_test_src))
534 return os.path.dirname(os.path.relpath(test_file, start=lldb_test_src))

Completed in 177 milliseconds