| /openbsd-src/gnu/usr.bin/perl/dist/base/t/ |
| H A D | base-open-line.t | 6 (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;
|
| H A D | base-open-chunk.t | 8 (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;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
| H A D | taint.t | 21 my $test_file = 'temp_test.tmp'; 23 open TEST, ">$test_file" or die $!; 28 { source => $test_file, 37 unlink $test_file;
|
| /openbsd-src/gnu/llvm/libcxx/utils/ |
| H A D | generate_header_tests.py | 82 …as unable to find a script delimited with BEGIN-SCRIPT/END-SCRIPT markers in {}".format(test_file)) 110 def produce(test_file, variables): argument 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-src/gnu/llvm/llvm/utils/ |
| H A D | update_mir_test_checks.py | 120 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-src/gnu/lib/libstdc++/libstdc++/testsuite/ |
| H A D | abi_check.cc | 332 const char* test_file = argv[2]; in main() local 334 if (access(test_file, R_OK) != 0) in main() 336 cerr << "Cannot read symbols file " << test_file in main() 352 create_symbol_data(test_file, test_symbols, test_names); in main()
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/ |
| H A D | mkcheck.in | 299 test_file() 410 test_file $NAME $ST_NAME "$ST_FLAG" 416 test_file $NAME $SH_NAME "$SH_FLAG"
|
| H A D | ChangeLog-2000 | 1473 * mkcheck.in (test_file): Use -rpath, rather than --rpath, when
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBInstruction.cpp | 339 const char *test_file) { in TestEmulation() argument 340 LLDB_INSTRUMENT_VA(this, output_stream, test_file); in TestEmulation() 348 return inst_sp->TestEmulation(output_stream.get(), test_file); in TestEmulation()
|
| /openbsd-src/gnu/llvm/clang/bindings/python/tests/cindex/ |
| H A D | test_file.py | 12 def test_file(self): member in TestFile
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Disassembler.cpp | 865 FILE *test_file = FileSystem::Instance().Fopen(file_name, "r"); in TestEmulation() local 866 if (!test_file) { in TestEmulation() 873 if (!fgets(buffer, 255, test_file)) { in TestEmulation() 876 fclose(test_file); in TestEmulation() 883 fclose(test_file); in TestEmulation() 890 OptionValueSP data_dictionary_sp(ReadDictionary(test_file, out_stream)); in TestEmulation() 894 fclose(test_file); in TestEmulation() 898 fclose(test_file); in TestEmulation()
|
| /openbsd-src/gnu/llvm/libcxx/benchmarks/ |
| H A D | CMakeLists.txt | 205 get_filename_component(test_file "${test_path}" NAME) 206 string(REPLACE ".bench.cpp" "" test_name "${test_file}") 208 message(STATUS "Adding Benchmark: ${test_file}")
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/lit/ |
| H A D | main.py | 203 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-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBInstruction.h | 72 bool TestEmulation(lldb::SBStream &output_stream, const char *test_file);
|
| /openbsd-src/regress/usr.sbin/bgpd/unittests/ |
| H A D | rde_trie_test.c | 235 test_file(FILE *in, struct trie_head *th) in test_file() function 352 test_file(tin, &th); in main()
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBInstruction.i | 81 TestEmulation (lldb::SBStream &output_stream, const char *test_file);
|
| /openbsd-src/regress/usr.bin/ssh/unittests/sshkey/ |
| H A D | Makefile | 4 SRCS=tests.c test_sshkey.c test_file.c test_fuzz.c common.c
|
| /openbsd-src/usr.bin/file/ |
| H A D | file.c | 85 static void test_file(struct input_file *, size_t); 425 test_file(&inf, width); in child() 663 test_file(struct input_file *inf, size_t width) in test_file() 661 test_file(struct input_file *inf, size_t width) test_file() function
|
| /openbsd-src/gnu/llvm/llvm/utils/UpdateTestChecks/ |
| H A D | common.py | 364 def error(msg, test_file=None): argument 365 if test_file: 366 msg = '{}: {}'.format(msg, test_file) 369 def warn(msg, test_file=None): argument 370 if test_file: 371 msg = '{}: {}'.format(msg, test_file)
|
| /openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbtest.py | 522 def compute_mydir(test_file): argument 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))
|