The test failing is the number 13 (we all knew 14 need to be wrong :->)

Parrot Assembler via RT wrote:
Greetings,

This message has been automatically generated in response to the
creation of a parrotbug regarding:
        "t/library/streams fails (test 14?)"

There is no need to reply to this message right now.  Your ticket has been
assigned an ID of [perl #37903].

Please include the string:
         [perl #37903]
In the subject line of all future correspondence about this issue. To do so, you may reply to this message.

                        Thank you,
                          parrotbug

https://rt.perl.org/rt3/Ticket/Display.html?id=37903 -------------------------------------------------------------------------
MIME-Version: 1.0
X-Spam-Status: No, hits=-2.6 required=8.0 tests=BAYES_00
Received-SPF: neutral (x1.develooper.com: local policy)
Received-SPF: pass (x1.develooper.com: local policy)
X-Old-Spam-Check-BY: la.mx.develooper.com
X-Virus-Scanned: amavisd-new at bombordo.di.uminho.pt
content-type: text/plain; charset="utf-8"; format="flowed"
Message-ID: <[EMAIL PROTECTED]>
X-Spam-Score: 0
Received: (qmail 7935 invoked by alias); 12 Dec 2005 21:32:08 -0000
Received: (qmail 7929 invoked from network); 12 Dec 2005 21:32:08 -0000
Received: from localhost (HELO la.mx.develooper.com) (127.0.0.1) by localhost 
with SMTP; 12 Dec 2005 21:32:08 -0000
Received: (qmail 7925 invoked by alias); 12 Dec 2005 21:32:08 -0000
Received: from la.mx.develooper.com (HELO x1.develooper.com) (63.251.223.176) 
by la.mx.develooper.com (qpsmtpd/0.28) with SMTP; Mon, 12 Dec 2005 13:32:00 
-0800
Received: (qmail 7710 invoked by uid 225); 12 Dec 2005 21:31:46 -0000
Received: (qmail 7701 invoked by alias); 12 Dec 2005 21:31:46 -0000
Received: from bombordo.di.uminho.pt (HELO bombordo.di.uminho.pt) 
(193.136.19.139) by la.mx.develooper.com (qpsmtpd/0.28) with ESMTP; Mon, 12 Dec 
2005 13:31:37 -0800
Received: from localhost (localhost.localdomain [127.0.0.1]) by bombordo.di.uminho.pt 
(Postfix) with ESMTP id D3971ED9879 for <[EMAIL PROTECTED]>; Mon, 12 Dec 2005 
21:31:23 +0000 (WET)
Received: from bombordo.di.uminho.pt ([127.0.0.1]) by localhost 
(bombordo.di.uminho.pt [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15811-09 
for <[EMAIL PROTECTED]>; Mon, 12 Dec 2005 21:31:23 +0000 (WET)
Received: from [10.0.0.8] (unknown [82.155.39.137]) by bombordo.di.uminho.pt 
(Postfix) with ESMTP id D35CAED9878 for <[EMAIL PROTECTED]>; Mon, 12 Dec 2005 
21:31:22 +0000 (WET)
Delivered-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
User-Agent: Thunderbird 1.5 (Macintosh/20051025)
Subject: t/library/streams fails (test 14?)
Return-Path: <[EMAIL PROTECTED]>
X-Spam-Check-BY: la.mx.develooper.com
X-Old-Spam-Status: No, score=0 tagged_above=-9999.9 required=3 tests=[none]
X-Old-Spam-Status: No, hits=-2.6 required=8.0 tests=BAYES_00
Date: Mon, 12 Dec 2005 21:31:18 +0000
X-Spam-Level: To: [EMAIL PROTECTED]
Content-Transfer-Encoding: 8bit
From: Alberto Simões <[EMAIL PROTECTED]>
X-RT-Original-Encoding: ISO-8859-1


---
osname= darwin
osvers= 8.0
arch=   darwin-thread-multi-2level
cc=     cc
---
Flags:
     category=library
     severity=critical
     ack=no
---

I think this test reads t/library/perlhist.txt and number lines.
Basically, it outputs
   read:[XXXXXSSSSSSSSSSSSSSSSSSSSSSSSSS]
where XXXXX is the number of the line (printf %4d)
and SSSSSS is the string read from the txt file.

The difference is:

[EMAIL PROTECTED] parrot]$ diff ../got ../expect
65c65
< # read:[ 65 Andy 5.000b1a 1994-Sep-06 Core slushified.]
---
> # read:[ 65 Larry 5.000beta2 1994-Sep-14 Core slushified.]

Notice that the line GOT does NOT exist in the txt file. It is a mixture
of line 64 and 65. Very Weird :-)

BTW, this fails under ppc/macosx, but passes in x86/linux.

Cheers
Alberto


---
Summary of my parrot 0.4.0 (r10466) configuration:
   configdate='Mon Dec 12 20:15:54 2005'
   Platform:
     osname=darwin, archname=darwin-thread-multi-2level
     jitcapable=1, jitarchname=ppc-darwin,
     jitosname=DARWIN, jitcpuarch=ppc
     execcapable=1
     perl=perl
   Compiler:
cc='gcc -L/sw/lib -I/sw/include', ccflags='-g -pipe -fno-common -no-cpp-precomp -I/usr/local/include -pipe -fno-common -Wno-long-double ',
   Linker and Libraries:
ld='gcc -L/sw/lib -I/sw/include', ldflags='-L/usr/local/lib -flat_namespace ',
     cc_ldflags='',
     libs='-lm -lgmp'
   Dynamic Linking:
     share_ext='.dylib', ld_share_flags='-dynamiclib',
     load_ext='.bundle', ld_load_flags='-bundle -undefined suppress'
   Types:
     iv=long, intvalsize=4, intsize=4, opcode_t=long, opcode_t_size=4,
     ptrsize=4, ptr_alignment=1 byteorder=4321,
     nv=double, numvalsize=8, doublesize=8

---
Environment:
DYLD_LIBRARY_PATH HOME LANG LANGUAGE LD_LIBRARY_PATH LOGDIR PATH PERL5LIB PERL5_CPANPLUS_CONFIG SHELL



--
Alberto Simões - Departamento de Informática - Universidade do Minho
                 Campus de Gualtar - 4710-057 Braga - Portugal

Reply via email to