You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
t/06_type_hash.t .......... ok
t/07_type_gmp.t ........... Filters4844.c
t/07_type_gmp.t ........... skipped: [[[ MS Windows OS Detected, GNU Multi-Preci
sion Library Temporarily Disabled, Skipping GMP Type Tests, RPerl Type System ]]
]
t/09_interpret_execute.t .. Filters2476.c
t/09_interpret_execute.t .. 16/162
# Failed test 'Program interprets and executes without errors: C:\sou
rces\rperl\blib\lib/RPerl/Test/Operator05BitwiseNegation/program_01_good.pl'
t/09_interpret_execute.t .. 17/162 # at t/09_interpret_execute.t line 201.
t/09_interpret_execute.t .. 162/162 # Looks like you failed 1 test of 162.
t/09_interpret_execute.t .. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/162 subtests
Test Summary Report
-------------------
t/09_interpret_execute.t (Wstat: 256 Tests: 162 Failed: 1)
Failed test: 17
Non-zero exit status: 1
Files=9, Tests=1006, 389 wallclock secs ( 0.19 usr + 0.08 sys = 0.27 CPU)
Result: FAIL
Failed 1/9 test programs. 1/1006 subtests failed.
Makefile:6263: recipe for target 'test_dynamic' failed
gmake: *** [test_dynamic] Error 1
t/09_interpret_execute.t
k 16 - Program interprets and executes without errors: lib/RPerl/Test/perator01QuoteWord/program_07_good.pl
ot ok 17 - Program interprets and executes without errors: lib/RPerl/Tst/Operator05BitwiseNegation/program_01_good.pl
Failed test 'Program interprets and executes without errors: lib/RPerl/Test/Operator05BitwiseNegation/program_01_good.pl'
at t/09_interpret_execute.t line 201.
k 18 - Program interprets and executes without errors: lib/RPerl/Test/perator05BitwiseNegation/program_02_good.pl
k 19 - Program interprets and executes without errors: lib/RPerl/Test/perator07StringRepeat/program_00_good.pl
k 20 - Program interprets and executes without errors: lib/RPerl/Test/
C:\sources\rperl>perl -Ilib C:\sources\rperl\lib\RPerl\Test\Operator05BitwiseNeg
ation\\program_00_bad_01.pl
have $FOO = 0
have $bar = 1
have $bat = 4294967295
have $baz = 4294967294
have $FOO = 2
have $bar = 3
have $bat = 4294967293
have $baz = 0
have $bax = 2
C:\sources\rperl>
ok 15 - Program interprets and executes without errors: lib/RPerl/Test/Operator01QuoteWord/program_06_good.pl
in 09_interpret_execute.t, have missing successes =
$VAR1 = [];
ok 16 - Program interprets and executes without errors: lib/RPerl/Test/Operator01QuoteWord/program_07_good.pl
in 09_interpret_execute.t, have missing successes =
$VAR1 = [
'have $bat = 18446744073709551615',
'have $baz = 18446744073709551614',
'have $foo = 18446744073709551610',
'have $bar = 18446744073709551609',
'have $bat = 5',
'have $baz = 18446744073709551614',
'have $bax = 18446744073709551610'
];
not ok 17 - Program interprets and executes without errors: lib/RPerl/Test/Operator05BitwiseNegation/program_01_good.pl
in 09_interpret_execute.t, have missing successes =
$VAR1 = [];
ok 18 - Program interprets and executes without errors: lib/RPerl/Test/Operator05BitwiseNegation/program_02_good.pl
in 09_interpret_execute.t, have missing successes =
$VAR1 = [];
The text was updated successfully, but these errors were encountered:
C:\sources\rperl>perl -Ilib C:\sources\rperl\lib\RPerl\Test\Operator05BitwiseNeg
ation\program_01_good.pl
have $foo = 0
have $bar = 1
have $bat = 4294967295
have $baz = 4294967294
have $foo = 4294967290
have $bar = 4294967289
have $bat = 5
have $baz = 4294967294
have $bax = 4294967290
C:\sources\rperl>
This is with VC 2013 compiler.
t/09_interpret_execute.t
The text was updated successfully, but these errors were encountered: