Home
last modified time | relevance | path

Searched refs:cmpfile (Results 1 – 25 of 79) sorted by relevance

1234

/dports/devel/p5-Module-Dependency/Module-Dependency-1.86/t/
H A D04grapher.t28 ok( cmpfile( $tempfile, TEXT() ) );
30 ok( cmpfile( $tempfile, TEXT() ) );
32 ok( cmpfile( $tempfile, TEXT() ) );
34 ok( cmpfile( $tempfile, TEXT2() ) );
36 ok( cmpfile( $tempfile, TEXT3() ) );
42 ok( cmpfile( $tempfile, HTML() ) );
44 ok( cmpfile( $tempfile, HTML() ) );
46 ok( cmpfile( $tempfile, HTML() ) );
48 ok( cmpfile( $tempfile, HTML2() ) );
50 ok( cmpfile( $tempfile, HTML3() ) );
[all …]
/dports/lang/perl5.34/perl-5.34.0/cpan/Pod-Checker/t/pod/
H A Dtestpchk.pl52 my $cmpfile = $args{'-Cmp'} || croak "No compare-result file given!";
57 unless (-e $cmpfile) {
66 for ($infile, $outfile, $cmpfile) {
71 if ( testcmp({'-cmplines' => \&msgcmp}, $outfile, $cmpfile) ) {
72 $different = "$outfile is different from $cmpfile";
85 my ($podfile, $cmpfile) = ("", "");
97 $cmpfile = $testdir . $testname . '.xr';
101 if ($opts{'-force'} or ! -e $cmpfile) {
105 podchecker($podfile, $cmpfile);
108 print "# File $cmpfile already exists" .
[all …]
/dports/lang/perl5.30/perl-5.30.3/cpan/Pod-Checker/t/pod/
H A Dtestpchk.pl50 my $cmpfile = $args{'-Cmp'} || croak "No compare-result file given!";
55 unless (-e $cmpfile) {
64 for ($infile, $outfile, $cmpfile) {
69 if ( testcmp({'-cmplines' => \&msgcmp}, $outfile, $cmpfile) ) {
70 $different = "$outfile is different from $cmpfile";
83 my ($podfile, $cmpfile) = ("", "");
95 $cmpfile = $testdir . $testname . '.xr';
99 if ($opts{'-force'} or ! -e $cmpfile) {
103 podchecker($podfile, $cmpfile);
106 print "# File $cmpfile already exists" .
[all …]
/dports/lang/perl5.32/perl-5.32.1/cpan/Pod-Checker/t/pod/
H A Dtestpchk.pl50 my $cmpfile = $args{'-Cmp'} || croak "No compare-result file given!";
55 unless (-e $cmpfile) {
64 for ($infile, $outfile, $cmpfile) {
69 if ( testcmp({'-cmplines' => \&msgcmp}, $outfile, $cmpfile) ) {
70 $different = "$outfile is different from $cmpfile";
83 my ($podfile, $cmpfile) = ("", "");
95 $cmpfile = $testdir . $testname . '.xr';
99 if ($opts{'-force'} or ! -e $cmpfile) {
103 podchecker($podfile, $cmpfile);
106 print "# File $cmpfile already exists" .
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Pod-Checker/t/pod/
H A Dtestpchk.pl52 my $cmpfile = $args{'-Cmp'} || croak "No compare-result file given!";
57 unless (-e $cmpfile) {
66 for ($infile, $outfile, $cmpfile) {
71 if ( testcmp({'-cmplines' => \&msgcmp}, $outfile, $cmpfile) ) {
72 $different = "$outfile is different from $cmpfile";
85 my ($podfile, $cmpfile) = ("", "");
97 $cmpfile = $testdir . $testname . '.xr';
101 if ($opts{'-force'} or ! -e $cmpfile) {
105 podchecker($podfile, $cmpfile);
108 print "# File $cmpfile already exists" .
[all …]
/dports/lang/perl5.30/perl-5.30.3/cpan/Pod-Parser/t/pod/
H A Dtestpchk.pl50 my $cmpfile = $args{'-Cmp'} || croak "No compare-result file given!";
55 unless (-e $cmpfile) {
64 for ($infile, $outfile, $cmpfile) {
69 if ( testcmp({'-cmplines' => \&msgcmp}, $outfile, $cmpfile) ) {
70 $different = "$outfile is different from $cmpfile";
82 my ($podfile, $cmpfile) = ("", "");
94 $cmpfile = $testdir . $testname . '.xr';
98 if ($opts{'-force'} or ! -e $cmpfile) {
102 podchecker($podfile, $cmpfile);
105 print "# File $cmpfile already exists" .
[all …]
H A Dtestp2pt.pl117 my $cmpfile = $args{'-Cmp'} || croak "No compare-result file given!";
120 my $testname = basename $cmpfile, '.t', '.xr';
122 unless (-e $cmpfile) {
131 if ( testcmp($outfile, $cmpfile) ) {
132 $different = "$outfile is different from $cmpfile";
144 my ($podfile , $cmpfile) = ("", "");
156 $cmpfile = $testdir . $testname . '.xr';
160 if ($opts{'-force'} or ! -e $cmpfile) {
164 podinc2plaintext($podfile, $cmpfile);
167 print "# File $cmpfile already exists" .
[all …]
H A Dfind.t63 my $cmpfile = _canon($compare);
68 ok($cmpfile =~ /^$resfile$/, "pod_where found File::Find (with long filename matching)") ||
69 diag("'$cmpfile' does not match /^$resfile\$/");
70 } elsif($^O =~ /dos|win32/i && $cmpfile =~ /~\d(?=\\|$)/) {
72 $cmpfile = quotemeta($cmpfile);
73 $cmpfile =~ s/\\~\d(?=\\|$)/[^\\\\]+/g;
74 ok($resfile =~ /^$cmpfile$/, "pod_where found File::Find (with long filename matching)") ||
75 diag("'$resfile' does not match /^$cmpfile\$/");
77 is($resfile,$cmpfile,"pod_where found File::Find");
/dports/textproc/p5-Pod-Parser/Pod-Parser-1.63/t/pod/
H A Dtestpchk.pl50 my $cmpfile = $args{'-Cmp'} || croak "No compare-result file given!";
55 unless (-e $cmpfile) {
64 for ($infile, $outfile, $cmpfile) {
69 if ( testcmp({'-cmplines' => \&msgcmp}, $outfile, $cmpfile) ) {
70 $different = "$outfile is different from $cmpfile";
82 my ($podfile, $cmpfile) = ("", "");
94 $cmpfile = $testdir . $testname . '.xr';
98 if ($opts{'-force'} or ! -e $cmpfile) {
102 podchecker($podfile, $cmpfile);
105 print "# File $cmpfile already exists" .
[all …]
H A Dtestp2pt.pl117 my $cmpfile = $args{'-Cmp'} || croak "No compare-result file given!";
120 my $testname = basename $cmpfile, '.t', '.xr';
122 unless (-e $cmpfile) {
131 if ( testcmp($outfile, $cmpfile) ) {
132 $different = "$outfile is different from $cmpfile";
144 my ($podfile , $cmpfile) = ("", "");
156 $cmpfile = $testdir . $testname . '.xr';
160 if ($opts{'-force'} or ! -e $cmpfile) {
164 podinc2plaintext($podfile, $cmpfile);
167 print "# File $cmpfile already exists" .
[all …]
H A Dfind.t63 my $cmpfile = _canon($compare);
68 ok($cmpfile =~ /^$resfile$/, "pod_where found File::Find (with long filename matching)") ||
69 diag("'$cmpfile' does not match /^$resfile\$/");
70 } elsif($^O =~ /dos|win32/i && $cmpfile =~ /~\d(?=\\|$)/) {
72 $cmpfile = quotemeta($cmpfile);
73 $cmpfile =~ s/\\~\d(?=\\|$)/[^\\\\]+/g;
74 ok($resfile =~ /^$cmpfile$/, "pod_where found File::Find (with long filename matching)") ||
75 diag("'$resfile' does not match /^$cmpfile\$/");
77 is($resfile,$cmpfile,"pod_where found File::Find");
/dports/lang/perl5.30/perl-5.30.3/cpan/Pod-Usage/t/pod/
H A Dtestp2pt.pl123 my $cmpfile = $args{'-Cmp'} || croak "No compare-result file given!";
126 my $testname = basename $cmpfile, '.t', '.xr';
128 unless (-e $cmpfile) {
137 if ( testcmp($outfile, $cmpfile) ) {
138 $different = "$outfile is different from $cmpfile";
150 my ($podfile, $cmpfile) = ("", "");
162 $cmpfile = $testdir . $testname . '.xr';
166 if ($opts{'-force'} or ! -e $cmpfile) {
170 podinc2plaintext($podfile, $cmpfile);
173 print "# File $cmpfile already exists" .
[all …]
/dports/lang/perl5.34/perl-5.34.0/cpan/Pod-Usage/t/pod/
H A Dtestp2pt.pl124 my $cmpfile = $args{'-Cmp'} || croak "No compare-result file given!";
127 my $testname = basename $cmpfile, '.t', '.xr';
129 unless (-e $cmpfile) {
138 if ( testcmp($outfile, $cmpfile) ) {
139 $different = "$outfile is different from $cmpfile";
151 my ($podfile, $cmpfile) = ("", "");
163 $cmpfile = $testdir . $testname . '.xr';
167 if ($opts{'-force'} or ! -e $cmpfile) {
171 podinc2plaintext($podfile, $cmpfile);
174 print "# File $cmpfile already exists" .
[all …]
/dports/lang/perl5.32/perl-5.32.1/cpan/Pod-Usage/t/pod/
H A Dtestp2pt.pl123 my $cmpfile = $args{'-Cmp'} || croak "No compare-result file given!";
126 my $testname = basename $cmpfile, '.t', '.xr';
128 unless (-e $cmpfile) {
137 if ( testcmp($outfile, $cmpfile) ) {
138 $different = "$outfile is different from $cmpfile";
150 my ($podfile, $cmpfile) = ("", "");
162 $cmpfile = $testdir . $testname . '.xr';
166 if ($opts{'-force'} or ! -e $cmpfile) {
170 podinc2plaintext($podfile, $cmpfile);
173 print "# File $cmpfile already exists" .
[all …]
/dports/devel/p5-Pod-Usage/Pod-Usage-2.01/t/pod/
H A Dtestp2pt.pl124 my $cmpfile = $args{'-Cmp'} || croak "No compare-result file given!";
127 my $testname = basename $cmpfile, '.t', '.xr';
129 unless (-e $cmpfile) {
138 if ( testcmp($outfile, $cmpfile) ) {
139 $different = "$outfile is different from $cmpfile";
151 my ($podfile, $cmpfile) = ("", "");
163 $cmpfile = $testdir . $testname . '.xr';
167 if ($opts{'-force'} or ! -e $cmpfile) {
171 podinc2plaintext($podfile, $cmpfile);
174 print "# File $cmpfile already exists" .
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Pod-Usage/t/pod/
H A Dtestp2pt.pl124 my $cmpfile = $args{'-Cmp'} || croak "No compare-result file given!";
127 my $testname = basename $cmpfile, '.t', '.xr';
129 unless (-e $cmpfile) {
138 if ( testcmp($outfile, $cmpfile) ) {
139 $different = "$outfile is different from $cmpfile";
151 my ($podfile, $cmpfile) = ("", "");
163 $cmpfile = $testdir . $testname . '.xr';
167 if ($opts{'-force'} or ! -e $cmpfile) {
171 podinc2plaintext($podfile, $cmpfile);
174 print "# File $cmpfile already exists" .
[all …]
/dports/net/p5-perl-ldap/perl-ldap-0.68/contrib/
H A Dldifuniq.pl36 my $cmpfile = $ARGV[1];
38 die "usage: $0 reffile cmpfile\n" unless $reffile && $cmpfile;
56 open(CMPFH, $cmpfile) || die "$cmpfile: $!\n";
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/tests/
H A Dfate-run.sh33 cmpfile="${outdir}/${test}.diff"
397 diff) diff -u -b "$ref" "$outfile" >$cmpfile ;;
398 rawdiff)diff -u "$ref" "$outfile" >$cmpfile ;;
399 oneoff) oneoff "$ref" "$outfile" >$cmpfile ;;
400 stddev) stddev "$ref" "$outfile" >$cmpfile ;;
401 oneline)oneline "$ref" "$outfile" >$cmpfile ;;
402 grep) grep "$ref" "$errfile" >$cmpfile ;;
403 null) cat "$outfile" >$cmpfile ;;
410 test $err = 0 || cat $cmpfile
420 cmpo="$($base64 <$cmpfile)"
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/tests/
H A Dfate-run.sh33 cmpfile="${outdir}/${test}.diff"
520 diff) diff -u -b "$ref" "$outfile" >$cmpfile ;;
521 rawdiff)diff -u "$ref" "$outfile" >$cmpfile ;;
522 oneoff) oneoff "$ref" "$outfile" >$cmpfile ;;
523 stddev) stddev "$ref" "$outfile" >$cmpfile ;;
524 oneline)oneline "$ref" "$outfile" >$cmpfile ;;
525 grep) grep "$ref" "$errfile" >$cmpfile ;;
526 null) cat "$outfile" >$cmpfile ;;
533 test $err = 0 || cat $cmpfile
543 cmpo="$($base64 <$cmpfile)"
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/tests/
H A Dfate-run.sh33 cmpfile="${outdir}/${test}.diff"
520 diff) diff -u -b "$ref" "$outfile" >$cmpfile ;;
521 rawdiff)diff -u "$ref" "$outfile" >$cmpfile ;;
522 oneoff) oneoff "$ref" "$outfile" >$cmpfile ;;
523 stddev) stddev "$ref" "$outfile" >$cmpfile ;;
524 oneline)oneline "$ref" "$outfile" >$cmpfile ;;
525 grep) grep "$ref" "$errfile" >$cmpfile ;;
526 null) cat "$outfile" >$cmpfile ;;
533 test $err = 0 || cat $cmpfile
543 cmpo="$($base64 <$cmpfile)"
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/tests/
H A Dfate-run.sh33 cmpfile="${outdir}/${test}.diff"
520 diff) diff -u -b "$ref" "$outfile" >$cmpfile ;;
521 rawdiff)diff -u "$ref" "$outfile" >$cmpfile ;;
522 oneoff) oneoff "$ref" "$outfile" >$cmpfile ;;
523 stddev) stddev "$ref" "$outfile" >$cmpfile ;;
524 oneline)oneline "$ref" "$outfile" >$cmpfile ;;
525 grep) grep "$ref" "$errfile" >$cmpfile ;;
526 null) cat "$outfile" >$cmpfile ;;
533 test $err = 0 || cat $cmpfile
543 cmpo="$($base64 <$cmpfile)"
[all …]
/dports/science/minc2/minc-release-2.2.00/progs/mincmorph/
H A Dmincmorph.c54 char *cmpfile; member
408 ptr = get_string_from_string(ptr, &op->cmpfile); in main()
410 if(op->cmpfile == NULL){ in main()
416 if(access(op->cmpfile, F_OK) != 0){ in main()
417 fprintf(stderr, "%s: Couldn't find compare file: %s\n\n", argv[0], op->cmpfile); in main()
421 sprintf(ext_txt, "compare filename: %s", op->cmpfile); in main()
593 if(op->cmpfile == NULL){ in main()
600 fprintf(stdout, "Comparing to %s\n", op->cmpfile); in main()
605 input_volume(op->cmpfile, MAX_VAR_DIMS, axis_order, in main()
/dports/net/p5-perl-ldap/perl-ldap-0.68/t/
H A D00ldif-entry.t154 $cmpfile = "data/00-cmp2.ldif";
160 ok(!compare_text($cmpfile,$outfile), $cmpfile);
/dports/www/lightsquid/lightsquid-1.8/tools/SiteAggregator/
H A DSiteAgregator.pl35 my $cmpfile=0;
49 print "compacted: $cmpfile\n";
68 $cmpfile++;
/dports/science/hdf5-18/hdf5-1.8.21/tools/h5jam/
H A Dtesth5jam.sh.in280 cmpfile=$ufile
282 cmpfile="tt2"
284 $JAM_BIN/getub -c $s2 $origfile > $cmpfile
285 cat $ufile >> $cmpfile
291 cmpfile=$ufile
298 res=`cmp $cmpfile $tfile`
311 rm -f $cmpfile

1234