Ticket #316 (closed bug: fixed)
t/op/arithmetics 7&8 failing in r36590
| Reported by: | jsut | Owned by: | rurban |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | none | Version: | trunk |
| Severity: | medium | Keywords: | |
| Cc: | Language: | ||
| Patch status: | Platform: | linux |
Description
...
t/op/arithmetics............................1/29
# 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 (/opt/parrot/t/op/arithmetics_7.pasm:12)
#
# Expected:
# -0
# 0
# -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
# '
t/op/arithmetics............................26/29
ok 28 # SKIP No integer overflow for 32-bit INTVALs without GMP installed
# Looks like you failed 2 tests of 29.
t/op/arithmetics............................ Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/29 subtests
(less 1 skipped subtest: 26 okay)
...
Test Summary Report
-------------------
t/op/arithmetics (Wstat: 512 Tests: 29 Failed: 2)
Failed tests: 7-8
Non-zero exit status: 2
Files=390, Tests=11693, 159 wallclock secs ( 3.45 usr 0.34 sys + 95.58 cusr 17.40 csys = 116.77 CPU)
gcc -v Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
Linux primepc 2.6.24-23-generic #1 SMP Mon Jan 26 00:13:11 UTC 2009 i686 GNU/Linux
Not sure what else you need.
