This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add bounds checking for several strings (Charles Lane)
[perl5.git] / vms / test.com
CommitLineData
a0d0e21e
LW
1$! Test.Com - DCL driver for perl5 regression tests
2$!
e518068a 3$! Version 1.1 4-Dec-1995
bd3fa61c 4$! Charles Bailey bailey@newman.upenn.edu
a0d0e21e
LW
5$
6$! A little basic setup
7$ On Error Then Goto wrapup
e518068a 8$ olddef = F$Environment("Default")
84902520 9$ oldmsg = F$Environment("Message")
e518068a 10$ If F$Search("t.dir").nes.""
11$ Then
12$ Set Default [.t]
13$ Else
14$ If F$TrnLNm("Perl_Root").nes.""
15$ Then
16$ Set Default Perl_Root:[t]
17$ Else
18$ Write Sys$Error "Can't find test directory"
19$ Exit 44
20$ EndIf
21$ EndIf
84902520 22$ Set Message /Facility/Severity/Identification/Text
a0d0e21e 23$
491527d0
GS
24$ exe = ".Exe"
25$ If p1.nes."" Then exe = p1
26$ If F$Extract(0,1,exe) .nes. "."
27$ Then
28$ Write Sys$Error ""
29$ Write Sys$Error "The first parameter passed to Test.Com must be the file type used for the"
30$ Write Sys$Error "images produced when you built Perl (i.e. "".Exe"", unless you edited"
31$ Write Sys$Error "Descrip.MMS or used the AXE=1 macro in the MM[SK] command line."
32$ Write Sys$Error ""
33$ Exit 44
34$ EndIf
3eeba6fb
CB
35$!
36$! "debug" perl if second parameter is nonblank
37$!
38$ dbg = ""
39$ ndbg = ""
40$ if p2.nes."" then dbg = "dbg"
41$ if p2.nes."" then ndbg = "ndbg"
42$!
a0d0e21e 43$! Pick up a copy of perl to use for the tests
8713643e 44$ If F$Search("Perl.").nes."" Then Delete/Log/NoConfirm Perl.;*
3eeba6fb 45$ Copy/Log/NoConfirm [-]'ndbg'Perl'exe' []Perl.
a0d0e21e
LW
46$
47$! Make the environment look a little friendlier to tests which assume Unix
3b558104 48$ cat == "Type"
ff0cee69 49$ Macro/NoDebug/NoList/Object=Echo.Obj Sys$Input
a0d0e21e
LW
50 .title echo
51 .psect data,wrt,noexe
52 dsc:
53 .word 0
54 .byte 14 ; DSC$K_DTYPE_T
55 .byte 2 ; DSC$K_CLASS_D
56 .long 0
57 .psect code,nowrt,exe
58 .entry echo,^m<r2,r3>
59 movab dsc,r2
60 pushab (r2)
61 calls #1,G^LIB$GET_FOREIGN
62 movl 4(r2),r3
63 movzwl (r2),r0
64 addl2 4(r2),r0
65 cmpl r3,r0
66 bgtru sym.3
67 nop
68 sym.1:
69 movb (r3),r0
70 cmpb r0,#65
71 blss sym.2
72 cmpb r0,#90
73 bgtr sym.2
74 cvtbl r0,r0
75 addl2 #32,r0
76 cvtlb r0,(r3)
77 sym.2:
78 incl r3
79 movzwl (r2),r0
80 addl2 4(r2),r0
81 cmpl r3,r0
82 blequ sym.1
83 sym.3:
84 pushab (r2)
85 calls #1,G^LIB$PUT_OUTPUT
86 movl #1,r0
87 ret
88 .end echo
ff0cee69 89$ Link/NoMap/NoTrace/Exe=Echo.Exe Echo.Obj;
a0d0e21e 90$ Delete/Log/NoConfirm Echo.Obj;*
3b558104 91$ echo == "$" + F$Parse("Echo.Exe")
a0d0e21e
LW
92$
93$! And do it
09b7f37c 94$ Show Process/Accounting
e518068a 95$ testdir = "Directory/NoHead/NoTrail/Column=1"
3eeba6fb 96$ Define/User 'dbg'Perlshr Sys$Disk:[-]'dbg'PerlShr'exe'
925fd5a3 97$ set message/nofacil/nosever/noiden/notext
3eeba6fb 98$ MCR Sys$Disk:[]Perl. "-I[-.lib]" - "''p3'" "''p4'" "''p5'" "''p6'"
a0d0e21e
LW
99$ Deck/Dollar=$$END-OF-TEST$$
100# $RCSfile: TEST,v $$Revision: 4.1 $$Date: 92/08/07 18:27:00 $
bd3fa61c 101# Modified for VMS 30-Sep-1994 Charles Bailey bailey@newman.upenn.edu
a0d0e21e
LW
102#
103# This is written in a peculiar style, since we're trying to avoid
104# most of the constructs we'll be testing for.
105
106# skip those tests we know will fail entirely or cause perl to hang bacause
271404a7 107# of Unixisms in the tests. (The Perl operators being tested may work fine,
108# but the tests may use other operators which don't.)
71be2cbc 109use Config;
110
84902520 111@compexcl=('cpp.t');
a3960eed 112@ioexcl=('argv.t','dup.t','fs.t','pipe.t','openpid.t');
bf99883d 113@libexcl=('db-btree.t','db-hash.t','db-recno.t',
562a7b0c
CB
114 'gdbm.t','io_dup.t', 'io_pipe.t', 'io_poll.t', 'io_sel.t',
115 'io_sock.t', 'io_unix.t',
3b558104 116 'ndbm.t','odbm.t','open2.t','open3.t', 'ph.t', 'posix.t', 'dprof.t');
71be2cbc 117
118# Note: POSIX is not part of basic build, but can be built
119# separately if you're using DECC
120# io_xs.t tests the new_tmpfile routine, which doesn't work with the
121# VAXCRTL, since the file can't be stat()d, an Perl's do_open()
122# insists on stat()ing a file descriptor before it'll use it.
123push(@libexcl,'io_xs.t') if $Config{'vms_cc_type'} ne 'decc';
124
491527d0 125@opexcl=('die_exit.t','exec.t','fork.t','glob.t','groups.t','magic.t','misc.t','stat.t');
a0d0e21e
LW
126@exclist=(@compexcl,@ioexcl,@libexcl,@opexcl);
127foreach $file (@exclist) { $skip{$file}++; }
128
129$| = 1;
130
34b5aed4 131@ARGV = grep($_,@ARGV); # remove empty elements due to "''p1'" syntax
132
61bb5906 133if (lc($ARGV[0]) eq '-v') {
a0d0e21e 134 $verbose = 1;
34b5aed4 135 shift;
136}
a0d0e21e
LW
137
138chdir 't' if -f 't/TEST';
139
140if ($ARGV[0] eq '') {
34b5aed4 141 foreach (<[.*]*.t>) {
142 s/.*[\[.]t./[./;
143 ($fname = $_) =~ s/.*\]//;
a0d0e21e
LW
144 if ($skip{"\L$fname"}) { push(@skipped,$_); }
145 else { push(@ARGV,$_); }
146 }
147}
148
149if (@skipped) {
150 print "The following tests were skipped because they rely extensively on\n";
151 print " Unixisms not compatible with the current version of perl for VMS:\n";
34b5aed4 152 print "\t",join("\n\t",@skipped),"\n\n";
a0d0e21e
LW
153}
154
155$bad = 0;
156$good = 0;
157$total = @ARGV;
158while ($test = shift) {
159 if ($test =~ /^$/) {
160 next;
161 }
162 $te = $test;
163 chop($te);
34b5aed4 164 $te .= '.' x (24 - length($te));
a0d0e21e
LW
165 open(script,"$test") || die "Can't run $test.\n";
166 $_ = <script>;
167 close(script);
168 if (/#!..perl(.*)/) {
169 $switch = $1;
55497cff 170 # Add "" to protect uppercase switches on command line
44a8e56a 171 $switch =~ s/-(\S*[A-Z]\S*)/"-$1"/g;
a0d0e21e
LW
172 } else {
173 $switch = '';
174 }
b2b3adea 175 open(results,"\$ MCR Sys\$Disk:[]Perl. \"-I[-.lib]\" $switch $test |") || (print "can't run.\n");
a0d0e21e
LW
176 $ok = 0;
177 $next = 0;
3eeba6fb 178 $pending_not = 0;
a0d0e21e
LW
179 while (<results>) {
180 if ($verbose) {
34b5aed4 181 print "$te$_";
182 $te = '';
a0d0e21e
LW
183 }
184 unless (/^#/) {
185 if (/^1\.\.([0-9]+)/) {
186 $max = $1;
187 $totmax += $max;
188 $files += 1;
189 $next = 1;
190 $ok = 1;
191 } else {
192 $next = $1, $ok = 0, last if /^not ok ([0-9]*)/;
193 next if /^\s*$/; # our 'echo' substitute produces one more \n than Unix'
194 if (/^ok (.*)/ && $1 == $next) {
3eeba6fb 195 $next = $1, $ok=0, last if $pending_not;
a0d0e21e 196 $next = $next + 1;
3eeba6fb
CB
197 } elsif (/^not/) {
198 $pending_not = 1;
a0d0e21e
LW
199 } else {
200 $ok = 0;
201 }
202 }
203 }
204 }
205 $next = $next - 1;
206 if ($ok && $next == $max) {
271404a7 207 if ($max) {
208 print "${te}ok\n";
209 $good = $good + 1;
210 } else {
211 print "${te}skipping test on this platform\n";
212 $files -= 1;
213 }
a0d0e21e
LW
214 } else {
215 $next += 1;
34b5aed4 216 print "${te}FAILED on test $next\n";
a0d0e21e
LW
217 $bad = $bad + 1;
218 $_ = $test;
219 if (/^base/) {
220 die "Failed a basic test--cannot continue.\n";
221 }
222 }
223}
224
225if ($bad == 0) {
226 if ($ok) {
227 print "All tests successful.\n";
228 } else {
229 die "FAILED--no tests were run for some reason.\n";
230 }
231} else {
232 $pct = sprintf("%.2f", $good / $total * 100);
233 if ($bad == 1) {
234 warn "Failed 1 test, $pct% okay.\n";
235 } else {
236 warn "Failed $bad/$total tests, $pct% okay.\n";
237 }
238}
239($user,$sys,$cuser,$csys) = times;
240print sprintf("u=%g s=%g cu=%g cs=%g files=%d tests=%d\n",
241 $user,$sys,$cuser,$csys,$files,$totmax);
242$$END-OF-TEST$$
243$ wrapup:
09b7f37c 244$ Show Process/Accounting
a0d0e21e 245$ If F$Search("Echo.Exe").nes."" Then Delete/Log/NoConfirm Echo.Exe;*
e518068a 246$ Set Default &olddef
84902520 247$ Set Message 'oldmsg'
a0d0e21e 248$ Exit