# New Ticket Created by Jarkko Hietaniemi
# Please include the string: [perl #31012]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31012 >
With the perl #30995 we no more need to skip the one subtest
of t/pmc/managestruct.t, at least not on little-endian 64-bit.
Patch attached.
--
Jarkko Hietaniemi <[EMAIL PROTECTED]> http://www.iki.fi/jhi/ "There is this special
biologist word we use for 'stable'. It is 'dead'." -- Jack Cohen
--- t/pmc/managedstruct.t.dist 2004-08-09 14:05:08.000000000 +0300
+++ t/pmc/managedstruct.t 2004-08-09 14:05:55.000000000 +0300
@@ -175,9 +175,6 @@
y: 16
OUTPUT
-SKIP: {
- skip("intval size != 4", 1) if ($PConfig{intvalsize} != 4);
-
output_is(<<'CODE', <<'OUTPUT', "nested struct offsets");
# the nested structure
.include "datatypes.pasm"
@@ -242,5 +239,3 @@
16
8
OUTPUT
-
-}