From owner-freebsd-hackers Thu Apr 6 10:29:08 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA02839 for hackers-outgoing; Thu, 6 Apr 1995 10:29:08 -0700 Received: from pht.com (exodus.pht.com [198.60.59.99]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id KAA02831 for ; Thu, 6 Apr 1995 10:29:05 -0700 Received: by pht.com id AA06900 (5.67b/IDA-1.5 for hackers@freebsd.org); Thu, 6 Apr 1995 10:10:49 -0600 Date: Thu, 6 Apr 1995 10:10:48 -0600 (MDT) From: Brad Midgley To: hackers@FreeBSD.org Cc: brad@pht.com Subject: perl fails the test suite! Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: hackers-owner@FreeBSD.org Precedence: bulk Hello everyone, Running 950322-SNAP... I ran perl's TEST under /usr/src/gnu/usr.bin/perl/t and it fails 11 tests. A fresh compile from /usr/src/gnu/usr.bin doesn't help. I've gotten some really strange behavior out of the perl scripts we use for ftp-mirroring ("mirror.pl 2.3") and I hope this nails down the problem... Is there a quick fix? I can't quite get the standard 4.036 distribution to compile (I don't know the correct combination of configuration stuff) brad@pht.com This is the output: base/cond......ok base/if........ok base/lex.......ok base/pat.......ok base/term......ok comp/cmdopt....ok comp/cpp.......:10: unterminated character constant ok comp/decl......ok comp/multiline.ok comp/package...ok comp/script....ok comp/term......ok cmd/elsif......ok cmd/for........FAILED on test 1 cmd/mod........FAILED on test 5 cmd/subval.....FAILED on test 1 cmd/switch.....ok cmd/while......ok io/argv........ok io/dup.........ok io/fs..........ok io/inplace.....ok io/pipe........ok io/print.......ok io/tell........ok op/append......ok op/array.......FAILED on test 13 op/auto........ok op/chop........ok op/cond........ok op/dbm.........FAILED on test 2 op/delete......ok op/do..........ok op/each........ok op/eval........ok op/exec........ok op/exp.........ok op/flip........ok op/fork........ok op/glob........ok op/goto........ok op/groups......ok op/index.......ok op/int.........ok op/join........ok op/list........ok op/local.......ok op/magic.......ok op/mkdir.......ok op/oct.........ok op/ord.........ok op/pack........ok op/pat.........FAILED on test 48 op/push........FAILED on test 3 op/range.......ok op/read........FAILED on test 5 op/readdir.....ok op/regexp......ok op/repeat......ok op/s...........ok op/sleep.......ok op/sort........ok op/split.......ok op/sprintf.....ok op/stat........ok op/study.......ok op/substr......ok op/time........FAILED on test 5 op/undef.......ok op/unshift.....FAILED on test 1 op/vec.........ok op/write.......ok lib/big........FAILED on test 39 Failed 11 tests.