This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Initial check-in of perl compiler.
[perl5.git] / TESTS.alpha2
CommitLineData
79ee8297
MB
1Test results from compiling t/*/*.t
2 C Bytecode CC
3
4base/cond.t OK OK OK
5base/if.t OK OK OK
6base/lex.t OK OK OK
7base/pat.t OK OK OK
8base/term.t OK OK OK
9cmd/elsif.t OK OK OK
10cmd/for.t OK OK C label used but not defined
11cmd/mod.t OK OK OK
12cmd/subval.t OK OK 1..34, not ok 27,28 (simply
13 because filename changes).
14cmd/switch.t OK OK OK
15cmd/while.t OK OK OK
16io/argv.t OK OK OK
17io/dup.t OK OK OK
18io/fs.t OK OK OK
19io/inplace.t OK OK OK
20io/pipe.t OK with -umain OK OK with -umain
21io/print.t OK OK OK
22io/tell.t OK OK OK
23op/append.t OK OK OK
24op/array.t OK OK 1..36, not ok 7,10 (no $[)
25op/auto.t OK OK OK
26op/chop.t OK OK OK
27op/cond.t OK OK OK
28op/delete.t OK OK OK
29op/do.t OK OK OK
30op/each.t OK OK OK
31op/eval.t OK OK OK
32op/exec.t OK OK OK
33op/exp.t OK OK OK
34op/flip.t OK OK 1..8, not ok 6, 7, nothing else
35op/fork.t OK OK OK
36op/glob.t OK OK OK
37op/goto.t OK OK 1..9, Can't find label label1.
38op/groups.t OK (s/ucb/bin/ under Linux) OK 1..0 for now.
39op/index.t OK OK OK
40op/int.t OK OK OK
41op/join.t OK OK OK
42op/list.t OK OK OK
43op/local.t OK OK OK
44op/magic.t OK OK OK with -umain
45op/misc.t no DATA filehandle so succeeds trivially with 1..0
46op/mkdir.t OK OK OK
47op/my.t OK OK OK
48op/oct.t OK OK OK (C large const warnings)
49op/ord.t OK OK OK
50op/overload.t Mostly not ok Mostly not ok C errors.
51op/pack.t OK OK OK
52op/pat.t OK OK OK
53op/push.t OK OK OK
54op/quotemeta.t OK OK OK
55op/rand.t OK OK OK
56op/range.t OK OK ok 1,3-8. not ok 2 (no pp_flip)
57op/read.t OK OK OK
58op/readdir.t OK OK OK
59op/ref.t omits "ok 40" (lex destruction) OK (Bytecode)
60 CC: need -u for OBJ,BASEOBJ,
61 MYHASH,UNIVERSAL,WHATEVER,main
62 FINALE. 1..41, ok1-33,36-38,
63 then ok 41, ok 39.DESTROY probs
64op/regexp.t OK OK OK (trivially all eval'd)
65op/repeat.t OK OK OK
66op/sleep.t OK OK OK
67op/sort.t OK OK 1..10, ok 1, Out of memory!
68op/split.t OK OK OK
69op/sprintf.t OK OK OK
70op/stat.t OK OK OK
71op/study.t OK OK OK
72op/subst.t OK OK C errors (s//e broken).
73op/substr.t OK OK ok1-22 except 7-9,11 (all $[)
74op/time.t OK OK OK
75op/undef.t OK OK OK
76op/unshift.t OK OK OK
77op/vec.t OK OK OK
78op/write.t not ok 3 (no CvOUTSIDE lex from runtime eval). CC: 1..3, hang