Discussion:
[perl #62974] Signed-zero tests failing on Windows XP
(too old to reply)
Alan Rocker
2009-02-01 17:29:42 UTC
Permalink
# New Ticket Created by Alan Rocker
# Please include the string: [perl #62974]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=62974 >



(At #36249). I thought these problems had been fixed. If my memory is at
fault, I'll shut up and go back to sleep. If not, I'll file a formal
report.

Test Summary Report
-------------------
t/op/arithmetics (Wstat: 256 Tests: 28 Failed: 1)
Failed test: 7
Non-zero exit status: 1
t/pmc/complex (Wstat: 0 Tests: 467 Failed: 2)
Failed tests: 380-381
t/pmc/float (Wstat: 256 Tests: 61 Failed: 1)
Failed test: 23
Non-zero exit status: 1
Files=388, Tests=11676, 901 wallclock secs ( 8.28 usr + 1.05 sys = 9.33
CPU)
Result: FAIL
mingw32-make: *** [test] Error 1


--

Email and shopping with the feelgood factor!
55% of income to good causes. http://www.ippimail.com
Will Coleda
2009-02-01 21:07:50 UTC
Permalink
On Sun, Feb 1, 2009 at 12:29 PM, via RT Alan Rocker
Post by Alan Rocker
# New Ticket Created by Alan Rocker
# Please include the string: [perl #62974]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=62974 >
(At #36249). I thought these problems had been fixed. If my memory is at
fault, I'll shut up and go back to sleep. If not, I'll file a formal
report.
Test Summary Report
-------------------
t/op/arithmetics (Wstat: 256 Tests: 28 Failed: 1)
Failed test: 7
Non-zero exit status: 1
t/pmc/complex (Wstat: 0 Tests: 467 Failed: 2)
Failed tests: 380-381
t/pmc/float (Wstat: 256 Tests: 61 Failed: 1)
Failed test: 23
Non-zero exit status: 1
Files=388, Tests=11676, 901 wallclock secs ( 8.28 usr + 1.05 sys = 9.33
CPU)
Result: FAIL
mingw32-make: *** [test] Error 1
These look like the tests that:

1) were skipped on windows
2) were failing on openbsd
3) that I skipped for openbsd
4) that particle then un-skipped for windows since they were passing for him.

I suspect that we need more fine-grained skip status for "windows" (if
these can't be fixed.)
--
Will "Coke" Coleda
Jerry Gay
2009-02-02 04:29:15 UTC
Permalink
Post by Will Coleda
On Sun, Feb 1, 2009 at 12:29 PM, via RT Alan Rocker
Post by Alan Rocker
# New Ticket Created by Alan Rocker
# Please include the string: [perl #62974]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=62974 >
(At #36249). I thought these problems had been fixed. If my memory is at
fault, I'll shut up and go back to sleep. If not, I'll file a formal
report.
Test Summary Report
-------------------
t/op/arithmetics (Wstat: 256 Tests: 28 Failed: 1)
Failed test: 7
Non-zero exit status: 1
t/pmc/complex (Wstat: 0 Tests: 467 Failed: 2)
Failed tests: 380-381
t/pmc/float (Wstat: 256 Tests: 61 Failed: 1)
Failed test: 23
Non-zero exit status: 1
Files=388, Tests=11676, 901 wallclock secs ( 8.28 usr + 1.05 sys = 9.33
CPU)
Result: FAIL
mingw32-make: *** [test] Error 1
1) were skipped on windows
2) were failing on openbsd
3) that I skipped for openbsd
4) that particle then un-skipped for windows since they were passing for him.
I suspect that we need more fine-grained skip status for "windows" (if
these can't be fixed.)
yep, seems like an msvc version thing. iirc there was funny -0
handling in msvc 7. can the OP attach Parrot::Configure::Generated?
~jerry
a***@ippimail.com
2009-02-02 15:16:33 UTC
Permalink
Post by Jerry Gay
yep, seems like an msvc version thing. iirc there was funny -0
handling in msvc 7. can the OP attach Parrot::Configure::Generated?
~jerry
I would, if I could find anything with a name like that, (with or without
.pm suffix). What should the complete path be?



--

Email and shopping with the feelgood factor!
55% of income to good causes. http://www.ippimail.com
James E Keenan
2009-02-03 23:26:30 UTC
Permalink
Post by a***@ippimail.com
Post by Jerry Gay
yep, seems like an msvc version thing. iirc there was funny -0
handling in msvc 7. can the OP attach Parrot::Configure::Generated?
~jerry
I would, if I could find anything with a name like that, (with or without
.pm suffix). What should the complete path be?
lib/Parrot/Config/Generated.pm ... which is exists after Configure.pl
creates it.
a***@ippimail.com
2009-03-27 17:07:20 UTC
Permalink
Can you give us any update on these tests on the same platform?
I'll be able to check early tomorrow (Saturday) afternoon.

BTW, this mail account will be disappearing in a month or so. I have
***@gmail.com as a substitute.


--

Email and shopping with the feelgood factor!
55% of income to good causes. http://www.ippimail.com
a***@ippimail.com
2009-03-28 17:15:47 UTC
Permalink
Can you give us any update on these tests on the same platform?
All seems to be well here, too. (At svn 37803.)

C:\parrot>prove t\op\arithmetics.t
t\op\arithmetics....ok
All tests successful.
Files=1, Tests=23, 4 wallclock secs ( 0.08 usr + 0.01 sys = 0.09 CPU)
Result: PASS

C:\parrot>prove t\pmc\complex.t
t\pmc\complex....ok
All tests successful.
Files=1, Tests=467, 1 wallclock secs ( 0.25 usr + 0.00 sys = 0.25 CPU)
Result: PASS

C:\parrot>prove t\pmc\float.t
t\pmc\float....ok
All tests successful.
Files=1, Tests=61, 8 wallclock secs ( 0.09 usr + 0.00 sys = 0.09 CPU)
Result: PASS



--

Email and shopping with the feelgood factor!
55% of income to good causes. http://www.ippimail.com
Will Coleda
2009-03-29 17:48:22 UTC
Permalink
Post by a***@ippimail.com
Can you give us any update on these tests on the same platform?
All seems to be well here, too. (At svn 37803.)
C:\parrot>prove t\op\arithmetics.t
t\op\arithmetics....ok
All tests successful.
Files=1, Tests=23,  4 wallclock secs ( 0.08 usr +  0.01 sys =  0.09 CPU)
Result: PASS
C:\parrot>prove t\pmc\complex.t
t\pmc\complex....ok
All tests successful.
Files=1, Tests=467,  1 wallclock secs ( 0.25 usr +  0.00 sys =  0.25 CPU)
Result: PASS
C:\parrot>prove t\pmc\float.t
t\pmc\float....ok
All tests successful.
Files=1, Tests=61,  8 wallclock secs ( 0.09 usr +  0.00 sys =  0.09 CPU)
Result: PASS
I would just make sure that the tests aren't passing because they are
currently skipped or todo'd. =-)
--
Will "Coke" Coleda
Loading...