Ticket #318 (closed bug: duplicate)

Opened 13 years ago

Last modified 13 years ago

t/op/arithmetics.t: Two new test failures observed at r36587

Reported by: jkeenan Owned by:
Priority: normal Milestone: 0.9.1
Component: core Version: trunk
Severity: medium Keywords: op
Cc: Language:
Patch status: Platform:

Description

[parrot] 506 $ prove -v t/op/arithmetics.t 
t/op/arithmetics....1..29
ok 1 - take the negative of a native integer
[snip]
ok 6 - divide native integer by native integer

#   Failed test 'negate -0.0'
#   at t/op/arithmetics.t line 177.
# Exited with error code: 1
# Received:
# -0
# 0
# 0
# attempt to access code outside of current code segment
# current instr.: '(null)' pc 26 (/home/jimk/work/parrot/t/op/arithmetics_7.pasm:12)
# 
# Expected:
# -0
# 0
# -0
# 0
# 
not ok 7 - negate -0.0

#   Failed test 'negate a native number'
#   at t/op/arithmetics.t line 204.
#          got: '-123.456789
# 123.456789
# -0
# -123.456789
# 123.456789
# '
#     expected: '-123.456789
# 123.456789
# 0
# -123.456789
# 123.456789
# '
not ok 8 - negate a native number
ok 9 - take the absolute of a native number
[snip]
ok 27 - is gcd(int,int,int,int,int) transitive?
ok 28 # skip No integer overflow for 32-bit INTVALs without GMP installed
# Looks like you failed 2 tests of 29.
ok 29 - Inf/NaN - basic arith
dubious
	Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 7-8
	Failed 2/29 tests, 93.10% okay (less 1 skipped test: 26 okay, 89.66%)
Failed Test        Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/op/arithmetics.t    2   512    29    2  7-8
1 subtest skipped.
Failed 1/1 test scripts. 2/29 subtests failed.
Files=1, Tests=29,  4 wallclock secs ( 0.50 cusr +  0.28 csys =  0.78 CPU)
Failed 1/1 test programs. 2/29 subtests failed.

[parrot] 507 $ svn info
Path: .
URL: https://svn.parrot.org/parrot/trunk
Repository Root: https://svn.parrot.org/parrot
Repository UUID: d31e2699-5ff4-0310-a27c-f18f2fbe73fe
Revision: 36587
Node Kind: directory
Schedule: normal
Last Changed Author: whiteknight
Last Changed Rev: 36586
Last Changed Date: 2009-02-11 13:59:29 -0500 (Wed, 11 Feb 2009)

Change History

  Changed 13 years ago by Infinoid

Duplicate of #316. Please confirm r36593 fixed it for you?

  Changed 13 years ago by jkeenan

I believe so, but new, different errors just emerged. See TT 318. Thanks.

follow-up: ↓ 4   Changed 13 years ago by rurban

  • status changed from new to closed
  • resolution set to duplicate

Duplicate of TT #316. Fixed with r36593. You have r36587.

in reply to: ↑ 3   Changed 13 years ago by jkeenan

Replying to rurban:

Duplicate of TT #316. Fixed with r36593. You have r36587.

Confirmed as observed at r36632. See  this Smolder report.

Thank you very much.

Note: See TracTickets for help on using tickets.