OK, found the problem. This test doesn't pass when you have DOWN defined as a logical name :) I guess I can consider this a PASS, right?
- Paul
-----------------------------------------------------------------
ISD::[PERL-5_6_0]> @[.vms]test .exe "" -"V" [.lib]vmsfspec.t
1-FEB-2001 15:35:19.88 User: WARREN Process ID: 2280F8D1
Node: ISD Process name: "Help, I'm A Bug"
Accounting information:
Buffered I/O count: 537 Peak working set size: 995
Direct I/O count: 155 Peak virtual size: 6860
Page faults: 17211 Mounted volumes: 0
Images activated: 16
Elapsed CPU time: 0 00:00:02.08
Connect time: 1 03:17:16.32
[.LIB]VMSFSPEC..........1..72
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19
ok 20
ok 21
ok 22
ok 23
ok 24
ok 25
ok 26
ok 27
ok 28
ok 29
ok 30
ok 31
ok 32
ok 33
ok 34
ok 35
ok 36
ok 37
ok 38
ok 39
ok 40
ok 41
ok 42
ok 43
ok 44
ok 45
ok 46
ok 47
ok 48
ok 49
ok 50
ok 51
ok 52
ok 53
not ok 54 : vmspath('/down/the/garden/path') expected |down:[the.garden.path]|,
got |$DISK4:[DOWN.the.garden.path]|
FAILED on test 54
Failed 1 test, 0.00% okay.
u=3.23 s=0 cu=0 cs=0 files=1 tests=72
1-FEB-2001 15:35:24.62 User: WARREN Process ID: 2280F8D1
Node: ISD Process name: "Help, I'm A Bug"
Accounting information:
Buffered I/O count: 1089 Peak working set size: 1933
Direct I/O count: 187 Peak virtual size: 8283
Page faults: 21040 Mounted volumes: 0
Images activated: 18
Elapsed CPU time: 0 00:00:03.35
Connect time: 1 03:17:21.06
ISD::[PERL-5_6_0]> sh log down
"DOWN" = "$DISK4:[DOWN]" (LNM$SYSTEM_TABLE)
-------------------------------------------------------------------------------
>-----Original Message-----
>From: Craig A. Berry [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, January 31, 2001 2:05 PM
>To: [EMAIL PROTECTED]
>Cc: [EMAIL PROTECTED]
>Subject: RE: Error while building Perl 5.6.0
>
>
>At 09:35 AM 1/31/2001 -0600, [EMAIL PROTECTED] wrote:
>
>>During the test phase, I had one failure -
>>
>>[.lib]vmsfspec..........FAILED on test 54
>>
>>Is this a "Bad Thing (tm)"?
>
>I have a vague memory that there was something in vmsfspec
>where the test
>did not keep up with a change in the api, but it's bestt to figure out
>exactly what's going on by doing the following from your main
>perl source
>directory:
>
>$ @[.vms]test .exe "" -"V" [.lib]vmsfspec.t
>
>