| /openbsd-src/gnu/usr.bin/perl/t/win32/ |
| H A D | system.t | 29 my $testdir = "t e s t"; 32 rmtree($testdir); 33 mkdir($testdir); 34 die "Could not create '$testdir':$!" unless -d $testdir; 36 open(my $F, ">$testdir/$exename.c") 37 or die "Can't create $testdir/$exename.c: $!"; 51 open($F, ">$testdir/$plxname.bat") 52 or die "Can't create $testdir/$plxname.bat: $!"; 82 chdir($testdir); 84 chdir($cwd) && rmtree("$cwd/$testdir") if -d "$cwd/$testdir"; [all …]
|
| H A D | system_tests | 16 my $testdir = "t e s t"; 20 my $exe = "$testdir/$exename"; 25 my $bat = "$testdir/$plxname";
|
| /openbsd-src/gnu/usr.bin/perl/ext/POSIX/t/ |
| H A D | sysconf.t | 49 my $testdir = File::Spec->tmpdir; 50 $testdir = VMS::Filespec::fileify($testdir) if $^O eq 'VMS'; 85 my $fd = POSIX::open($testdir, O_RDONLY) 86 or skip "could not open test directory '$testdir' ($!)", 104 _check_and_report(sub { pathconf($testdir, shift) }, $constant, 105 "calling pathconf('$testdir', $constant)");
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/ |
| H A D | testpchk.pl | 84 my ($testname, $testdir) = ("", ""); 95 $testdir ||= $_; 97 $cmpfile = $testdir . $testname . '.xr'; 98 $outfile = $testdir . $testname . '.OUT';
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/ |
| H A D | testp2pt.pl | 150 my ($testname, $testdir) = ("", ""); 161 $testdir ||= $_; 163 $cmpfile = $testdir . $testname . '.xr'; 164 $outfile = $testdir . $testname . '.OUT';
|
| /openbsd-src/gnu/llvm/clang/utils/ |
| H A D | make-ast-dump-check.sh | 39 testdir="$(dirname "$file")" 69 gsub("$testdir/", "{{.*}}", s)
|
| /openbsd-src/gnu/usr.bin/perl/dist/PathTools/t/ |
| H A D | cwd_enoent.t | 15 unless(mkdir("$tmp/testdir") && chdir("$tmp/testdir") && rmdir("$tmp/testdir")){
|
| /openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/builders/ |
| H A D | builder.py | 145 dictionary=None, testdir=None, testname=None, make_targets=None): argument 152 self.getMake(testdir, testname), debug_info_args, make_targets,
|
| /openbsd-src/gnu/usr.bin/perl/utils/ |
| H A D | h2xs.PL | 2094 my $testdir = "t"; 2095 my $testfile = "$testdir/$modpname.t"; 2096 unless (-d "$testdir") { 2097 mkdir "$testdir" or die "Cannot mkdir $testdir: $!\n";
|
| /openbsd-src/gnu/usr.bin/texinfo/util/ |
| H A D | txitextest | 18 tempdir=/u/texinfo/@tests/testdir
|
| /openbsd-src/sbin/fsdb/ |
| H A D | fsdb.c | 599 struct direct testdir; in chnamefunc() local 603 testdir.d_namlen = strlen(idesc->id_name); in chnamefunc() 604 if (DIRSIZ(&testdir) <= dirp->d_reclen) { in chnamefunc() 605 dirp->d_namlen = testdir.d_namlen; in chnamefunc()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/treelang/ |
| H A D | treetests.exp | 286 set testdir "treelang" 304 run3 "${sourcedir}" "${testdir}" " -g -O3 " 01 01 0 3 0 1 0
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformDarwinKernel.cpp | 397 FileSpec testdir(dir + subdirs[i]); in AddRootSubdirsToSearchPaths() local 398 FileSystem::Instance().Resolve(testdir); in AddRootSubdirsToSearchPaths() 399 if (FileSystem::Instance().IsDirectory(testdir)) in AddRootSubdirsToSearchPaths() 400 thisp->m_search_directories.push_back(testdir); in AddRootSubdirsToSearchPaths()
|
| /openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
| H A D | dotest.py | 963 for testdir in configuration.testdirs: 964 for (dirpath, dirnames, filenames) in os.walk(testdir):
|
| H A D | lldbtest.py | 1437 testdir = self.mydir 1442 compiler, dictionary, testdir, testname, make_targets)
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | Makefile.in | 995 testdir=testsuite.$$vardots; \ 996 if [ ! -f $$testdir/Makefile ]; then \ 999 $(SHELL) $(srcdir)/../mkinstalldirs $$testdir/$$subdir && \ 1000 (cd $$testdir/$$subdir && \ 1004 else :; fi && cd $$testdir && \
|
| /openbsd-src/usr.bin/awk/ |
| H A D | FIXES.1e | 304 testdir/T.split per said PR as well. 307 Extract awktest.tar into testdir directory. Add some very
|
| /openbsd-src/gnu/usr.bin/binutils/ld/ |
| H A D | ChangeLog-9197 | 4057 (testdir): Remove. 4058 (site.exp): Don't create testdir or set tmpdir.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/ |
| H A D | ChangeLog-9197 | 4057 (testdir): Remove. 4058 (site.exp): Don't create testdir or set tmpdir.
|
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | ChangeLog | 297 * sanity.sh (admin): Replace hardcoded testdir path with the variable.
|