perl 4.0 patch 25: patch #20, continued
[p5sagit/p5-mst-13.2.git] / atarist / RESULTS
CommitLineData
bf10efe7 1t/base:
2
3cond.t
4if.t
5lex.t
6pat.t
7term.t
8
9all of these pass. if you are running from this directory
10make sure you have a file ..\Makefile for term.t to pass.
11
12=================================
13
14t/cmd:
15
16elsif.t
17for.t
18mod.t
19subval.t
20switch.t
21while.t
22
23all of these passed. be sure to set UNIXMODE for these to pass.
24make sure there is a file called ./TEST if you run in this sub-directory
25for mod.t.
26
27=================================
28
29t/comp:
30
31cmdopt.t
32decl.t
33package.t
34script.t
35term.t
36multiline.t
37
38all these work. if you are running in this subdir then cp perl.ttp ./perl
39before running.
40
41cpp.t
42 fails. i need to fix for -P.
43=================================
44
45t/io:
46
47if you are running in this subdir make sure:
48-- there is a file ../Makefile
49-- have a ./perl
50
51argv.t: 2 & 3 fail
52 `.....` with pipes will not work. redirections may (have'nt checked)
53
54dup.t: only 1 will pass. what the hell is the rest doing (the atari goes
55 into in infinite loop)
56
57pipe.t: fails. have to look into this. pipe() on the atari sort of
58work most of the time. see gcc-lib/pipe.c
59
60print.t: all pass
61tell.t: all pass
62=================================
63
64t/lib:
65
66bit.t : pass
67=================================
68
69t/op:
70
71append.t pass
72array.t pass
73auto.t pass
74chop.t pass
75cond.t pass
76dbm.t -- cant possibly work with gdbm, it does'nt create .pag etc files
77gdbm.t added new test to test gdbm based perl
78delete.t pass
79do.t pass
80each.t pass
81eval.t pass
82exec.t 4,5,6 fail rest pass (obviously)
83exp.t pass
84flip.t pass
85fork.t correctly fails
86glob.t 1 fails rest pass (as i said dont depend on `....` to work on the ST)
87goto.t 1,2 pass 3 fail (again because of `...`)
88groups.t makes no sense on the ST
89index.t pass
90int.t pass
91join.t pass
92list.t pass
93local.t pass
94magic.t fail obviously
95mkdir.t the failure is obvious, rest pass (our err strings dont match unix's)
96oct.t pass
97ord.t pass
98pack.t pass
99pat.t pass!!!! (works with lib malloc too now, yeah!)
100push.t pass
101range.t pass
102read.t pass
103regexp.t pass! (make sure re_tests is in cwd if running in cwd, and edit
104 path in regexp.t)
105repeat.t pass
106s.t pass
107sleep.t pass
108sort.t pass
109split.t pass
110sprintf.t pass
111stat.t obvious ones fail, looks good
112study.t pass
113substr.t pass
114time.t pass
115undef.t pass
116unshift.t pass
117vec.t pass
118write.t fail due to `...`
119=================================
120