id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	lang	patch	platform
318	t/op/arithmetics.t:  Two new test failures observed at r36587	jkeenan		"{{{
[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)

}}}"	bug	closed	normal	0.9.1	core	trunk	medium	duplicate	op				
