Home
last modified time | relevance | path

Searched refs:testdir (Results 1 – 20 of 20) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/t/win32/
H A Dsystem.t29 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 Dsystem_tests16 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 Dsysconf.t49 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 Dtestpchk.pl84 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 Dtestp2pt.pl150 my ($testname, $testdir) = ("", "");
161 $testdir ||= $_;
163 $cmpfile = $testdir . $testname . '.xr';
164 $outfile = $testdir . $testname . '.OUT';
/openbsd-src/gnu/llvm/clang/utils/
H A Dmake-ast-dump-check.sh39 testdir="$(dirname "$file")"
69 gsub("$testdir/", "{{.*}}", s)
/openbsd-src/gnu/usr.bin/perl/dist/PathTools/t/
H A Dcwd_enoent.t15 unless(mkdir("$tmp/testdir") && chdir("$tmp/testdir") && rmdir("$tmp/testdir")){
/openbsd-src/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-src/gnu/usr.bin/perl/utils/
H A Dh2xs.PL2094 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 Dtxitextest18 tempdir=/u/texinfo/@tests/testdir
/openbsd-src/sbin/fsdb/
H A Dfsdb.c599 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 Dtreetests.exp286 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 DPlatformDarwinKernel.cpp397 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 Ddotest.py963 for testdir in configuration.testdirs:
964 for (dirpath, dirnames, filenames) in os.walk(testdir):
H A Dlldbtest.py1437 testdir = self.mydir
1442 compiler, dictionary, testdir, testname, make_targets)
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DMakefile.in995 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 DFIXES.1e304 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 DChangeLog-91974057 (testdir): Remove.
4058 (site.exp): Don't create testdir or set tmpdir.
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A DChangeLog-91974057 (testdir): Remove.
4058 (site.exp): Don't create testdir or set tmpdir.
/openbsd-src/gnu/usr.bin/cvs/src/
H A DChangeLog297 * sanity.sh (admin): Replace hardcoded testdir path with the variable.