Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

integer problem with VC 2013 in 09_interpret_execute.t #52

Open
bulk88 opened this issue Jun 28, 2016 · 2 comments
Open

integer problem with VC 2013 in 09_interpret_execute.t #52

bulk88 opened this issue Jun 28, 2016 · 2 comments
Assignees

Comments

@bulk88
Copy link
Collaborator

bulk88 commented Jun 28, 2016

This is with VC 2013 compiler.

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 = [];

@wbraswell
Copy link
Owner

@bulk88
In the 3rd block of pasted data above, you list the output of the command:

C:\sources\rperl>perl -Ilib C:\sources\rperl\lib\RPerl\Test\Operator05BitwiseNegation\program_00_bad_01.pl

However, that is not the output I need to see, because the actual error is in a different file:

lib/RPerl/Test/Operator05BitwiseNegation/program_01_good.pl

So please run this command instead and give me the output:

C:\sources\rperl>perl -Ilib C:\sources\rperl\lib\RPerl\Test\Operator05BitwiseNegation\program_01_good.pl

Thanks!

@wbraswell wbraswell self-assigned this Jun 28, 2016
@bulk88
Copy link
Collaborator Author

bulk88 commented Jun 28, 2016

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants