Front page | perl.perl6.internals |
Postings from May 2006
[perl #39051] Test failure in t/pmc/objects_62.pasm (attributes)
From:
Andy Dougherty
Date:
May 2, 2006 11:55
Subject:
[perl #39051] Test failure in t/pmc/objects_62.pasm (attributes)
Message ID:
rt-3.0.11-39051-133028.9.34490059931974@perl.org
# New Ticket Created by Andy Dougherty
# Please include the string: [perl #39051]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=39051 >
The current (Tue May 2 07:15:06 2006 UTC) parrot snapshot
fails test t/pmc/objects_62.pasm with the following message:
not ok 62 - short name attributes
# Failed test (t/pmc/objects.t at line 1866)
# got: '11
# 11
# 20
# 21
# 11
# 20
# '
# expected: '10
# 11
# 20
# 21
# 10
# 20
# '
The problem goes away on a debugging build; I haven't been able to track
it down further.
I am currently getting many (983) failures in the test suite, but I
suspect many of them are related to this underlying problem.
Here is the 'myconfig' file:
Summary of my parrot 0.4.3 (r0) configuration:
configdate='Tue May 2 08:40:07 2006'
Platform:
osname=solaris, archname=sun4-solaris
jitcapable=0, jitarchname=nojit,
jitosname=solaris, jitcpuarch=sun4
execcapable=0
perl=perl5.6
Compiler:
cc='cc', ccflags='-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -fast -xdepend -xtarget=native',
Linker and Libraries:
ld='cc', ldflags=' -L/usr/local/lib -R/usr/local/lib ',
cc_ldflags='',
libs='-lsocket -lnsl -ldl -lm -lpthread -lrt'
Dynamic Linking:
share_ext='.so', ld_share_flags='-G -L/usr/local/lib -R/usr/local/lib',
load_ext='.so', ld_load_flags='-G -L/usr/local/lib -R/usr/local/lib'
Types:
iv=long, intvalsize=4, intsize=4, opcode_t=long, opcode_t_size=4,
ptrsize=4, ptr_alignment=4 byteorder=4321,
nv=double, numvalsize=8, doublesize=8
--
Andy Dougherty doughera@lafayette.edu
-
[perl #39051] Test failure in t/pmc/objects_62.pasm (attributes)
by Andy Dougherty