t/op/64bitint .................................................. ok
t/op/aassign ................................................... ok
t/op/alarm ..................................................... ok
t/op/anonconst ................................................. ok
t/op/anonsub ................................................... PROG: 
sub __ANON__ { "42\n" }
print __ANON__;
sub(){3};
EXPECTED:
42
GOT:
Useless use of single ref constructor in void context at - line 3.
42
# Failed test 7 - anon constant clobbering __ANON__ at op/anonsub.t line 9
#
# Note: 'run_multiple_progs' run has one or more failures
#        you can consider setting the environment variable
#        PERL_TEST_ABORT_FIRST_FAILURE=1 before running the test
#        to stop on the first error.
#
FAILED at test 7
t/op/append .................................................... ok
t/op/args ...................................................... Exiting subroutine via last at op/args.t line 75.
ok
t/op/array ..................................................... Attempt to set length of freed array at op/array.t line 351.
Attempt to set length of freed array at op/array.t line 356.
Attempt to set length of freed array at op/array.t line 536.
ok
t/op/assignwarn ................................................ ok
t/op/attrhand .................................................. ok
t/op/attrproto ................................................. ok
t/op/attrs ..................................................... ok
t/op/auto ...................................................... Argument "99a" isn't numeric in preincrement (++) at op/auto.t line 53.
Argument "99\0a" isn't numeric in preincrement (++) at op/auto.t line 54.
Argument "*main::foo" isn't numeric in preincrement (++) at (eval 49) line 1.
Argument "*main::foo" isn't numeric in preincrement (++) at (eval 50) line 1.
ok
t/op/avhv ...................................................... Applying pattern match (m//) to %hash will act on scalar(%hash) at op/avhv.t line 158.
ok
t/op/bless ..................................................... ok
t/op/blocks .................................................... Constant name 'INIT' is a Perl keyword at op/blocks.t line 126.
# Failed test 1 - Order of execution of special blocks at ./test.pl line 1069
#      got "Too late to run CHECK block at (eval 4) line 3.\n:b1:b2:b3:b4:b6-c:b7:u6:u5-c:u1:c3:c2-c:c1:i1:i2:b5:u2:u3:u4:b6-r:u5-r:e2:e1"
# expected ":b1:b2:b3:b4:b6-c:b7:u6:u5-c:u1:c3:c2-c:c1:i1:i2:b5:u2:u3:u4:b6-r:u5-r:e2:e1"
# PROG: 
# BEGIN {print ":b1"}
# END {print ":e1"}
# BEGIN {print ":b2"}
# {
#     BEGIN {BEGIN {print ":b3"}; print ":b4"}
# }
# CHECK {print ":c1"}
# INIT {print ":i1"}
# UNITCHECK {print ":u1"}
# eval 'BEGIN {print ":b5"}';
# eval 'UNITCHECK {print ":u2"}';
# eval 'UNITCHECK {print ":u3"; UNITCHECK {print ":u4"}}';
# "a" =~ /(?{UNITCHECK {print ":u5-c"};
# 	   CHECK {print ":c2-c"};
# 	   BEGIN {print ":b6-c"}})/x;
# {
#     use re 'eval';
#     my $runtime = q{
#     (?{UNITCHECK {print ":u5-r"};
# 	       CHECK {print ":c2-r"};
# 	       BEGIN {print ":b6-r"}})/
#     };
#     "a" =~ /$runtime/x;
# }
# eval {BEGIN {print ":b7"}};
# eval {UNITCHECK {print ":u6"}};
# eval {INIT {print ":i2"}};
# eval {CHECK {print ":c3"}};
# END {print ":e2"}
# STATUS: 0
# Failed test 6 - context at ./test.pl line 1069
#      got "Use of uninitialized value in addition (+) at - line 2.\nUse of uninitialized value in addition (+) at - line 2.\nUse of uninitialized value in addition (+) at - line 2.\nUse of uninitialized value in addition (+) at - line 2.\nUse of uninitialized value in addition (+) at - line 2.\nvoid\nvoid\nvoid\nvoid\nvoid"
# expected "void\nvoid\nvoid\nvoid\nvoid"
# PROG: 
# sub context {
#     print qw[void scalar list][wantarray + defined wantarray], "\n"
# }
# BEGIN     {context}
# UNITCHECK {context}
# CHECK     {context}
# INIT      {context}
# END       {context}
# STATUS: 0
FAILED at test 1
t/op/bop ....................................................... ok
t/op/caller .................................................... Name "main::testing_caller" used only once: possible typo at op/caller.t line 335.
# Failed test 39 - No crash when freed stash is reused for PV with offset hack at ./test.pl line 1069
#      got "Use of uninitialized value $1 in addition (+) at - line 4.\nUse of uninitialized value $1 in addition (+) at - line 5.\nUse of uninitialized value $1 in addition (+) at - line 6.\nok"
# expected "ok"
# PROG: 
#   { package foo; sub bar { main::bar() } }
#   sub bar {
#     delete $::{"foo::"};
#     my $x = \($1+2);
#     my $y = \($1+2); # this is the one that reuses the mem addr, but
#     my $z = \($1+2);  # try the others just in case
#     s/2// for $$x, $$y, $$z; # now SvOOK
#     $x = caller;
#     print "ok\n";
# };
# foo::bar
# STATUS: 0
Use of uninitialized value $_ in substitution (s///) at (eval 19) line 1.
Use of uninitialized value $_ in substitution (s///) at (eval 19) line 1.
# Failed test 46 - value from (caller 0)[9] (bitmask) works in ${^WARNING_BITS} at op/caller.t line 291
#      got "2"
# expected "1"
FAILED at test 39
t/op/catch ..................................................... ok
t/op/chars ..................................................... ok
t/op/chdir ..................................................... ok
t/op/chop ...................................................... ok
t/op/chr ....................................................... ok
t/op/closure ................................................... Useless use of private variable in void context at op/closure.t line 550.
Useless use of private variable in void context at op/closure.t line 577.
Unquoted string "ff" may clash with future reserved word at op/closure.t line 677.
Unquoted string "ff" may clash with future reserved word at op/closure.t line 678.
Unquoted string "ff" may clash with future reserved word at op/closure.t line 680.
Useless use of fileno in void context at op/closure.t line 677.
Useless use of private variable in void context at op/closure.t line 717.
Useless use of private variable in void context at op/closure.t line 744.
Variable "$x" will not stay shared at op/closure.t line 772.
Variable "$f" is not available at op/closure.t line 819.
Useless use of single ref constructor in void context at op/closure.t line 823.
Name "closure_test::s2" used only once: possible typo at op/closure.t line 733.
Name "main::newvar" used only once: possible typo at op/closure.t line 505.
Subroutine main::deleteme redefined at op/closure.t line 504.
Use of uninitialized value in substitution iterator at op/closure.t line 538.
Use of uninitialized value in substitution iterator at op/closure.t line 538.
Use of uninitialized value in substitution iterator at op/closure.t line 538.
Use of uninitialized value in substitution iterator at op/closure.t line 538.
Variable "$x" is not available at op/closure.t line 678.
write() on unopened filehandle ff at op/closure.t line 678.
Variable "$x" is not available at op/closure.t line 680.
write() on unopened filehandle ff at op/closure.t line 680.
# Failed test 281 - closures in source filters do not interfere with pad names at ./test.pl line 1069
#      got "Useless use of single ref constructor in void context at - line 6.\nok"
# expected "ok"
# PROG: 
#   BEGIN {
#     package Foo;
#     use Filter::Util::Call;
#     sub import { filter_add( sub {
#     my $status = filter_read();
#     sub { $status };
#     $status;
#     })}
#     Foo->import
#   }
#   my $x = "ok\n";  # stores $x in the wrong padnamelist
#   print $x;  # cannot find it - strict violation
# STATUS: 0
FAILED at test 281
t/op/cmpchain .................................................. ok
t/op/concat2 ................................................... Useless use of string in void context at op/concat2.t line 21.
ok
t/op/cond ...................................................... ok
t/op/const-optree .............................................. Name "main::time" used only once: possible typo at op/const-optree.t line 459.
ok
t/op/context ................................................... ok
t/op/coreamp ................................................... Unquoted string "foo" may clash with future reserved word at op/coreamp.t line 372.
Unquoted string "foo" may clash with future reserved word at op/coreamp.t line 459.
Unquoted string "foo" may clash with future reserved word at op/coreamp.t line 460.
Unquoted string "file" may clash with future reserved word at op/coreamp.t line 705.
"my" variable $fh masks earlier declaration in same scope at op/coreamp.t line 842.
accept() on unopened socket at (eval 24)[op/coreamp.t:333] line 3.
accept() on unopened socket at (eval 24)[op/coreamp.t:333] line 4.
Use of uninitialized value in CORE:: subroutine at (eval 24)[op/coreamp.t:333] line 6.
accept() on unopened socket at (eval 24)[op/coreamp.t:333] line 6.
bind() on unopened socket foo at op/coreamp.t line 361.
bind() on unopened socket foo at op/coreamp.t line 362.
Use of uninitialized value in CORE:: subroutine at op/coreamp.t line 363.
binmode() on unopened filehandle foo at op/coreamp.t line 370.
binmode() on unopened filehandle foo at op/coreamp.t line 371.
binmode() on unopened filehandle foo at op/coreamp.t line 372.
print() on closed filehandle $fh at op/coreamp.t line 438.
print() on closed filehandle $fh2 at op/coreamp.t line 449.
closedir() attempted on invalid dirhandle foo at op/coreamp.t line 459.
closedir() attempted on invalid dirhandle foo at op/coreamp.t line 460.
connect() on unopened socket foo at op/coreamp.t line 469.
connect() on unopened socket foo at op/coreamp.t line 470.
Unquoted string "someone" may clash with future reserved word at (eval 66)[op/coreamp.t:523] line 2.
Negative repeat count does nothing at (eval 70)[op/coreamp.t:130] line 1.
Not enough format arguments at op/coreamp.t line 549.
Negative repeat count does nothing at (eval 136)[op/coreamp.t:130] line 1.
Negative repeat count does nothing at (eval 168)[op/coreamp.t:130] line 1.
Negative repeat count does nothing at (eval 172)[op/coreamp.t:130] line 1.
Negative repeat count does nothing at (eval 278)[op/coreamp.t:130] line 1.
Negative repeat count does nothing at (eval 286)[op/coreamp.t:130] line 1.
untie attempted while 1 inner references still exist at op/coreamp.t line 1044.
Use of uninitialized value in addition (+) at op/coreamp.t line 1145.
ok
t/op/coresubs .................................................. Use of uninitialized value $proto in substitution (s///) at op/coresubs.t line 65, <$kh> line 137.
Use of uninitialized value $proto in pattern match (m//) at op/coresubs.t line 65, <$kh> line 137.
Use of uninitialized value $proto in pattern match (m//) at op/coresubs.t line 76, <$kh> line 137.
Use of uninitialized value $proto in pattern match (m//) at op/coresubs.t line 91, <$kh> line 137.
Use of uninitialized value $proto in substitution (s///) at op/coresubs.t line 65, <$kh> line 138.
Use of uninitialized value $proto in pattern match (m//) at op/coresubs.t line 65, <$kh> line 138.
Use of uninitialized value $proto in pattern match (m//) at op/coresubs.t line 76, <$kh> line 138.
Use of uninitialized value $proto in pattern match (m//) at op/coresubs.t line 91, <$kh> line 138.
Use of uninitialized value $proto in substitution (s///) at op/coresubs.t line 65, <$kh> line 152.
Use of uninitialized value $proto in pattern match (m//) at op/coresubs.t line 65, <$kh> line 152.
Use of uninitialized value $proto in pattern match (m//) at op/coresubs.t line 76, <$kh> line 152.
Use of uninitialized value $proto in pattern match (m//) at op/coresubs.t line 91, <$kh> line 152.
Use of uninitialized value $proto in pattern match (m//) at op/coresubs.t line 103, <$kh> line 152.
Use of uninitialized value $proto in pattern match (m//) at op/coresubs.t line 76, <$kh> line 153.
Use of uninitialized value $proto in pattern match (m//) at op/coresubs.t line 91, <$kh> line 153.
Use of uninitialized value $proto in substitution (s///) at op/coresubs.t line 65, <$kh> line 170.
Use of uninitialized value $proto in pattern match (m//) at op/coresubs.t line 65, <$kh> line 170.
Use of uninitialized value $proto in pattern match (m//) at op/coresubs.t line 76, <$kh> line 170.
Use of uninitialized value $proto in pattern match (m//) at op/coresubs.t line 91, <$kh> line 170.
Use of uninitialized value $proto in pattern match (m//) at op/coresubs.t line 76, <$kh> line 171.
Use of uninitialized value $proto in pattern match (m//) at op/coresubs.t line 91, <$kh> line 171.
Useless use of push with no values at This-line-makes-__FILE__-easier-to-test. line 1, <$kh> line 264.
Useless use of push with no values at This-line-makes-__FILE__-easier-to-test. line 1, <$kh> line 264.
Useless use of push with no values at This-line-makes-__FILE__-easier-to-test. line 1, <$kh> line 264.
Useless use of push with no values at This-line-makes-__FILE__-easier-to-test. line 1, <$kh> line 264.
Use of uninitialized value $proto in substitution (s///) at op/coresubs.t line 65, <$kh> line 293.
Use of uninitialized value $proto in pattern match (m//) at op/coresubs.t line 65, <$kh> line 293.
Use of uninitialized value $proto in pattern match (m//) at op/coresubs.t line 76, <$kh> line 293.
Use of uninitialized value $proto in pattern match (m//) at op/coresubs.t line 91, <$kh> line 293.
Use of uninitialized value $proto in pattern match (m//) at op/coresubs.t line 103, <$kh> line 293.
Use of uninitialized value $proto in substitution (s///) at op/coresubs.t line 65, <$kh> line 319.
Use of uninitialized value $proto in pattern match (m//) at op/coresubs.t line 65, <$kh> line 319.
Use of uninitialized value $proto in pattern match (m//) at op/coresubs.t line 76, <$kh> line 319.
Use of uninitialized value $proto in pattern match (m//) at op/coresubs.t line 91, <$kh> line 319.
Use of uninitialized value $proto in pattern match (m//) at op/coresubs.t line 103, <$kh> line 319.
Use of uninitialized value $proto in substitution (s///) at op/coresubs.t line 65, <$kh> line 333.
Use of uninitialized value $proto in pattern match (m//) at op/coresubs.t line 65, <$kh> line 333.
Use of uninitialized value $proto in pattern match (m//) at op/coresubs.t line 76, <$kh> line 333.
Use of uninitialized value $proto in pattern match (m//) at op/coresubs.t line 91, <$kh> line 333.
Useless use of unshift with no values at This-line-makes-__FILE__-easier-to-test. line 1, <$kh> line 350.
Useless use of unshift with no values at This-line-makes-__FILE__-easier-to-test. line 1, <$kh> line 350.
Useless use of unshift with no values at This-line-makes-__FILE__-easier-to-test. line 1, <$kh> line 350.
Useless use of unshift with no values at This-line-makes-__FILE__-easier-to-test. line 1, <$kh> line 350.
ok
t/op/cproto .................................................... ok
t/op/crypt ..................................................... ok
t/op/current_sub ............................................... ok
t/op/dbm ....................................................... ok
t/op/decl-refs ................................................. "my" variable $i masks earlier declaration in same scope at op/decl-refs.t line 87.
"my" variable $i masks earlier declaration in same scope at op/decl-refs.t line 89.
"my" variable $i masks earlier declaration in same scope at op/decl-refs.t line 91.
SCALAR package attribute may clash with future reserved word: risible at (eval 101) line 1.
Subroutine main::MODIFY_SCALAR_ATTRIBUTES redefined at op/decl-refs.t line 97.
Useless use of single ref constructor in void context at (eval 107) line 1.
SCALAR package attribute may clash with future reserved word: bumpy at (eval 107) line 1.
"my" variable @i masks earlier declaration in same scope at op/decl-refs.t line 87.
"my" variable @i masks earlier declaration in same scope at op/decl-refs.t line 89.
"my" variable @i masks earlier declaration in same scope at op/decl-refs.t line 91.
ARRAY package attribute may clash with future reserved word: risible at (eval 109) line 1.
Subroutine main::MODIFY_ARRAY_ATTRIBUTES redefined at op/decl-refs.t line 97.
Useless use of single ref constructor in void context at (eval 111) line 1.
ARRAY package attribute may clash with future reserved word: bumpy at (eval 111) line 1.
"my" variable %i masks earlier declaration in same scope at op/decl-refs.t line 87.
"my" variable %i masks earlier declaration in same scope at op/decl-refs.t line 89.
"my" variable %i masks earlier declaration in same scope at op/decl-refs.t line 91.
HASH package attribute may clash with future reserved word: risible at (eval 113) line 1.
Subroutine main::MODIFY_HASH_ATTRIBUTES redefined at op/decl-refs.t line 97.
Useless use of single ref constructor in void context at (eval 115) line 1.
HASH package attribute may clash with future reserved word: bumpy at (eval 115) line 1.
"state" variable $i masks earlier declaration in same scope at op/decl-refs.t line 87.
"state" variable $i masks earlier declaration in same scope at op/decl-refs.t line 89.
"state" variable $i masks earlier declaration in same scope at op/decl-refs.t line 91.
Subroutine main::MODIFY_SCALAR_ATTRIBUTES redefined at op/decl-refs.t line 74.
SCALAR package attribute may clash with future reserved word: risible at (eval 117) line 1.
Subroutine main::MODIFY_SCALAR_ATTRIBUTES redefined at op/decl-refs.t line 97.
Useless use of single ref constructor in void context at (eval 119) line 1.
SCALAR package attribute may clash with future reserved word: bumpy at (eval 119) line 1.
"state" variable @i masks earlier declaration in same scope at op/decl-refs.t line 87.
"state" variable @i masks earlier declaration in same scope at op/decl-refs.t line 89.
"state" variable @i masks earlier declaration in same scope at op/decl-refs.t line 91.
Subroutine main::MODIFY_ARRAY_ATTRIBUTES redefined at op/decl-refs.t line 74.
ARRAY package attribute may clash with future reserved word: risible at (eval 121) line 1.
Subroutine main::MODIFY_ARRAY_ATTRIBUTES redefined at op/decl-refs.t line 97.
Useless use of single ref constructor in void context at (eval 123) line 1.
ARRAY package attribute may clash with future reserved word: bumpy at (eval 123) line 1.
"state" variable %i masks earlier declaration in same scope at op/decl-refs.t line 87.
"state" variable %i masks earlier declaration in same scope at op/decl-refs.t line 89.
"state" variable %i masks earlier declaration in same scope at op/decl-refs.t line 91.
Subroutine main::MODIFY_HASH_ATTRIBUTES redefined at op/decl-refs.t line 74.
HASH package attribute may clash with future reserved word: risible at (eval 125) line 1.
Subroutine main::MODIFY_HASH_ATTRIBUTES redefined at op/decl-refs.t line 97.
Useless use of single ref constructor in void context at (eval 127) line 1.
HASH package attribute may clash with future reserved word: bumpy at (eval 127) line 1.
"our" variable $i redeclared at op/decl-refs.t line 87.
"our" variable $i redeclared at op/decl-refs.t line 89.
"our" variable $i redeclared at op/decl-refs.t line 91.
Subroutine main::MODIFY_SCALAR_ATTRIBUTES redefined at op/decl-refs.t line 74.
SCALAR package attribute may clash with future reserved word: risible at (eval 129) line 1.
Subroutine main::MODIFY_SCALAR_ATTRIBUTES redefined at op/decl-refs.t line 97.
SCALAR package attribute may clash with future reserved word: bumpy at (eval 131) line 1.
"our" variable @i redeclared at op/decl-refs.t line 87.
"our" variable @i redeclared at op/decl-refs.t line 89.
"our" variable @i redeclared at op/decl-refs.t line 91.
Subroutine main::MODIFY_ARRAY_ATTRIBUTES redefined at op/decl-refs.t line 74.
ARRAY package attribute may clash with future reserved word: risible at (eval 133) line 1.
Subroutine main::MODIFY_ARRAY_ATTRIBUTES redefined at op/decl-refs.t line 97.
ARRAY package attribute may clash with future reserved word: bumpy at (eval 135) line 1.
"our" variable %i redeclared at op/decl-refs.t line 87.
"our" variable %i redeclared at op/decl-refs.t line 89.
"our" variable %i redeclared at op/decl-refs.t line 91.
Subroutine main::MODIFY_HASH_ATTRIBUTES redefined at op/decl-refs.t line 74.
HASH package attribute may clash with future reserved word: risible at (eval 137) line 1.
Subroutine main::MODIFY_HASH_ATTRIBUTES redefined at op/decl-refs.t line 97.
HASH package attribute may clash with future reserved word: bumpy at (eval 139) line 1.
Subroutine main::MODIFY_SCALAR_ATTRIBUTES redefined at (eval 140) line 22.
Subroutine main::MODIFY_SCALAR_ATTRIBUTES redefined at (eval 140) line 45.
Subroutine main::MODIFY_ARRAY_ATTRIBUTES redefined at (eval 142) line 22.
Subroutine main::MODIFY_ARRAY_ATTRIBUTES redefined at (eval 142) line 45.
Subroutine main::MODIFY_HASH_ATTRIBUTES redefined at (eval 144) line 22.
Subroutine main::MODIFY_HASH_ATTRIBUTES redefined at (eval 144) line 45.
ok
t/op/defined ................................................... ok
t/op/defins .................................................... ok
t/op/delete .................................................... ok
t/op/die ....................................................... ok
t/op/die_except ................................................ ok
t/op/die_exit .................................................. ok
t/op/die_keeperr ............................................... ok
t/op/die_unwind ................................................ ok
t/op/do ........................................................ ok
t/op/dor ....................................................... "my" variable $x masks earlier declaration in same scope at op/dor.t line 81.
Argument "" isn't numeric in division (/) at (eval 20) line 1.
Subroutine f redefined at (eval 21) line 1.
Use of uninitialized value in division (/) at (eval 21) line 1.
Subroutine f redefined at (eval 22) line 1.
ok
t/op/dump ...................................................... ok
t/op/each ...................................................... "my" variable %u masks earlier declaration in same scope at op/each.t line 153.
Use of uninitialized value $tests[0] in concatenation (.) or string at op/each.t line 132.
Use of uninitialized value $tests[1] in concatenation (.) or string at op/each.t line 128.
Use of uninitialized value $tests[2] in concatenation (.) or string at op/each.t line 135.
ok
t/op/each_array ................................................ ok
t/op/eval ...................................................... Unquoted string "try" may clash with future reserved word at op/eval.t line 50.
Unquoted string "try" may clash with future reserved word at op/eval.t line 51.
Unquoted string "try" may clash with future reserved word at op/eval.t line 52.
"our" variable $x masks earlier declaration in same scope at op/eval.t line 363.
Useless use of private variable in void context at op/eval.t line 366.
Useless use of private variable in void context at op/eval.t line 367.
Useless use of private variable in void context at op/eval.t line 669.
Name "main::r" used only once: possible typo at op/eval.t line 187.
Exiting eval via last at op/eval.t line 233.
"my" variable $r masks earlier declaration in same scope at (eval 84) line 14.
Use of uninitialized value in eval "string" at op/eval.t line 437.
ok
t/op/evalbytes ................................................. ok
t/op/exec ...................................................... Statement unlikely to be reached at op/exec.t line 217.
	(Maybe you meant system() when you said exec()?)
Can't exec "lskdfj": No such file or directory at op/exec.t line 110.
Can't exec "lskdjfalksdjfdjfkls": No such file or directory at op/exec.t line 179.
Can't exec "": No such file or directory at op/exec.t line 185.
Can't exec "": No such file or directory at op/exec.t line 193.
ok
t/op/exists_sub ................................................ ok
t/op/exp ....................................................... ok
t/op/fh ........................................................ ok
t/op/filehandle ................................................ ok
t/op/filetest .................................................. Unquoted string "foo" may clash with future reserved word at op/filetest.t line 151.
Useless use of tell in void context at op/filetest.t line 151.
Unquoted string "baz" may clash with future reserved word at op/filetest.t line 260.
Unquoted string "cength" may clash with future reserved word at op/filetest.t line 371.
Unquoted string "cength" may clash with future reserved word at op/filetest.t line 375.
Name "main::baz" used only once: possible typo at op/filetest.t line 260.
Use of -l on filehandle $gv at (eval 144) line 1.
Use of -l on filehandle at (eval 145) line 1.
Use of -l on filehandle baz at op/filetest.t line 260.
# Failed test 421 - PL_statgv should not point to freed-and-reused SV at ./test.pl line 1069
#      got "Use of uninitialized value in print at - line 1."
# PROG: 
# STATUS: 0
# Failed test 422 - PL_statgv should not point to coerced-freed-and-reused GV at ./test.pl line 1069
#      got "Use of uninitialized value in print at - line 1."
# PROG: 
# STATUS: 0
-T on unopened filehandle _ at op/filetest.t line 324.
-T on closed filehandle $fh at op/filetest.t line 328.
-r on unopened filehandle phlon at op/filetest.t line 360.
-r on unopened filehandle cength at op/filetest.t line 371.
Invalid \0 character in pathname for fttext: TEST\0- at op/filetest.t line 384.
Invalid \0 character in pathname for ftbinary: TEST\0- at op/filetest.t line 385.
Invalid \0 character in pathname for ftfile: TEST\0- at op/filetest.t line 386.
Invalid \0 character in pathname for fteread: TEST\0- at op/filetest.t line 387.
FAILED at test 421
t/op/filetest_stack_ok ......................................... Name "main::TEST0" used only once: possible typo at op/filetest_stack_ok.t line 53.
Name "main::TEST1" used only once: possible typo at op/filetest_stack_ok.t line 53.
-r on unopened filehandle TEST at (eval 11) line 1.
-w on unopened filehandle TEST at (eval 16) line 1.
-x on unopened filehandle TEST at (eval 21) line 1.
-o on unopened filehandle TEST at (eval 26) line 1.
-R on unopened filehandle TEST at (eval 31) line 1.
-W on unopened filehandle TEST at (eval 36) line 1.
-X on unopened filehandle TEST at (eval 41) line 1.
-O on unopened filehandle TEST at (eval 46) line 1.
-e on unopened filehandle TEST at (eval 51) line 1.
-z on unopened filehandle TEST at (eval 56) line 1.
-s on unopened filehandle TEST at (eval 61) line 1.
-f on unopened filehandle TEST at (eval 66) line 1.
-d on unopened filehandle TEST at (eval 71) line 1.
Use of -l on filehandle TEST at (eval 76) line 1.
-p on unopened filehandle TEST at (eval 81) line 1.
-S on unopened filehandle TEST at (eval 86) line 1.
-b on unopened filehandle TEST at (eval 91) line 1.
-c on unopened filehandle TEST at (eval 96) line 1.
-u on unopened filehandle TEST at (eval 106) line 1.
-g on unopened filehandle TEST at (eval 111) line 1.
-k on unopened filehandle TEST at (eval 116) line 1.
-T on unopened filehandle TEST at (eval 121) line 1.
-T on unopened filehandle _ at (eval 122) line 1.
-M on unopened filehandle TEST at (eval 126) line 1.
-B on unopened filehandle TEST at (eval 131) line 1.
-B on unopened filehandle _ at (eval 132) line 1.
-A on unopened filehandle TEST at (eval 136) line 1.
-C on unopened filehandle TEST at (eval 141) line 1.
Use of uninitialized value $_ in -d at op/filetest_stack_ok.t line 53.
Use of uninitialized value in sort at op/filetest_stack_ok.t line 53.
ok
t/op/filetest_t ................................................ ok
t/op/flip ...................................................... Unquoted string "of" may clash with future reserved word at op/flip.t line 29.
readline() on unopened filehandle at op/flip.t line 43.
ok
t/op/for ....................................................... "my" variable $r masks earlier declaration in same scope at op/for.t line 18.
Useless use of a constant (17) in void context at op/for.t line 552.
ok
t/op/fork ...................................................... ok
t/op/fresh_perl_utf8 ........................................... ok
t/op/getpid .................................................... ok
t/op/getppid ................................................... ok
t/op/glob ...................................................... ok
t/op/gmagic .................................................... ok
t/op/goto ...................................................... ok
t/op/goto_xs ................................................... ok
t/op/grent ..................................................... ok
t/op/grep ...................................................... ok
t/op/groups .................................................... Scalar value @sup_group[2] better written as $sup_group[2] at op/groups.t line 139.
ok
t/op/gv ........................................................ ok
t/op/hash-rt85026 .............................................. ok
t/op/hash ...................................................... ok
t/op/hashassign ................................................ ok
t/op/hashwarn .................................................. ok
t/op/heredoc ................................................... ok
t/op/hexfp ..................................................... Hexadecimal float: mantissa overflow at op/hexfp.t line 120.
Hexadecimal float: mantissa overflow at op/hexfp.t line 121.
Hexadecimal float: exponent underflow at op/hexfp.t line 250.
Hexadecimal float: exponent underflow at op/hexfp.t line 251.
Hexadecimal float: exponent underflow at op/hexfp.t line 252.
Hexadecimal float: exponent underflow at op/hexfp.t line 253.
ok
t/op/inc ....................................................... ok
t/op/inccode-tie ............................................... ok
t/op/inccode ................................................... ok
t/op/incfilter ................................................. ok
t/op/index ..................................................... Variable "$store" will not stay shared at op/index.t line 343.
Useless use of index in void context at op/index.t line 222.
Useless use of index in void context at op/index.t line 231.
Useless use of index in void context at op/index.t line 236.
Code point 0x80000000 is not Unicode, requires a Perl extension, and so is not portable at (eval 10) line 1.
Code point 0xFFFFFFFD is not Unicode, requires a Perl extension, and so is not portable at (eval 11) line 1.
ok
t/op/index_thr ................................................. ok
t/op/infnan .................................................... Argument "Infinite" isn't numeric in addition (+) at op/infnan.t line 258.
Argument "Info" isn't numeric in addition (+) at op/infnan.t line 258.
Argument "Inf123" isn't numeric in addition (+) at op/infnan.t line 258.
Argument "Infiniti" isn't numeric in addition (+) at op/infnan.t line 258.
Argument "Infinityz" isn't numeric in addition (+) at op/infnan.t line 258.
Negative repeat count does nothing at op/infnan.t line 265.
Negative repeat count does nothing at op/infnan.t line 266.
Argument "NaX" isn't numeric in addition (+) at op/infnan.t line 406.
Argument "XNAN" isn't numeric in addition (+) at op/infnan.t line 406.
Argument "Ind" isn't numeric in addition (+) at op/infnan.t line 406.
Argument "Inx" isn't numeric in addition (+) at op/infnan.t line 406.
ok
t/op/int ....................................................... Argument "1foo" isn't numeric in array element at op/int.t line 43.
Hexadecimal number > 0xffffffff non-portable at (eval 16) line 1.
Argument "0x10" isn't numeric in addition (+) at op/int.t line 88.
Argument "0b10" isn't numeric in addition (+) at op/int.t line 89.
ok
t/op/isa ....................................................... ok
t/op/join ...................................................... ok
t/op/kill0 ..................................................... ok
t/op/kvaslice .................................................. ok
t/op/kvhslice .................................................. ok
t/op/lc ........................................................ Useless use of a constant ("eeyup") in void context at op/lc.t line 39.
Useless use of lc in void context at op/lc.t line 268.
Useless use of fc in void context at op/lc.t line 272.
Useless use of uc in void context at op/lc.t line 276.
Useless use of ucfirst in void context at op/lc.t line 280.
Useless use of lcfirst in void context at op/lc.t line 284.
Use of uninitialized value in lc at op/lc.t line 22.
Use of uninitialized value in lcfirst at op/lc.t line 23.
Use of uninitialized value in uc at op/lc.t line 24.
Use of uninitialized value in ucfirst at op/lc.t line 25.
Use of uninitialized value in fc at op/lc.t line 29.
ok
t/op/leaky-magic ............................................... Useless use of a variable in void context at op/leaky-magic.t line 48.
Useless use of a variable in void context at op/leaky-magic.t line 77.
Useless use of a variable in void context at op/leaky-magic.t line 104.
Useless use of a variable in void context at op/leaky-magic.t line 118.
# Failed test 3 - <foo::ARGV> does not iterate through STDIN at ./test.pl line 1069
#      got "readline() on unopened filehandle ARGV at - line 1.\n0"
# expected "0"
# PROG: 
# my $count=0; ++$count while(<foo::ARGV>); print $count
# STATUS: 0
Argument "swit" isn't numeric in scalar assignment at op/leaky-magic.t line 45.
Argument "swit" isn't numeric in scalar assignment at op/leaky-magic.t line 45.
Argument "thew" isn't numeric in scalar assignment at op/leaky-magic.t line 76, <$fh> line 1.
Argument "thew" isn't numeric in scalar assignment at op/leaky-magic.t line 76, <$fh> line 1.
Argument "thew" isn't numeric in scalar assignment at op/leaky-magic.t line 76, <$fh> line 1.
Argument "thew" isn't numeric in scalar assignment at op/leaky-magic.t line 76, <$fh> line 1.
Argument "thew" isn't numeric in scalar assignment at op/leaky-magic.t line 76, <$fh> line 1.
Argument "thew" isn't numeric in scalar assignment at op/leaky-magic.t line 76, <$fh> line 1.
Argument "thew" isn't numeric in scalar assignment at op/leaky-magic.t line 76, <$fh> line 1.
Argument "poof" isn't numeric in scalar assignment at op/leaky-magic.t line 102.
Argument "poof" isn't numeric in scalar assignment at op/leaky-magic.t line 102.
Argument "poof" isn't numeric in scalar assignment at op/leaky-magic.t line 102.
Argument "poof" isn't numeric in scalar assignment at op/leaky-magic.t line 102.
Argument "poof" isn't numeric in scalar assignment at op/leaky-magic.t line 102.
Argument "poof" isn't numeric in scalar assignment at op/leaky-magic.t line 102.
Argument "poof" isn't numeric in scalar assignment at op/leaky-magic.t line 102.
FAILED at test 3
t/op/length .................................................... ok
t/op/lex ....................................................... # Failed test 32 - [perl \#128996] - use of PL_op after op is freed at ./test.pl line 1069
#      got "Integer overflow in hexadecimal number at - line 1.\nHexadecimal number > 0xffffffff non-portable at - line 1.\nMalformed UTF-8 character: \\xf3 (too short; 1 byte available, need 4) at - line 1.\nMalformed UTF-8 character (fatal) at - line 1."
# expected "Integer overflow in hexadecimal number at - line 1.\nMalformed UTF-8 character: \\xf3 (too short; 1 byte available, need 4) at - line 1.\nMalformed UTF-8 character (fatal) at - line 1."
# PROG: 
# BEGIN{$^H=hex ~0}
# STATUS: 65280
FAILED at test 32
t/op/lex_assign ................................................ Useless use of index in void context at op/lex_assign.t line 199.
"my" variable @z masks earlier declaration in same scope at (eval 16) line 5, <OP> line 2.
"my" variable @x masks earlier declaration in same scope at (eval 17) line 5, <OP> line 2.
"my" variable @x masks earlier declaration in same scope at (eval 19) line 5, <OP> line 2.
Useless use of private array in void context at (eval 89) line 4, <OP> line 2.
Useless use of private array in void context at (eval 89) line 5, <OP> line 2.
Useless use of unshift with no values at (eval 91) line 4, <OP> line 2.
"my" variable @aaa masks earlier declaration in same scope at (eval 91) line 5, <OP> line 2.
Useless use of unshift with no values at (eval 91) line 5, <OP> line 2.
Useless use of a constant ("non-existent1") in void context at (eval 112) line 4, <OP> line 2.
Useless use of a constant ("non-existent1") in void context at (eval 112) line 5, <OP> line 2.
Use of uninitialized value $z in repeat (x) at op/lex_assign.t line 187, <OP> line 3.
Use of uninitialized value in repeat (x) at op/lex_assign.t line 187, <OP> line 3.
Use of uninitialized value $z in integer comparison (<=>) at op/lex_assign.t line 188, <OP> line 3.
Use of uninitialized value $y in integer comparison (<=>) at op/lex_assign.t line 188, <OP> line 3.
Use of uninitialized value $y in string comparison (cmp) at op/lex_assign.t line 189, <OP> line 3.
Use of uninitialized value $z in string comparison (cmp) at op/lex_assign.t line 189, <OP> line 3.
Use of uninitialized value $_ in split at op/lex_assign.t line 192, <OP> line 3.
ok
t/op/lexsub .................................................... "our" variable &b redeclared at op/lexsub.t line 40.
"state" subroutine &sb masks earlier declaration in same scope at op/lexsub.t line 138.
Unquoted string "jkqeudth" may clash with future reserved word at op/lexsub.t line 326.
"my" subroutine &mb masks earlier declaration in same scope at op/lexsub.t line 501.
Subroutine mb2 redefined at op/lexsub.t line 517.
Unquoted string "jkqeudth" may clash with future reserved word at op/lexsub.t line 667.
Subroutine "&foo" will not stay shared at op/lexsub.t line 724.
Subroutine "&bar" will not stay shared at op/lexsub.t line 888.
Variable "$x" will not stay shared at op/lexsub.t line 888.
Subroutine "&foo" will not stay shared at op/lexsub.t line 904.
Useless use of single ref constructor in void context at op/lexsub.t line 963.
Name "main::cvgv2" used only once: possible typo at op/lexsub.t line 392.
Name "AutoloadTestSuper::blah" used only once: possible typo at op/lexsub.t line 950.
Name "main::mcvgv2" used only once: possible typo at op/lexsub.t line 789.
Subroutine foo redefined at (eval 16) line 1.
Illegal character in prototype for foo : $\x{30cd} at (eval 18) line 1.
Subroutine A::AUTOLOAD redefined at op/lexsub.t line 776.
Variable "$x" is not available at op/lexsub.t line 932.
ok
t/op/lfs ....................................................... ok
t/op/list ...................................................... # Failed test 72 - [perl \#131954] heap use after free in pp_list at ./test.pl line 1069
#      got "Useless use of private variable in void context at (eval 6) line 1.\nUseless use of private variable in void context at (eval 6) line 1."
# expected ""
# PROG: 
#!./perl
# BEGIN {
# my $bar = "bar";
# 
# sub test_no_error {
#     eval $_[0];
# }
# 
# test_no_error($_) for split /\n/,
# q[	x
# 	definfoo, $bar;
# 	x
# 	x
# 	x
# 	grep((not $bar, $bar, $bar), $bar);
#         x
#         x
#     x
#         x
#         x
#         x
#         x
#         x
#         x
#         x
#         x
#         x
#         x
#        x
#         x
#         x
#         x
#         x
#         x
#         x
#  ];
# }
# STATUS: 0
FAILED at test 72
t/op/local ..................................................... "my" variable @res masks earlier declaration in same scope at op/local.t line 65.
Useless localization of array length at op/local.t line 857.
Found = in conditional, should be == at op/local.t line 871.
Use of uninitialized value $v in concatenation (.) or string at op/local.t line 307.
Use of uninitialized value $v in concatenation (.) or string at op/local.t line 307.
Use of uninitialized value in join or string at op/local.t line 329.
Use of uninitialized value $v in concatenation (.) or string at op/local.t line 307.
Use of uninitialized value $a[0] in join or string at op/local.t line 331.
Subroutine TA::STORE redefined at op/local.t line 340.
Use of uninitialized value $v in concatenation (.) or string at op/local.t line 307.
Use of uninitialized value $v in concatenation (.) or string at op/local.t line 307.
Use of uninitialized value $v in concatenation (.) or string at op/local.t line 307.
Use of uninitialized value $v in concatenation (.) or string at op/local.t line 307.
Use of uninitialized value $v in concatenation (.) or string at op/local.t line 307.
Use of uninitialized value $v in concatenation (.) or string at op/local.t line 307.
Use of uninitialized value $v in concatenation (.) or string at op/local.t line 307.
Use of uninitialized value $v in concatenation (.) or string at op/local.t line 307.
Use of uninitialized value $v in concatenation (.) or string at op/local.t line 307.
Subroutine TH::STORE redefined at op/local.t line 491.
# Failed test 243 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 565.\n"
# expected "a 1"
# Failed test 244 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 245 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 565.\n"
# expected "a 1"
# Failed test 246 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 247 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 565.\n"
# expected "a 1"
# Failed test 248 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 249 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 565.\n"
# expected "a 1"
# Failed test 250 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 251 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 565.\n"
# expected "a 1"
# Failed test 252 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 253 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 565.\n"
# expected "a 1"
# Failed test 254 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 255 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 565.\n"
# expected "a 1"
# Failed test 256 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 257 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 565.\n"
# expected "a 1"
# Failed test 258 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 259 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 565.\n"
# expected "a 1"
# Failed test 260 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 261 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 565.\n"
# expected "a 1"
# Failed test 262 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 263 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 565.\n"
# expected "a 1"
# Failed test 264 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 265 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 565.\n"
# expected "a 1"
# Failed test 266 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 267 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 565.\n"
# expected "a 1"
# Failed test 268 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 269 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 565.\n"
# expected "a 1"
# Failed test 270 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 271 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 565.\n"
# expected "a 1"
# Failed test 272 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 273 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 565.\n"
# expected "a 1"
# Failed test 274 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 275 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 565.\n"
# expected "a 1"
# Failed test 276 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 277 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 565.\n"
# expected "a 1"
# Failed test 278 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 279 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 565.\n"
# expected "a 1"
# Failed test 280 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 281 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 565.\n"
# expected "a 1"
# Failed test 282 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 283 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 565.\n"
# expected "a 1"
# Failed test 284 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 285 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 565.\n"
# expected "a 1"
# Failed test 286 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 287 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 565.\n"
# expected "a 1"
# Failed test 288 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 289 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 565.\n"
# expected "a 1"
# Failed test 290 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 291 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 565.\n"
# expected "a 1"
# Failed test 292 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 293 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 565.\n"
# expected "a 1"
# Failed test 294 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 295 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 565.\n"
# expected "a 1"
# Failed test 296 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 297 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 565.\n"
# expected "a 1"
# Failed test 298 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 299 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 565.\n"
# expected "a 1"
# Failed test 300 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 301 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 565.\n"
# expected "a 1"
# Failed test 302 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 303 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 565.\n"
# expected "a 1"
# Failed test 304 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 305 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 567.\n"
# expected "a 1"
# Failed test 306 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 307 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 567.\n"
# expected "a 1"
# Failed test 308 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 309 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 567.\n"
# expected "a 1"
# Failed test 310 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 311 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 567.\n"
# expected "a 1"
# Failed test 312 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 313 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 567.\n"
# expected "a 1"
# Failed test 314 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 315 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 567.\n"
# expected "a 1"
# Failed test 316 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 317 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 567.\n"
# expected "a 1"
# Failed test 318 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 319 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 567.\n"
# expected "a 1"
# Failed test 320 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 321 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 567.\n"
# expected "a 1"
# Failed test 322 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 323 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 567.\n"
# expected "a 1"
# Failed test 324 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 325 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 567.\n"
# expected "a 1"
# Failed test 326 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 327 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 567.\n"
# expected "a 1"
# Failed test 328 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 329 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 567.\n"
# expected "a 1"
# Failed test 330 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 331 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 567.\n"
# expected "a 1"
# Failed test 332 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 333 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 567.\n"
# expected "a 1"
# Failed test 334 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 335 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 567.\n"
# expected "a 1"
# Failed test 336 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 337 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 567.\n"
# expected "a 1"
# Failed test 338 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 339 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 567.\n"
# expected "a 1"
# Failed test 340 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 341 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 567.\n"
# expected "a 1"
# Failed test 342 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 343 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 567.\n"
# expected "a 1"
# Failed test 344 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 345 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 567.\n"
# expected "a 1"
# Failed test 346 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 347 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 567.\n"
# expected "a 1"
# Failed test 348 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 349 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 567.\n"
# expected "a 1"
# Failed test 350 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 351 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 567.\n"
# expected "a 1"
# Failed test 352 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 353 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 567.\n"
# expected "a 1"
# Failed test 354 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 355 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 567.\n"
# expected "a 1"
# Failed test 356 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 357 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 567.\n"
# expected "a 1"
# Failed test 358 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 359 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 567.\n"
# expected "a 1"
# Failed test 360 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 361 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 567.\n"
# expected "a 1"
# Failed test 362 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 363 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 567.\n"
# expected "a 1"
# Failed test 364 - at op/local.t line 25
#      got undef
# expected "b 2"
# Failed test 365 - at op/local.t line 24
#      got "Use of uninitialized value in concatenation (.) or string at op/local.t line 567.\n"
# expected "a 1"
# Failed test 366 - at op/local.t line 25
#      got undef
# expected "b 2"
# Looks like you planned 319 tests but ran 443.
FAILED at test 243
t/op/localref .................................................. ok
t/op/lock ...................................................... ok
t/op/loopctl ................................................... Exiting subroutine via last at op/loopctl.t line 907.
Exiting subroutine via last at op/loopctl.t line 916.
Exiting eval via last at op/loopctl.t line 1080.
Exiting eval via next at op/loopctl.t line 1091.
Exiting eval via redo at op/loopctl.t line 1106.
ok
t/op/lop ....................................................... ok
t/op/lvref ..................................................... "my" subroutine &b masks earlier declaration in same scope at op/lvref.t line 290.
"my" subroutine &bs masks earlier declaration in same scope at op/lvref.t line 293.
Unrecognized escape \m passed through at op/lvref.t line 496.
Name "main::waru" used only once: possible typo at op/lvref.t line 335.
Name "main::ono" used only once: possible typo at op/lvref.t line 333.
Name "main::toru" used only once: possible typo at op/lvref.t line 331.
Subroutine main::sx redefined at op/lvref.t line 303.
Subroutine main::sx redefined at op/lvref.t line 305.
Subroutine main::a redefined at op/lvref.t line 391.
ok
t/op/magic-27839 ............................................... ok
t/op/magic ..................................................... Useless use of index in void context at - line 3.
# Failed test 75 - referencing @` before $` etc. still saws off ampersands at ./test.pl line 1069
#      got "Useless use of a variable in void context at - line 1.\n[f]"
# expected "[f]"
# PROG: 
#  @`; q "fff" =~ /(?!^)./; print "[$`]\n" 
# STATUS: 0
# Failed test 76 - referencing @& before $& etc. still saws off ampersands at ./test.pl line 1069
#      got "Useless use of a variable in void context at - line 1.\n[f]"
# expected "[f]"
# PROG: 
#  @&; q "fff" =~ /(?!^)./; print "[$&]\n" 
# STATUS: 0
# Failed test 77 - referencing @' before $' etc. still saws off ampersands at ./test.pl line 1069
#      got "Useless use of a variable in void context at - line 1.\n[f]"
# expected "[f]"
# PROG: 
#  @'; q "fff" =~ /(?!^)./; print "[$']\n" 
# STATUS: 0
# Failed test 110 - Referencing %{"powie::!"} after mentioning ${"powie::!"} doesn't load Errno at ./test.pl line 1069
#      got "Useless use of a variable in void context at - line 3.\n0"
# expected "0"
# PROG: 
# my $symbol = 'powie::!';
# no strict 'refs';
# $$symbol;;
# 1 if %{$symbol};
# print scalar %Errno::;
# STATUS: 0
# Failed test 152 - check tell $0 doesn't define ${^LAST_FH} at ./test.pl line 1069
#      got "Useless use of tell in void context at - line 1.\ntell() on unopened filehandle at - line 1.\nok"
# expected "ok"
# PROG: 
# tell $0; print defined ${^LAST_FH} ? qq(not ok
# ) : qq(ok
# )
# STATUS: 0
# Failed test 153 - check sysseek $0, 0, 0 doesn't define ${^LAST_FH} at ./test.pl line 1069
#      got "sysseek() on unopened filehandle at - line 1.\nok"
# expected "ok"
# PROG: 
# sysseek $0, 0, 0; print defined ${^LAST_FH} ? qq(not ok
# ) : qq(ok
# )
# STATUS: 0
# Failed test 154 - check seek $0, 0, 0 doesn't define ${^LAST_FH} at ./test.pl line 1069
#      got "seek() on unopened filehandle at - line 1.\nok"
# expected "ok"
# PROG: 
# seek $0, 0, 0; print defined ${^LAST_FH} ? qq(not ok
# ) : qq(ok
# )
# STATUS: 0
# Failed test 155 - check eof $0 doesn't define ${^LAST_FH} at ./test.pl line 1069
#      got "Useless use of eof in void context at - line 1.\nok"
# expected "ok"
# PROG: 
# eof $0; print defined ${^LAST_FH} ? qq(not ok
# ) : qq(ok
# )
# STATUS: 0
# Failed test 157 - [perl \#115206] no crash when vivifying $| while *{+select}{IO} is undef at ./test.pl line 1069
#      got "Unquoted string \"f\" may clash with future reserved word at - line 1.\nUseless use of a variable in void context at - line 1.\nok"
# expected "ok"
# PROG: 
# no strict q|refs|; select f; undef *f; ${q/|/}; print STDOUT qq|ok\n|
# STATUS: 0
FAILED at test 75
t/op/method .................................................... # Failed test 162 - no crash with undef method name on unblessed ref at ./test.pl line 1069
#      got "Use of uninitialized value $x in method lookup at - line 1.\nCan\'t call method \"\" on unblessed reference at - line 1."
# expected "Can\'t call method \"\" on unblessed reference at - line 1."
# PROG: 
# my $x; eval { {}->$x }; print $@;
# STATUS: 0
FAILED at test 162
t/op/mkdir ..................................................... ok
t/op/multideref ................................................ # Failed test 65 - RT \#134045 assertion on the OP_SCALAR at ./test.pl line 1069
#      got "Use of uninitialized value in hash dereference at - line 1."
# expected ""
# PROG: 
# no strict q|refs|; 0for%{scalar local$0[0]}
# STATUS: 0
FAILED at test 65
t/op/my ........................................................ Found = in conditional, should be == at op/my.t line 75.
ok
t/op/my_stash .................................................. ok
t/op/mydef ..................................................... ok
t/op/negate .................................................... ok
t/op/not ....................................................... ok
t/op/numconvert ................................................ Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -18446744073709600768.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854779904.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when decrementing -9223372036854775808.000000 by 1 at op/numconvert.t line 162.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
Lost precision when incrementing 18446744073709600768.000000 by 1 at op/numconvert.t line 164.
ok
t/op/oct ....................................................... Misplaced _ in number at op/oct.t line 12.
Misplaced _ in number at op/oct.t line 28.
Misplaced _ in number at op/oct.t line 30.
Misplaced _ in number at op/oct.t line 71.
Non-hex character '_' terminates \x early.  Resolved as "\x00_" at op/oct.t line 123.
Illegal binary digit 'b' ignored at op/oct.t line 60.
Illegal binary digit 'b' ignored at op/oct.t line 60.
Illegal binary digit 'b' ignored at op/oct.t line 60.
Illegal hexadecimal digit 'x' ignored at op/oct.t line 60.
Illegal hexadecimal digit 'x' ignored at op/oct.t line 60.
Illegal hexadecimal digit 'x' ignored at op/oct.t line 60.
Illegal hexadecimal digit 'x' ignored at op/oct.t line 60.
Illegal hexadecimal digit 'x' ignored at op/oct.t line 60.
Illegal hexadecimal digit 'x' ignored at op/oct.t line 60.
Illegal hexadecimal digit 'x' ignored at op/oct.t line 60.
Illegal hexadecimal digit 'x' ignored at op/oct.t line 60.
Illegal hexadecimal digit '_' ignored at op/oct.t line 97.
Illegal hexadecimal digit '_' ignored at op/oct.t line 97.
Illegal hexadecimal digit '_' ignored at op/oct.t line 97.
ok
t/op/or ........................................................ ok
t/op/ord ....................................................... ok
t/op/overload_integer .......................................... ok
t/op/override .................................................. Useless use of a constant (42) in void context at op/override.t line 148.
Subroutine CORE::GLOBAL::require redefined at op/override.t line 56.
Subroutine CORE::GLOBAL::require redefined at op/override.t line 138.
ok
t/op/pack ...................................................... # Failed test 14713 - pack W overflow at ./test.pl line 1069
#      got "Code point 0x7FFFFFFFFFFF is not Unicode, requires a Perl extension, and so is not portable at - line 1.\nok"
# expected "ok"
# PROG: 
# print pack("ucW", "0000", 0, 140737488355327) eq "\$,#`P,```\n\0\x{7fffffffffff}"
#  ? "ok\n" : "not ok\n";
# STATUS: 0
# Failed test 14718 - ensure unpack u of invalid data nul terminates result at ./test.pl line 1069
#      got "Useless use of addition (+) in void context at - line 1.\nArgument \"\" isn\'t numeric in addition (+) at - line 1."
# expected ""
# PROG: 
# 0.0 + unpack("u", "ab")
# STATUS: 0
FAILED at test 14713
t/op/packagev .................................................. ok
t/op/pos ....................................................... ok
t/op/postfixderef .............................................. Useless use of a variable in void context at op/postfixderef.t line 320.
Useless use of not in void context at op/postfixderef.t line 322.
Name "main::curly" used only once: possible typo at op/postfixderef.t line 188.
Name "main::whatever" used only once: possible typo at op/postfixderef.t line 93.
Name "main::b" used only once: possible typo at op/postfixderef.t line 49.
Name "main::c" used only once: possible typo at op/postfixderef.t line 50.
Name "main::mysubalias" used only once: possible typo at op/postfixderef.t line 129.
Name "main::larry" used only once: possible typo at op/postfixderef.t line 188.
Name "main::baz" used only once: possible typo at op/postfixderef.t line 21.
Name "main::bar" used only once: possible typo at op/postfixderef.t line 22.
Use of uninitialized value $foo in hash dereference at op/postfixderef.t line 320.
Use of uninitialized value $foo in hash dereference at op/postfixderef.t line 321.
Use of uninitialized value $foo in hash dereference at op/postfixderef.t line 322.
Use of uninitialized value $foo in hash dereference at op/postfixderef.t line 323.
Use of uninitialized value $foo in hash dereference at op/postfixderef.t line 324.
Use of uninitialized value $foo in hash dereference at op/postfixderef.t line 325.
Use of uninitialized value $foo in hash dereference at op/postfixderef.t line 326.
Use of uninitialized value $foo in hash dereference at op/postfixderef.t line 327.
Use of uninitialized value $foo in hash dereference at op/postfixderef.t line 328.
Use of uninitialized value $foo in hash dereference at op/postfixderef.t line 329.
Use of uninitialized value $foo in hash dereference at op/postfixderef.t line 330.
Use of uninitialized value $foo in hash dereference at op/postfixderef.t line 331.
Use of uninitialized value $foo in hash dereference at op/postfixderef.t line 332.
Use of uninitialized value $_[2] in array element at op/postfixderef.t line 380.
ok
t/op/pow ....................................................... ok
t/op/print ..................................................... ok
t/op/protowarn ................................................. ok
t/op/push ...................................................... ok
t/op/pwent ..................................................... ok
t/op/qr ........................................................ ok
t/op/quotemeta ................................................. Useless use of \E at op/quotemeta.t line 45.
Useless use of \E at op/quotemeta.t line 45.
Useless use of \E at op/quotemeta.t line 45.
Useless use of \E at op/quotemeta.t line 46.
Useless use of \E at op/quotemeta.t line 46.
Useless use of \E at op/quotemeta.t line 46.
"my" variable $char masks earlier declaration in same scope at op/quotemeta.t line 63.
"my" variable $char masks earlier declaration in same scope at op/quotemeta.t line 96.
"my" variable $char masks earlier declaration in same scope at op/quotemeta.t line 126.
Use of uninitialized value $Config{"ebcdic"} in string eq at op/quotemeta.t line 13.
ok
t/op/rand ...................................................... ok
t/op/range ..................................................... ok
t/op/read ...................................................... ok
t/op/readdir ................................................... # Failed test 13 - GH \#9813 at ./test.pl line 1081
#      got 'readdir() attempted on invalid dirhandle . at - line 3.\nno crash'
# expected /(?^:^no crash)/
# PROG: 
#   eval {
#     my $x = ".";
#     my @files = readdir($x);
#   };
#   print "no crash";
# STATUS: 0
FAILED at test 13
t/op/readline .................................................. readline() on unopened filehandle FH at op/readline.t line 14.
readline() on closed filehandle A at op/readline.t line 23.
readline() on unopened filehandle at op/readline.t line 260.
readline() on unopened filehandle at op/readline.t line 262.
Use of uninitialized value in <HANDLE> at op/readline.t line 280.
readline() on unopened filehandle at op/readline.t line 280.
ok
t/op/recurse ................................................... Deep recursion on subroutine "main::sillysum" at op/recurse.t line 110.
ok
t/op/ref ....................................................... Useless use of string in void context at op/ref.t line 229.
Useless use of string in void context at op/ref.t line 230.
"my" variable $one masks earlier declaration in same scope at op/ref.t line 661.
"my" variable $two masks earlier declaration in same scope at op/ref.t line 662.
Useless use of hash element in void context at op/ref.t line 699.
Useless use of a variable in void context at op/ref.t line 750.
Useless use of not in void context at op/ref.t line 752.
Useless use of a constant (567) in void context at op/ref.t line 537.
Use of uninitialized value $_[0] in concatenation (.) or string at op/ref.t line 444.
	(in cleanup) Modification of a read-only value attempted at op/ref.t line 459.
# Failed test 127 - no double free when stashes are blessed into each other at ./test.pl line 1069
#      got "Bareword \"bar::\" refers to nonexistent package at - line 1.\nok"
# expected "ok"
# PROG: 
# bless \%foo::, bar::; bless \%bar::, foo::; print "ok\n"
# STATUS: 0
Use of uninitialized value in concatenation (.) or string at op/ref.t line 503.
Use of uninitialized value $foo in hash dereference at op/ref.t line 750.
Use of uninitialized value $foo in hash dereference at op/ref.t line 751.
Use of uninitialized value $foo in hash dereference at op/ref.t line 752.
Use of uninitialized value $foo in hash dereference at op/ref.t line 753.
Use of uninitialized value $foo in hash dereference at op/ref.t line 754.
Use of uninitialized value $foo in hash dereference at op/ref.t line 755.
Use of uninitialized value $foo in hash dereference at op/ref.t line 756.
Use of uninitialized value $foo in hash dereference at op/ref.t line 757.
Use of uninitialized value $foo in hash dereference at op/ref.t line 758.
Use of uninitialized value $foo in hash dereference at op/ref.t line 759.
Use of uninitialized value $foo in hash dereference at op/ref.t line 760.
Use of uninitialized value $foo in hash dereference at op/ref.t line 761.
Use of uninitialized value $foo in hash dereference at op/ref.t line 762.
Explicit blessing to '' (assuming package main) at op/ref.t line 872.
FAILED at test 127
t/op/repeat .................................................... Useless use of repeat (x) in void context at op/repeat.t line 151.
Negative repeat count does nothing at op/repeat.t line 18.
Use of uninitialized value in repeat (x) at op/repeat.t line 19.
Argument "foo" isn't numeric in repeat (x) at op/repeat.t line 20.
Argument "3rd" isn't numeric in repeat (x) at op/repeat.t line 21.
Negative repeat count does nothing at op/repeat.t line 33.
Use of uninitialized value in repeat (x) at op/repeat.t line 34.
Argument "foo" isn't numeric in repeat (x) at op/repeat.t line 35.
Argument "3rd" isn't numeric in repeat (x) at op/repeat.t line 36.
Negative repeat count does nothing at op/repeat.t line 43.
Negative repeat count does nothing at op/repeat.t line 64.
Negative repeat count does nothing at op/repeat.t line 65.
Use of uninitialized value in repeat (x) at op/repeat.t line 151.
Use of uninitialized value $_ in study at op/repeat.t line 147.
# Failed test 50 - (perl \#133778) MARK mishandling at ./test.pl line 1069
#      got "Use of uninitialized value in repeat (x) at (eval 50) line 1, <DATA> line 77."
# expected ""
# PROG: 
# map{s[][];eval;0}<DATA>__END__
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# ()x0
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 
# 0
# STATUS: 0
FAILED at test 50
t/op/require_37033 ............................................. ok
t/op/require_errors ............................................ ok
t/op/require_override .......................................... ok
t/op/reset ..................................................... ok
t/op/reverse ................................................... ok
t/op/rt119311 .................................................. Exiting subroutine via last at op/rt119311.t line 47.
Exiting subroutine via last at op/rt119311.t line 47.
Exiting subroutine via next at op/rt119311.t line 51.
Exiting subroutine via next at op/rt119311.t line 51.
Exiting subroutine via redo at op/rt119311.t line 56.
Exiting subroutine via redo at op/rt119311.t line 56.
Exiting subroutine via last at op/rt119311.t line 92.
Exiting subroutine via last at op/rt119311.t line 92.
Exiting subroutine via next at op/rt119311.t line 96.
Exiting subroutine via next at op/rt119311.t line 96.
Exiting subroutine via redo at op/rt119311.t line 101.
Exiting subroutine via redo at op/rt119311.t line 101.
Use of uninitialized value $_ in study at op/rt119311.t line 143.
Exiting format via last at op/rt119311.t line 149.
Exiting format via last at op/rt119311.t line 149.
Exiting format via next at op/rt119311.t line 157.
Exiting format via next at op/rt119311.t line 157.
Exiting format via redo at op/rt119311.t line 165.
Exiting format via redo at op/rt119311.t line 165.
Exiting subroutine via last at op/rt119311.t line 222.
Exiting format via last at op/rt119311.t line 222.
Exiting subroutine via next at op/rt119311.t line 226.
Exiting format via next at op/rt119311.t line 226.
Exiting subroutine via redo at op/rt119311.t line 231.
Exiting format via redo at op/rt119311.t line 231.
ok
t/op/runlevel .................................................. PROG: 
my @a = (1, 2, 3);
{
  @a = sort { last ; } @a;
}
EXPECTED:
Can't "last" outside a loop block at - line 3.
GOT:
Exiting pseudo-block via last at - line 3.
Can't "last" outside a loop block at - line 3.
# Failed test 1 - at op/runlevel.t line 15
PROG: 
package TEST;
my $foo = '';
sub TIEHANDLE {
  my $foo;
  return bless \$foo;
}
sub PRINT {
print STDERR "PRINT CALLED\n";
(split(/./, 'x'x10000))[0];
eval('die("test\n")');
}
 
package main;
 
open FH, ">&STDOUT";
tie *FH, 'TEST';
print FH "OK\n";
print STDERR "DONE\n";
EXPECTED:
PRINT CALLED
DONE
GOT:
Useless use of list slice in void context at - line 9.
PRINT CALLED
DONE
# Failed test 4 - at op/runlevel.t line 15
PROG: 
my %seen = ();
sub sortfn {
  (split(/./, 'x'x10000))[0];
  my (@y) = ( 4, 6, 5);
  @y = sort { $a <=> $b } @y;
  my $t = "sortfn ".join(', ', @y)."\n";
  print $t if ($seen{$t}++ == 0);
  return $_[0] <=> $_[1];
}
my @x = ( 3, 2, 1 );
@x = sort { &sortfn($a, $b) } @x;
print "---- ".join(', ', @x)."\n";
EXPECTED:
sortfn 4, 5, 6
---- 1, 2, 3
GOT:
Useless use of list slice in void context at - line 3.
sortfn 4, 5, 6
---- 1, 2, 3
# Failed test 9 - at op/runlevel.t line 15
PROG: 
my @a = (1, 2, 3);
foo:
{
  @a = sort { last foo; } @a;
}
EXPECTED:
Label not found for "last foo" at - line 4.
GOT:
Exiting pseudo-block via last at - line 4.
Label not found for "last foo" at - line 4.
# Failed test 11 - at op/runlevel.t line 15
PROG: 
package TEST;
 
sub TIESCALAR {
  my $foo;
  return bless \$foo;
}
sub FETCH {
  next;
  return "ZZZ";
}
sub STORE {
}
 
package main;
my $bar = '';
tie $bar, 'TEST';
{
  print "- $bar\n";
}
print "OK\n";
EXPECTED:
Can't "next" outside a loop block at - line 8.
GOT:
Exiting subroutine via next at - line 8.
Can't "next" outside a loop block at - line 8.
# Failed test 12 - at op/runlevel.t line 15
PROG: 
package TEST;
sub TIESCALAR {
  my $foo;
  next;
  return bless \$foo;
}
package main;
my $bar = '';
{
tie $bar, 'TEST';
}
EXPECTED:
Can't "next" outside a loop block at - line 4.
GOT:
Exiting subroutine via next at - line 4.
Can't "next" outside a loop block at - line 4.
# Failed test 16 - at op/runlevel.t line 15
PROG: 
sub TIEHANDLE { bless {} }
sub PRINT { next }

tie *STDERR, '';
{ map ++$_, 1 }

EXPECTED:
Can't "next" outside a loop block at - line 2.
GOT:
Exiting subroutine via next at - line 2.
Can't "next" outside a loop block at - line 2.
# Failed test 22 - at op/runlevel.t line 15
PROG: 
sub TIEHANDLE { bless {} }
sub PRINT { 
    (split(/./, 'x'x10000))[0];
    eval('die("test\n")');
    warn "[TIE] $_[1]";
}
open OLDERR, '>&STDERR';
tie *STDERR, '';

use warnings FATAL => qw(uninitialized);
print undef;

EXPECTED:
[TIE] Use of uninitialized value in print at - line 11.
GOT:
Useless use of list slice in void context at - line 3.
Name "main::OLDERR" used only once: possible typo at - line 7.
[TIE] Use of uninitialized value in print at - line 11.
# Failed test 24 - at op/runlevel.t line 15
#
# Note: 'run_multiple_progs' run has one or more failures
#        you can consider setting the environment variable
#        PERL_TEST_ABORT_FIRST_FAILURE=1 before running the test
#        to stop on the first error.
#
FAILED at test 1
t/op/select .................................................... ok
t/op/setpgrpstack .............................................. ok
t/op/sigdispatch ............................................... ok
t/op/signame_canonical ......................................... ok
t/op/signatures ................................................ ok
t/op/sigsystem ................................................. ok
t/op/sleep ..................................................... ok
t/op/smartkve .................................................. ok
t/op/smartmatch ................................................ # Failed test 350 - don't fill the stack with rubbish at ./test.pl line 1069
#      got "Useless use of bitwise or (|) in void context at - line 1.\n1"
# expected "1"
# PROG: 
# print (q(x) ~~ q(x)) | (/x/ ~~ %!)
# STATUS: 0
# Failed test 352 - don't qr-ify left-side match against a stacked argument at ./test.pl line 1069
#      got "Use of uninitialized value in print at - line 1."
# expected ""
# PROG: 
# print(0->[0 =~ qr/1/ ~~ 0])
# STATUS: 0
# Failed test 353 - don't qr-ify right-side match against a stacked argument at ./test.pl line 1069
#      got "Use of uninitialized value in print at - line 1."
# expected ""
# PROG: 
# print(0->[0 ~~ (0 =~ qr/1/)])
# STATUS: 0
FAILED at test 350
t/op/sort ...................................................... # Failed test 172 - [perl \#77930] cx_stack reallocation during sort at ./test.pl line 1069
#      got "Use of uninitialized value $count in addition (+) at - line 4.\nDeep recursion on anonymous subroutine at - line 5.\nUse of uninitialized value $count in addition (+) at - line 4.\nDeep recursion on anonymous subroutine at - line 5.\nUse of uninitialized value $count in addition (+) at - line 4.\nDeep recursion on anonymous subroutine at - line 5.\nUse of uninitialized value $count in addition (+) at - line 4.\nDeep recursion on anonymous subroutine at - line 5.\nUse of uninitialized value $count in addition (+) at - line 4.\nDeep recursion on anonymous subroutine at - line 5.\nUse of uninitialized value $count in addition (+) at - line 4.\nDeep recursion on anonymous subroutine at - line 5.\nUse of uninitialized value $count in addition (+) at - line 4.\nDeep recursion on anonymous subroutine at - line 5.\nUse of uninitialized value $count in addition (+) at - line 4.\nDeep recursion on anonymous subroutine at - line 5.\nUse of uninitialized value $count in addition (+) at - line 4.\nDeep recursion on anonymous subroutine at - line 5.\nUse of uninitialized value $count in addition (+) at - line 4.\nDeep recursion on anonymous subroutine at - line 5.\nUse of uninitialized value $count in addition (+) at - line 4.\nDeep recursion on anonymous subroutine at - line 5.\nok"
# expected "ok"
# PROG: 
# 
#    no strict q|vars|;
#    $sub = sub {
#     local $count = $count+1;
#     ()->$sub if $count < 1000;
#     $a cmp $b
#    };
#    () = sort $sub qw<a b c d e f g>;
#    print "ok"
#  
# STATUS: 0
FAILED at test 172
t/op/splice .................................................... ok
t/op/split ..................................................... Unrecognized escape \A passed through at op/split.t line 189.
"my" variable $alpha masks earlier declaration in same scope at op/split.t line 281.
"my" variable $beta masks earlier declaration in same scope at op/split.t line 281.
"my" variable $alpha masks earlier declaration in same scope at op/split.t line 289.
"my" variable $beta masks earlier declaration in same scope at op/split.t line 289.
"my" variable $x masks earlier declaration in same scope at op/split.t line 405.
Use of uninitialized value in join or string at op/split.t line 92.
Use of uninitialized value in join or string at op/split.t line 99.
Use of uninitialized value in join or string at op/split.t line 99.
Use of uninitialized value in join or string at op/split.t line 99.
Use of uninitialized value in join or string at op/split.t line 99.
Use of uninitialized value $exp in concatenation (.) or string at op/split.t line 486.
# Failed test 172 - scalar split stack overflow at ./test.pl line 1069
#      got "Useless use of split in void context at - line 1.\nUseless use of int in void context at - line 1.\nArgument \"\" isn\'t numeric in int at - line 1."
# expected ""
# PROG: 
# map{int"";split//.0>60for"0000000000000000"}split// for"00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
# STATUS: 0
FAILED at test 172
t/op/split_unicode ............................................. ok
t/op/sprintf ................................................... ok
t/op/sprintf2 .................................................. ok
t/op/srand ..................................................... ok
t/op/sselect ................................................... Non-string passed as bitmask at op/sselect.t line 106.
Use of uninitialized value $numeric_tie in concatenation (.) or string at op/sselect.t line 107.
Use of uninitialized value $numeric_tie in concatenation (.) or string at op/sselect.t line 107.
ok
t/op/stash ..................................................... "my" variable $sub masks earlier declaration in same scope at op/stash.t line 108.
"my" variable $gv masks earlier declaration in same scope at op/stash.t line 114.
"my" variable $sub masks earlier declaration in same scope at op/stash.t line 120.
"my" variable $sub masks earlier declaration in same scope at op/stash.t line 134.
Name "Phoo::glob" used only once: possible typo at op/stash.t line 287.
Name "rile::tat" used only once: possible typo at op/stash.t line 256.
# Failed test 4 - at ./test.pl line 1069
#      got "Odd number of elements in hash assignment at - line 1."
# expected ""
# PROG: 
# package A::B; sub a { // }; %A::=""
# STATUS: 0
Subroutine FOO2::f redefined at (eval 10) line 5.
FAILED at test 4
t/op/stash_parse_gv ............................................ ok
t/op/stat ...................................................... ok
t/op/stat_errors ............................................... Name "main::SCALARFILE" used only once: possible typo at op/stat_errors.t line 14.
stat() on unopened filehandle NEVEROPENED at (eval 11) line 1.
stat() on unopened filehandle NEVEROPENED at (eval 12) line 1.
stat() on unopened filehandle SCALARFILE at (eval 13) line 1.
stat() on unopened filehandle SCALARFILE at (eval 14) line 1.
stat() on closed filehandle CLOSEDFILE at (eval 15) line 1.
stat() on closed filehandle CLOSEDFILE at (eval 16) line 1.
stat() on unopened filehandle CLOSEDDIR at (eval 17) line 1.
stat() on unopened filehandle CLOSEDDIR at (eval 18) line 1.
lstat() on filehandle NEVEROPENED at (eval 22) line 1.
lstat() on unopened filehandle NEVEROPENED at (eval 22) line 1.
lstat() on filehandle NEVEROPENED at (eval 23) line 1.
lstat() on unopened filehandle NEVEROPENED at (eval 23) line 1.
lstat() on filehandle SCALARFILE at (eval 24) line 1.
lstat() on unopened filehandle SCALARFILE at (eval 24) line 1.
lstat() on filehandle SCALARFILE at (eval 25) line 1.
lstat() on unopened filehandle SCALARFILE at (eval 25) line 1.
lstat() on filehandle CLOSEDFILE at (eval 26) line 1.
lstat() on closed filehandle CLOSEDFILE at (eval 26) line 1.
lstat() on filehandle CLOSEDFILE at (eval 27) line 1.
lstat() on closed filehandle CLOSEDFILE at (eval 27) line 1.
lstat() on filehandle CLOSEDDIR at (eval 28) line 1.
lstat() on unopened filehandle CLOSEDDIR at (eval 28) line 1.
lstat() on filehandle CLOSEDDIR at (eval 29) line 1.
lstat() on unopened filehandle CLOSEDDIR at (eval 29) line 1.
-r on unopened filehandle NEVEROPENED at (eval 33) line 1.
-r on unopened filehandle NEVEROPENED at (eval 34) line 1.
-r on closed filehandle CLOSEDFILE at (eval 37) line 1.
-r on closed filehandle CLOSEDFILE at (eval 38) line 1.
-r on unopened filehandle CLOSEDDIR at (eval 39) line 1.
-r on unopened filehandle CLOSEDDIR at (eval 40) line 1.
-w on unopened filehandle NEVEROPENED at (eval 44) line 1.
-w on unopened filehandle NEVEROPENED at (eval 45) line 1.
-w on closed filehandle CLOSEDFILE at (eval 48) line 1.
-w on closed filehandle CLOSEDFILE at (eval 49) line 1.
-w on unopened filehandle CLOSEDDIR at (eval 50) line 1.
-w on unopened filehandle CLOSEDDIR at (eval 51) line 1.
-x on unopened filehandle NEVEROPENED at (eval 55) line 1.
-x on unopened filehandle NEVEROPENED at (eval 56) line 1.
-x on closed filehandle CLOSEDFILE at (eval 59) line 1.
-x on closed filehandle CLOSEDFILE at (eval 60) line 1.
-x on unopened filehandle CLOSEDDIR at (eval 61) line 1.
-x on unopened filehandle CLOSEDDIR at (eval 62) line 1.
-o on unopened filehandle NEVEROPENED at (eval 66) line 1.
-o on unopened filehandle NEVEROPENED at (eval 67) line 1.
-o on closed filehandle CLOSEDFILE at (eval 70) line 1.
-o on closed filehandle CLOSEDFILE at (eval 71) line 1.
-o on unopened filehandle CLOSEDDIR at (eval 72) line 1.
-o on unopened filehandle CLOSEDDIR at (eval 73) line 1.
-R on unopened filehandle NEVEROPENED at (eval 77) line 1.
-R on unopened filehandle NEVEROPENED at (eval 78) line 1.
-R on closed filehandle CLOSEDFILE at (eval 81) line 1.
-R on closed filehandle CLOSEDFILE at (eval 82) line 1.
-R on unopened filehandle CLOSEDDIR at (eval 83) line 1.
-R on unopened filehandle CLOSEDDIR at (eval 84) line 1.
-W on unopened filehandle NEVEROPENED at (eval 88) line 1.
-W on unopened filehandle NEVEROPENED at (eval 89) line 1.
-W on closed filehandle CLOSEDFILE at (eval 92) line 1.
-W on closed filehandle CLOSEDFILE at (eval 93) line 1.
-W on unopened filehandle CLOSEDDIR at (eval 94) line 1.
-W on unopened filehandle CLOSEDDIR at (eval 95) line 1.
-X on unopened filehandle NEVEROPENED at (eval 99) line 1.
-X on unopened filehandle NEVEROPENED at (eval 100) line 1.
-X on closed filehandle CLOSEDFILE at (eval 103) line 1.
-X on closed filehandle CLOSEDFILE at (eval 104) line 1.
-X on unopened filehandle CLOSEDDIR at (eval 105) line 1.
-X on unopened filehandle CLOSEDDIR at (eval 106) line 1.
-O on unopened filehandle NEVEROPENED at (eval 110) line 1.
-O on unopened filehandle NEVEROPENED at (eval 111) line 1.
-O on closed filehandle CLOSEDFILE at (eval 114) line 1.
-O on closed filehandle CLOSEDFILE at (eval 115) line 1.
-O on unopened filehandle CLOSEDDIR at (eval 116) line 1.
-O on unopened filehandle CLOSEDDIR at (eval 117) line 1.
-e on unopened filehandle NEVEROPENED at (eval 121) line 1.
-e on unopened filehandle NEVEROPENED at (eval 122) line 1.
-e on closed filehandle CLOSEDFILE at (eval 125) line 1.
-e on closed filehandle CLOSEDFILE at (eval 126) line 1.
-e on unopened filehandle CLOSEDDIR at (eval 127) line 1.
-e on unopened filehandle CLOSEDDIR at (eval 128) line 1.
-z on unopened filehandle NEVEROPENED at (eval 132) line 1.
-z on unopened filehandle NEVEROPENED at (eval 133) line 1.
-z on closed filehandle CLOSEDFILE at (eval 136) line 1.
-z on closed filehandle CLOSEDFILE at (eval 137) line 1.
-z on unopened filehandle CLOSEDDIR at (eval 138) line 1.
-z on unopened filehandle CLOSEDDIR at (eval 139) line 1.
-s on unopened filehandle NEVEROPENED at (eval 143) line 1.
-s on unopened filehandle NEVEROPENED at (eval 144) line 1.
-s on closed filehandle CLOSEDFILE at (eval 147) line 1.
-s on closed filehandle CLOSEDFILE at (eval 148) line 1.
-s on unopened filehandle CLOSEDDIR at (eval 149) line 1.
-s on unopened filehandle CLOSEDDIR at (eval 150) line 1.
-f on unopened filehandle NEVEROPENED at (eval 154) line 1.
-f on unopened filehandle NEVEROPENED at (eval 155) line 1.
-f on closed filehandle CLOSEDFILE at (eval 158) line 1.
-f on closed filehandle CLOSEDFILE at (eval 159) line 1.
-f on unopened filehandle CLOSEDDIR at (eval 160) line 1.
-f on unopened filehandle CLOSEDDIR at (eval 161) line 1.
-d on unopened filehandle NEVEROPENED at (eval 165) line 1.
-d on unopened filehandle NEVEROPENED at (eval 166) line 1.
-d on closed filehandle CLOSEDFILE at (eval 169) line 1.
-d on closed filehandle CLOSEDFILE at (eval 170) line 1.
-d on unopened filehandle CLOSEDDIR at (eval 171) line 1.
-d on unopened filehandle CLOSEDDIR at (eval 172) line 1.
Use of -l on filehandle NEVEROPENED at (eval 176) line 1.
Use of -l on filehandle SCALARFILE at (eval 177) line 1.
Use of -l on filehandle CLOSEDFILE at (eval 178) line 1.
Use of -l on filehandle CLOSEDDIR at (eval 179) line 1.
-p on unopened filehandle NEVEROPENED at (eval 182) line 1.
-p on unopened filehandle NEVEROPENED at (eval 183) line 1.
-p on closed filehandle CLOSEDFILE at (eval 186) line 1.
-p on closed filehandle CLOSEDFILE at (eval 187) line 1.
-p on unopened filehandle CLOSEDDIR at (eval 188) line 1.
-p on unopened filehandle CLOSEDDIR at (eval 189) line 1.
-S on unopened filehandle NEVEROPENED at (eval 193) line 1.
-S on unopened filehandle NEVEROPENED at (eval 194) line 1.
-S on closed filehandle CLOSEDFILE at (eval 197) line 1.
-S on closed filehandle CLOSEDFILE at (eval 198) line 1.
-S on unopened filehandle CLOSEDDIR at (eval 199) line 1.
-S on unopened filehandle CLOSEDDIR at (eval 200) line 1.
-b on unopened filehandle NEVEROPENED at (eval 204) line 1.
-b on unopened filehandle NEVEROPENED at (eval 205) line 1.
-b on closed filehandle CLOSEDFILE at (eval 208) line 1.
-b on closed filehandle CLOSEDFILE at (eval 209) line 1.
-b on unopened filehandle CLOSEDDIR at (eval 210) line 1.
-b on unopened filehandle CLOSEDDIR at (eval 211) line 1.
-c on unopened filehandle NEVEROPENED at (eval 215) line 1.
-c on unopened filehandle NEVEROPENED at (eval 216) line 1.
-c on closed filehandle CLOSEDFILE at (eval 219) line 1.
-c on closed filehandle CLOSEDFILE at (eval 220) line 1.
-c on unopened filehandle CLOSEDDIR at (eval 221) line 1.
-c on unopened filehandle CLOSEDDIR at (eval 222) line 1.
-u on unopened filehandle NEVEROPENED at (eval 236) line 1.
-u on unopened filehandle NEVEROPENED at (eval 237) line 1.
-u on closed filehandle CLOSEDFILE at (eval 240) line 1.
-u on closed filehandle CLOSEDFILE at (eval 241) line 1.
-u on unopened filehandle CLOSEDDIR at (eval 242) line 1.
-u on unopened filehandle CLOSEDDIR at (eval 243) line 1.
-g on unopened filehandle NEVEROPENED at (eval 247) line 1.
-g on unopened filehandle NEVEROPENED at (eval 248) line 1.
-g on closed filehandle CLOSEDFILE at (eval 251) line 1.
-g on closed filehandle CLOSEDFILE at (eval 252) line 1.
-g on unopened filehandle CLOSEDDIR at (eval 253) line 1.
-g on unopened filehandle CLOSEDDIR at (eval 254) line 1.
-k on unopened filehandle NEVEROPENED at (eval 258) line 1.
-k on unopened filehandle NEVEROPENED at (eval 259) line 1.
-k on closed filehandle CLOSEDFILE at (eval 262) line 1.
-k on closed filehandle CLOSEDFILE at (eval 263) line 1.
-k on unopened filehandle CLOSEDDIR at (eval 264) line 1.
-k on unopened filehandle CLOSEDDIR at (eval 265) line 1.
-T on unopened filehandle NEVEROPENED at (eval 269) line 1.
-T on unopened filehandle NEVEROPENED at (eval 270) line 1.
-T on closed filehandle CLOSEDFILE at (eval 273) line 1.
-T on closed filehandle CLOSEDFILE at (eval 274) line 1.
-T on unopened filehandle CLOSEDDIR at (eval 275) line 1.
-T on unopened filehandle CLOSEDDIR at (eval 276) line 1.
-B on unopened filehandle NEVEROPENED at (eval 280) line 1.
-B on unopened filehandle NEVEROPENED at (eval 281) line 1.
-B on closed filehandle CLOSEDFILE at (eval 284) line 1.
-B on closed filehandle CLOSEDFILE at (eval 285) line 1.
-B on unopened filehandle CLOSEDDIR at (eval 286) line 1.
-B on unopened filehandle CLOSEDDIR at (eval 287) line 1.
-M on unopened filehandle NEVEROPENED at (eval 291) line 1.
-M on unopened filehandle NEVEROPENED at (eval 292) line 1.
-M on closed filehandle CLOSEDFILE at (eval 295) line 1.
-M on closed filehandle CLOSEDFILE at (eval 296) line 1.
-M on unopened filehandle CLOSEDDIR at (eval 297) line 1.
-M on unopened filehandle CLOSEDDIR at (eval 298) line 1.
-A on unopened filehandle NEVEROPENED at (eval 302) line 1.
-A on unopened filehandle NEVEROPENED at (eval 303) line 1.
-A on closed filehandle CLOSEDFILE at (eval 306) line 1.
-A on closed filehandle CLOSEDFILE at (eval 307) line 1.
-A on unopened filehandle CLOSEDDIR at (eval 308) line 1.
-A on unopened filehandle CLOSEDDIR at (eval 309) line 1.
-C on unopened filehandle NEVEROPENED at (eval 313) line 1.
-C on unopened filehandle NEVEROPENED at (eval 314) line 1.
-C on closed filehandle CLOSEDFILE at (eval 317) line 1.
-C on closed filehandle CLOSEDFILE at (eval 318) line 1.
-C on unopened filehandle CLOSEDDIR at (eval 319) line 1.
-C on unopened filehandle CLOSEDDIR at (eval 320) line 1.
ok
t/op/state ..................................................... ok
t/op/study ..................................................... ok
t/op/studytied ................................................. ok
t/op/sub ....................................................... ok
t/op/sub_lval .................................................. "my" variable $str masks earlier declaration in same scope at op/sub_lval.t line 540.
Useless use of reference constructor in void context at op/sub_lval.t line 883.
Useless use of a constant (2) in void context at (eval 32) line 1.
Useless use of a constant (2) in void context at (eval 33) line 1.
Useless use of a constant (2) in void context at (eval 34) line 1.
Useless use of a constant (2) in void context at (eval 35) line 1.
Useless use of a constant (2) in void context at (eval 36) line 1.
Useless use of a constant (2) in void context at (eval 37) line 1.
Useless use of a constant (2) in void context at (eval 38) line 1.
Useless use of a constant (2) in void context at (eval 41) line 1.
Useless use of a constant (2) in void context at (eval 42) line 1.
Useless use of a constant (2) in void context at (eval 45) line 2.
Useless use of a constant (2) in void context at (eval 46) line 2.
Useless use of a constant (2) in void context at (eval 50) line 2.
Useless use of a constant (2) in void context at (eval 52) line 2.
Useless use of a constant (2) in void context at (eval 54) line 2.
Use of uninitialized value $_ in concatenation (.) or string at op/sub_lval.t line 420.
Use of uninitialized value $_ in concatenation (.) or string at op/sub_lval.t line 431.
Useless use of a constant (3) in void context at (eval 58) line 1.
Use of uninitialized value $_ in concatenation (.) or string at op/sub_lval.t line 451.
Use of uninitialized value $_ in concatenation (.) or string at op/sub_lval.t line 461.
ok
t/op/substr .................................................... ok
t/op/substr_thr ................................................ ok
t/op/svleak .................................................... Useless use of defined operator in void context at op/svleak.t line 85.
Useless use of defined operator in void context at op/svleak.t line 88.
Useless use of defined operator in void context at op/svleak.t line 90.
Useless use of private variable in void context at op/svleak.t line 457.
Scalar value @count[3] better written as $count[3] at op/svleak.t line 185.
Scalar value @count[0] better written as $count[0] at op/svleak.t line 185.
Scalar value @count[3] better written as $count[3] at op/svleak.t line 187.
Scalar value @count[0] better written as $count[0] at op/svleak.t line 187.
Scalar value @count[3] better written as $count[3] at op/svleak.t line 190.
Scalar value @count[0] better written as $count[0] at op/svleak.t line 190.
Scalar value @count[3] better written as $count[3] at op/svleak.t line 192.
Scalar value @count[0] better written as $count[0] at op/svleak.t line 192.
Scalar value @count[3] better written as $count[3] at op/svleak.t line 195.
Scalar value @count[0] better written as $count[0] at op/svleak.t line 195.
Scalar value @count[3] better written as $count[3] at op/svleak.t line 197.
Scalar value @count[0] better written as $count[0] at op/svleak.t line 197.
Scalar value @count[3] better written as $count[3] at op/svleak.t line 201.
Scalar value @count[0] better written as $count[0] at op/svleak.t line 201.
Scalar value @count[3] better written as $count[3] at op/svleak.t line 203.
Scalar value @count[0] better written as $count[0] at op/svleak.t line 203.
Scalar value @count[3] better written as $count[3] at op/svleak.t line 206.
Scalar value @count[0] better written as $count[0] at op/svleak.t line 206.
Scalar value @count[3] better written as $count[3] at op/svleak.t line 208.
Scalar value @count[0] better written as $count[0] at op/svleak.t line 208.
Scalar value @count[3] better written as $count[3] at op/svleak.t line 211.
Scalar value @count[0] better written as $count[0] at op/svleak.t line 211.
Scalar value @count[3] better written as $count[3] at op/svleak.t line 213.
Scalar value @count[0] better written as $count[0] at op/svleak.t line 213.
Subroutine foo redefined at (eval 45) line 1.
Subroutine foo redefined at (eval 46) line 1.
"my" variable $a masks earlier declaration in same statement at (eval 66) line 1.
"my" variable $a masks earlier declaration in same statement at (eval 67) line 1.
"our" variable $a redeclared at (eval 69) line 1.
"our" variable $a redeclared at (eval 70) line 1.
Subroutine foo redefined at (eval 72) line 6.
Format STDOUT redefined at (eval 73) line 2.
Subroutine foo redefined at (eval 73) line 6.
Use of uninitialized value $x in addition (+) at (eval 96) line 1.
Use of uninitialized value $x in addition (+) at (eval 96) line 1.
Use of uninitialized value $x in addition (+) at (eval 96) line 1.
Use of uninitialized value $x in addition (+) at (eval 96) line 1.
Use of uninitialized value $x in addition (+) at (eval 96) line 1.
Use of uninitialized value $x in addition (+) at (eval 96) line 1.
Use of uninitialized value $x in addition (+) at (eval 96) line 1.
Use of uninitialized value $x in addition (+) at (eval 96) line 1.
Use of uninitialized value $x in addition (+) at (eval 96) line 1.
Use of uninitialized value $x in addition (+) at (eval 96) line 1.
Use of uninitialized value $x in addition (+) at (eval 96) line 1.
Use of uninitialized value $x in addition (+) at (eval 96) line 1.
Use of uninitialized value $x in addition (+) at (eval 96) line 1.
Use of uninitialized value $x in addition (+) at (eval 96) line 1.
Use of uninitialized value $x in addition (+) at (eval 96) line 1.
Use of uninitialized value $x in addition (+) at (eval 96) line 1.
Use of uninitialized value $x in addition (+) at (eval 96) line 1.
Use of uninitialized value $x in addition (+) at (eval 96) line 1.
Use of uninitialized value $x in addition (+) at (eval 96) line 1.
Use of uninitialized value $x in addition (+) at (eval 96) line 1.
Argument "base" isn't numeric in addition (+) at (eval 96) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Use of uninitialized value $x in addition (+) at (eval 97) line 1.
Argument "base" isn't numeric in addition (+) at (eval 97) line 1.
Use of uninitialized value $_ in pattern match (m//) at (eval 105) line 1.
Use of uninitialized value $_ in pattern match (m//) at (eval 106) line 1.
Use of uninitialized value $_ in pattern match (m//) at (eval 124) line 1.
Use of uninitialized value $_ in pattern match (m//) at (eval 125) line 1.
Use of uninitialized value $_ in pattern match (m//) at (eval 127) line 1.
Use of uninitialized value $_ in pattern match (m//) at (eval 128) line 1.
Use of uninitialized value $_ in substitution (s///) at (eval 130) line 1.
Use of uninitialized value $_ in substitution (s///) at (eval 131) line 1.
Use of uninitialized value $_ in pattern match (m//) at (eval 133) line 1.
Use of uninitialized value $_ in pattern match (m//) at (eval 134) line 1.
Use of uninitialized value $_ in pattern match (m//) at (eval 136) line 1.
Use of uninitialized value $_ in pattern match (m//) at (eval 137) line 1.
POSIX syntax [. .] belongs inside character classes (but this one isn't implemented) in regex; marked by <-- HERE in m/[.zog.] <-- HERE / at (eval 142) line 1.
Use of uninitialized value $_ in pattern match (m//) at (eval 142) line 1.
POSIX syntax [. .] belongs inside character classes (but this one isn't implemented) in regex; marked by <-- HERE in m/[.zog.] <-- HERE / at (eval 143) line 1.
Use of uninitialized value $_ in pattern match (m//) at (eval 143) line 1.
Use of uninitialized value $_ in pattern match (m//) at (eval 145) line 1.
Use of uninitialized value $_ in pattern match (m//) at (eval 146) line 1.
Use of uninitialized value $_ in pattern match (m//) at op/svleak.t line 299.
Use of uninitialized value at op/svleak.t line 299.
Use of uninitialized value $_ in pattern match (m//) at op/svleak.t line 299.
Use of uninitialized value at op/svleak.t line 299.
Subroutine recredef redefined at (eval 223) line 1.
Subroutine main::recredef redefined at op/svleak.t line 324.
Subroutine recredef redefined at (eval 224) line 1.
Subroutine main::recredef redefined at op/svleak.t line 324.
Use of uninitialized value $ in string at (eval 255) line 1.
Use of uninitialized value $ in string at (eval 256) line 1.
Odd number of elements in hash assignment at op/svleak.t line 398.
Odd number of elements in hash assignment at op/svleak.t line 398.
Use of uninitialized value $_ in pattern match (m//) at op/svleak.t line 481.
Use of uninitialized value $_ in pattern match (m//) at op/svleak.t line 481.
Use of uninitialized value $_ in pattern match (m//) at op/svleak.t line 484.
Use of uninitialized value $_ in pattern match (m//) at op/svleak.t line 484.
Use of uninitialized value $_ in pattern match (m//) at op/svleak.t line 481.
Use of uninitialized value $_ in pattern match (m//) at op/svleak.t line 481.
Use of uninitialized value $_ in pattern match (m//) at op/svleak.t line 484.
Use of uninitialized value $_ in pattern match (m//) at op/svleak.t line 484.
Replacement list is longer than search list at (eval 332) line 1.
Replacement list is longer than search list at (eval 333) line 1.
ok
t/op/switch .................................................... ok
t/op/symbolcache ............................................... ok
t/op/sysio ..................................................... ok
t/op/taint ..................................................... Useless use of join or string in void context at op/taint.t line 105.
Useless use of sprintf in void context at op/taint.t line 2081.
Useless use of subtraction (-) in void context at op/taint.t line 2088.
"my" variable @got masks earlier declaration in same scope at op/taint.t line 2176.
"my" variable @got masks earlier declaration in same scope at op/taint.t line 2186.
Useless use of concatenation (.) or string in void context at op/taint.t line 2275.
Useless use of index in void context at op/taint.t line 2458.
Useless use of join or string in void context at tmp67569B line 2.
# shmget failed: No space left on device
Use of uninitialized value $rcvd in string eq at op/taint.t line 1569.
Use of uninitialized value $_[0] in join or string at op/taint.t line 105, <$fh> chunk 1.
Use of uninitialized value $_[0] in join or string at op/taint.t line 105.
Use of uninitialized value $_[0] in join or string at op/taint.t line 105.
Use of uninitialized value $tainted in eval "string" at (eval 43) line 1.
Redundant argument in sprintf at op/taint.t line 2258.
Redundant argument in sprintf at op/taint.t line 2260.
Redundant argument in sprintf at op/taint.t line 2258.
Redundant argument in sprintf at op/taint.t line 2260.
Redundant argument in sprintf at op/taint.t line 2258.
Redundant argument in sprintf at op/taint.t line 2260.
Redundant argument in sprintf at op/taint.t line 2258.
Redundant argument in sprintf at op/taint.t line 2260.
Argument "<" isn't numeric in multiplication (*) at op/taint.t line 2309.
Argument "<" isn't numeric in multiplication (*) at op/taint.t line 2313.
Argument "<" isn't numeric in multiplication (*) at op/taint.t line 2317.
Argument "<" isn't numeric in multiplication (*) at op/taint.t line 2319.
Use of uninitialized value in index at op/taint.t line 2458.
Use of uninitialized value $x in concatenation (.) or string at op/taint.t line 2519.
Use of uninitialized value $_[0] in join or string at op/taint.t line 105.
Use of uninitialized value $_[0] in join or string at op/taint.t line 105.
Use of uninitialized value $_[0] in join or string at op/taint.t line 105.
ok
t/op/threads-dirh .............................................. # Failed test 1 - crash when duping dirh at ./test.pl line 1069
#      got "Unquoted string \"dir\" may clash with future reserved word at - line 2.\nName \"main::dir\" used only once: possible typo at - line 2.\nok"
# expected "ok"
# PROG: 
#    use threads;
#    opendir dir, 'op';
#    async{}->join for 1..2;
#    print "ok";
# STATUS: 0
FAILED at test 1
t/op/threads ................................................... # Failed test 29 - RT \#36664: Strange behavior of shared array at ./test.pl line 1069
#      got "Useless use of numeric gt (>) in void context at - line 6.\n3.5,3.5"
# expected "3.5,3.5"
# PROG: 
# use threads;
# use threads::shared;
# 
# our @List : shared = (1..5);
# my $v = 3.5;
# $v > 0;
# $List[3] = $v;
# printf "%s,%s", @List[(3)], $List[3];
# STATUS: 0
FAILED at test 29
t/op/tie ....................................................... PROG: 

use Tie::Hash;
my ($alpha, %h); $a = tie %h, 'Tie::StdHash';
untie %h;
EXPECTED:

GOT:
untie attempted while 1 inner references still exist at - line 4.
# Failed test 3 - standard behaviour, with 1 extra reference at op/tie.t line 18
PROG: 

use Tie::Hash;
my %h; tie %h, 'Tie::StdHash';
my $alpha = tied %h;
untie %h;
EXPECTED:

GOT:
untie attempted while 1 inner references still exist at - line 5.
# Failed test 4 - standard behaviour, with 1 extra reference via tied at op/tie.t line 18
PROG: 
sub TIESCALAR { bless $_[1], $_[0] }
my $var;
tie $var, 'main', \$var;
untie $var;
EXPECTED:

GOT:
untie attempted while 1 inner references still exist at - line 4.
# Failed test 27 - [perl \#23287] segfault in untie at op/tie.t line 18
PROG: 

package TieDollarComma;

sub TIESCALAR {
     my $pkg = shift;
     return bless \my $x, $pkg;
}

sub STORE {
    my $self = shift;
    $$self = shift;
    print "STORE set '$$self'\n";
}

sub FETCH {
    my $self = shift;
    print "<FETCH>";
    return $$self;
}
package main;

tie $,, 'TieDollarComma';
$, = 'BOBBINS';
print "join", "things", "up\n";
EXPECTED:
STORE set 'BOBBINS'
join<FETCH>BOBBINSthings<FETCH>BOBBINSup
GOT:
Parentheses missing around "my" list at - line 6.
STORE set 'BOBBINS'
join<FETCH>BOBBINSthings<FETCH>BOBBINSup
# Failed test 30 - [perl \#948] cannot meaningfully tie $, at op/tie.t line 18
PROG: 

my $file = 'rt23810.pm';

my $e;
my $s;
my $pm;

sub do_require {
    my ($str, $eval) = @_;
    open my $fh, '>', $file or die "Can't create $file: $!\n";
    print $fh $str;
    close $fh;
    if ($eval) {
        $s .= '-ERQ';
        eval { require $pm; $s .= '-ENDE' }
    }
    else {
        $s .= '-RQ';
        require $pm;
    }
    $s .= '-ENDRQ';
    unlink $file;
}

sub TIEHASH { bless {} }

sub FETCH {
    # 10 or more syntax errors makes yyparse croak()
    no strict 'vars';
    # Needed so that we can introduce a syntax error for testing
    my $bad = q{$x+;$x+;$x+;$x+;$x+;$x+;$x+;$x+;$x+$x+;$x+;$x+;$x+;$x+;;$x+;};

    if ($_[1] eq 'eval') {
        $s .= 'EVAL';
        eval q[BEGIN { die; $s .= '-X1' }];
        $s .= '-BD';
        eval q[BEGIN { $x+ }];
        $s .= '-BS';
        eval '$x+';
        $s .= '-E1';
        $s .= '-S1' while $@ =~ /syntax error at/g;
        eval $bad;
        $s .= '-E2';
        $s .= '-S2' while $@ =~ /syntax error at/g;
    }
    elsif ($_[1] eq 'require') {
        $s .= 'REQUIRE';
        my @text = (
            q[BEGIN { die; $s .= '-X1' }],
            q[BEGIN { $x+ }],
            '$x+',
            $bad
        );
        for my $i (0..$#text) {
            $s .= "-$i";
            do_require($txt[$i], 0) if $e;;
            do_require($txt[$i], 1);
        }
    }
    elsif ($_[1] eq 'exit') {
        eval q[exit(0); print "overshot eval\n"];
    }
    else {
        print "unknown key: '$_[1]'\n";
    }
    return "-R";
}
my %foo;
tie %foo, "main";

for my $action(qw(eval require)) {
    $s = ''; $e = 0; $s .= main->FETCH($action); print "$action: s0=$s\n";
    $s = ''; $e = 1; eval { $s .= main->FETCH($action)}; print "$action: s1=$s\n";
    $s = ''; $e = 0; $s .= $foo{$action}; print "$action: s2=$s\n";
    $s = ''; $e = 1; eval { $s .= $foo{$action}}; print "$action: s3=$s\n";
}
1 while unlink $file;

$foo{'exit'};
print "overshot main\n"; # shouldn't reach here

EXPECTED:
eval: s0=EVAL-BD-BS-E1-S1-E2-S2-S2-S2-S2-S2-S2-S2-S2-S2-S2-R
eval: s1=EVAL-BD-BS-E1-S1-E2-S2-S2-S2-S2-S2-S2-S2-S2-S2-S2-R
eval: s2=EVAL-BD-BS-E1-S1-E2-S2-S2-S2-S2-S2-S2-S2-S2-S2-S2-R
eval: s3=EVAL-BD-BS-E1-S1-E2-S2-S2-S2-S2-S2-S2-S2-S2-S2-S2-R
require: s0=REQUIRE-0-ERQ-ENDRQ-1-ERQ-ENDRQ-2-ERQ-ENDRQ-3-ERQ-ENDRQ-R
require: s1=REQUIRE-0-RQ
require: s2=REQUIRE-0-ERQ-ENDRQ-1-ERQ-ENDRQ-2-ERQ-ENDRQ-3-ERQ-ENDRQ-R
require: s3=REQUIRE-0-RQ
GOT:
Useless use of hash element in void context at - line 79.
Use of uninitialized value $str in print at - line 11.
Use of uninitialized value $str in print at - line 11.
Use of uninitialized value $str in print at - line 11.
Use of uninitialized value $str in print at - line 11.
Use of uninitialized value $str in print at - line 11.
Use of uninitialized value $str in print at - line 11.
Use of uninitialized value $str in print at - line 11.
Use of uninitialized value $str in print at - line 11.
Use of uninitialized value $str in print at - line 11.
Use of uninitialized value $str in print at - line 11.
eval: s0=EVAL-BD-BS-E1-S1-E2-S2-S2-S2-S2-S2-S2-S2-S2-S2-S2-R
eval: s1=EVAL-BD-BS-E1-S1-E2-S2-S2-S2-S2-S2-S2-S2-S2-S2-S2-R
eval: s2=EVAL-BD-BS-E1-S1-E2-S2-S2-S2-S2-S2-S2-S2-S2-S2-S2-R
eval: s3=EVAL-BD-BS-E1-S1-E2-S2-S2-S2-S2-S2-S2-S2-S2-S2-S2-R
require: s0=REQUIRE-0-ERQ-ENDRQ-1-ERQ-ENDRQ-2-ERQ-ENDRQ-3-ERQ-ENDRQ-R
require: s1=REQUIRE-0-RQ
require: s2=REQUIRE-0-ERQ-ENDRQ-1-ERQ-ENDRQ-2-ERQ-ENDRQ-3-ERQ-ENDRQ-R
require: s3=REQUIRE-0-RQ
# Failed test 41 - RT 23810: eval in die in FETCH can corrupt context stack at op/tie.t line 18
PROG: 
#          element

sub TIEARRAY { bless [], $_[0] }
sub TIEHASH  { bless [], $_[0] }
sub FETCH { $_[0]->[$_[1]] }
sub STORE { $_[0]->[$_[1]] = $_[2] }


sub f {
    local $_[0];
}
my (@a, %h);
tie @a, 'main';
tie %h, 'main';

foreach ($a[0], $h{a}) {
    f($_);
}
# on failure, chucks up 'premature free' etc messages
EXPECTED:

GOT:
Argument "a" isn't numeric in array element at - line 5.
# Failed test 42 - RT 8857: STORE incorrectly invoked for local($_) on aliased tied array at op/tie.t line 18
PROG: 
{
 package overloaded;
 use overload
  '*{}' => sub { print '*{}'; \*100 },
  '@{}' => sub { print '@{}'; \@100 },
  '%{}' => sub { print '%{}'; \%100 },
  '${}' => sub { print '${}'; \$100 },
  map {
   my $op = $_;
   $_ => sub { print "$op"; 100 }
  } qw< 0+ "" + ** * / % - neg int abs == < > <= >= != <=> <> >
}
my $o = bless [], 'overloaded';

sub TIESCALAR { bless {}, "" }
sub FETCH { print "fetching... "; $o }
sub STORE{}
my $ghew; tie $ghew, "";

my (@spled, %frit, $drile);
$ghew=undef; 1+$ghew; print "\n";
$ghew=undef; $ghew**1; print "\n";
$ghew=undef; $ghew*1; print "\n";
$ghew=undef; $ghew/1; print "\n";
$ghew=undef; $ghew%1; print "\n";
$ghew=undef; $ghew-1; print "\n";
$ghew=undef; -$ghew; print "\n";
$ghew=undef; int $ghew; print "\n";
$ghew=undef; abs $ghew; print "\n";
$ghew=undef; 1 == $ghew; print "\n";
$ghew=undef; $ghew<1; print "\n";
$ghew=undef; $ghew>1; print "\n";
$ghew=undef; $ghew<=1; print "\n";
$ghew=undef; $ghew >=1; print "\n";
$ghew=undef; $ghew != 1; print "\n";
$ghew=undef; $ghew<=>1; print "\n";
$ghew=undef; <$ghew>; print "\n";
$ghew=\*shrext; *$ghew; print "\n";
$ghew=\@spled; @$ghew; print "\n";
$ghew=\%frit; %$ghew; print "\n";
$ghew=\$drile; $$ghew; print "\n";
EXPECTED:
fetching... +
fetching... **
fetching... *
fetching... /
fetching... %
fetching... -
fetching... neg
fetching... int
fetching... abs
fetching... ==
fetching... <
fetching... >
fetching... <=
fetching... >=
fetching... !=
fetching... <=>
fetching... <>
fetching... *{}
fetching... @{}
fetching... %{}
fetching... ${}
GOT:
Useless use of addition (+) in void context at - line 21.
Useless use of exponentiation (**) in void context at - line 22.
Useless use of multiplication (*) in void context at - line 23.
Useless use of division (/) in void context at - line 24.
Useless use of modulus (%) in void context at - line 25.
Useless use of subtraction (-) in void context at - line 26.
Useless use of negation (-) in void context at - line 27.
Useless use of int in void context at - line 28.
Useless use of abs in void context at - line 29.
Useless use of numeric eq (==) in void context at - line 30.
Useless use of numeric lt (<) in void context at - line 31.
Useless use of numeric gt (>) in void context at - line 32.
Useless use of numeric le (<=) in void context at - line 33.
Useless use of numeric ge (>=) in void context at - line 34.
Useless use of numeric ne (!=) in void context at - line 35.
Useless use of numeric comparison (<=>) in void context at - line 36.
Useless use of a variable in void context at - line 38.
Useless use of a variable in void context at - line 39.
Useless use of a variable in void context at - line 40.
Useless use of a variable in void context at - line 41.
Name "main::shrext" used only once: possible typo at - line 38.
Explicit blessing to '' (assuming package main) at - line 15.
fetching... +
fetching... **
fetching... *
fetching... /
fetching... %
fetching... -
fetching... neg
fetching... int
fetching... abs
fetching... ==
fetching... <
fetching... >
fetching... <=
fetching... >=
fetching... !=
fetching... <=>
fetching... <>
fetching... *{}
fetching... @{}
fetching... %{}
fetching... ${}
# Failed test 45 - Ties returning overloaded objects at op/tie.t line 18
PROG: 
sub IO::File::TIEARRAY {
    die "Did not want to invoke IO::File::TIEARRAY";
}
my @a; fileno FOO; tie @a, "FOO"
EXPECTED:
Can't locate object method "TIEARRAY" via package "FOO" (perhaps you forgot to load "FOO"?) at - line 4.
GOT:
Useless use of fileno in void context at - line 4.
Can't locate object method "TIEARRAY" via package "FOO" (perhaps you forgot to load "FOO"?) at - line 4.
# Failed test 48 - tie mustn't attempt to call methods on bareword filehandles. at op/tie.t line 18
PROG: 
my $foo; tie $foo, undef;
EXPECTED:
Can't locate object method "TIESCALAR" via package "main" at - line 1.
GOT:
Use of uninitialized value in tie at - line 1.
Can't locate object method "TIESCALAR" via package "main" at - line 1.
# Failed test 50 - tie into undef package name at op/tie.t line 18
PROG: 
#

sub TIESCALAR { bless [] }
sub FETCH { __PACKAGE__ }
sub STORE {}
our $x; tie $x, "";
"$x";
{
    local $x;
    $x = 3;
}
print "ok\n";
EXPECTED:
ok
GOT:
Useless use of string in void context at - line 7.
ok
# Failed test 58 - Localising a tied COW scalar should not make it read-only. at op/tie.t line 18
PROG: 

sub TIESCALAR {bless[]}
sub FETCH {*foo}
sub f::TIEHANDLE{bless[], 'f'}
tie *foo, "f";
my $rin; tie $rin, "";
[$rin]; # call FETCH
print ref tied $rin, "\n";
print ref tied *$rin, "\n";
EXPECTED:
main
f
GOT:
Useless use of anonymous array ([]) in void context at - line 7.
main
f
# Failed test 62 - tied() should still work on tied scalars after glob assignment at op/tie.t line 18
PROG: 

sub ::72 { 73 };
sub TIESCALAR {bless[]}
sub STORE{}
sub FETCH { 72 }
tie my $x, "main";
my $y; $x = \$y;
\&$x;
print "ok\n";
EXPECTED:
ok
GOT:
Useless use of single ref constructor in void context at - line 8.
ok
# Failed test 66 - \&$tied with $tied holding a reference before the fetch (but not after) at op/tie.t line 18
PROG: 

BEGIN { unless (defined &DynaLoader::boot_DynaLoader) {
    print "HASH\nHASH\nARRAY\nARRAY\n"; exit;
}}
use Scalar::Util 'weaken';
{ package xoufghd;
  sub TIEHASH { Scalar::Util::weaken($_[1]); bless \$_[1], xoufghd:: }
  *TIEARRAY = *TIEHASH;
  DESTROY {
     bless ${$_[0]} || return, 0;
} }
my $ref;
for my $sub (
    # hashes: ties before backrefs
    sub {
        my %hash;
        $ref = ref \%hash;
        tie %hash, xoufghd::, \%hash;
        1;
    },
    # hashes: backrefs before ties
    sub {
        my %hash;
        $ref = ref \%hash;
        weaken(my $x = \%hash);
        tie %hash, xoufghd::, \%hash;
        1;
    },
    # arrays: ties before backrefs
    sub {
        my @array;
        $ref = ref \@array;
        tie @array, xoufghd::, \@array;
        1;
    },
    # arrays: backrefs before ties
    sub {
        my @array;
        $ref = ref \@array;
        weaken(my $x = \@array);
        tie @array, xoufghd::, \@array;
        1;
    },
) {
    &$sub;
    &$sub;
    print $ref, "\n";
}
EXPECTED:
HASH
HASH
ARRAY
ARRAY
GOT:
Name "xoufghd::TIEARRAY" used only once: possible typo at - line 8.
HASH
HASH
ARRAY
ARRAY
# Failed test 69 - Lexicals should not be visible to magic methods on scope exit at op/tie.t line 18
PROG: 

sub TIESCALAR{bless[]}
sub FETCH{warn "fetching\n"; *foo}
sub STORE{}
our $x; tie $x, "";
local $x;
warn "before";
"$x";
warn "after";
EXPECTED:
fetching
before at - line 7.
fetching
after at - line 9.
GOT:
Useless use of string in void context at - line 8.
fetching
before at - line 7.
fetching
after at - line 9.
# Failed test 70 - Localising a tied variable with a typeglob in it should copy magic at op/tie.t line 18
PROG: 

use strict;
my $i = 0;
sub A::TIESCALAR {bless [] => 'A'}
sub A::FETCH {print ++ $i, "\n"}
my @a = ("", "", "");

tie $" => 'A';
"@a";

$i = 0;
tie my $alpha => 'A';
join $alpha, 1..10;
EXPECTED:
1
1
GOT:
Useless use of join or string in void context at - line 9.
Useless use of join or string in void context at - line 13.
1
1
# Failed test 75 - [perl \#8931] FETCH for tied $" called an odd number of times. at op/tie.t line 18
PROG: 

sub NEGATIVE_INDICES;
sub TIEARRAY{bless[]};
sub FETCHSIZE{}
my @a = ();
tie @a, "";
print "ok\n" if ! defined $a[-1];
EXPECTED:
ok
GOT:
Use of uninitialized value $a[-1] in constant lexical array element at - line 7.
ok
# Failed test 80 - Crash when reading negative index when NEGATIVE_INDICES stub exists at op/tie.t line 18
PROG: 

sub TIEARRAY{
    print \$_[1] == \$_[1] ? "ok\n" : "not ok\n";
};
my @a = ();
my ($alpha, $beta);
tie @a, "", "$alpha$beta";
EXPECTED:
ok
GOT:
Use of uninitialized value $alpha in concatenation (.) or string at - line 7.
Use of uninitialized value $beta in concatenation (.) or string at - line 7.
ok
# Failed test 83 - [perl \#78194] Passing op return values to tie constructors at op/tie.t line 18
PROG: 


sub TIESCALAR : lvalue {
    ${+pop} = bless [], shift;
}
my ($t, $alpha, $beta);
tie $t, "", \$alpha;
$alpha = 7;
($alpha, $beta) = (3, tied $t);
print "a is $alpha\n";
print "b is $beta\n";
EXPECTED:
a is 3
b is 7
GOT:
Explicit blessing to '' (assuming package main) at - line 4.
a is 3
b is 7
# Failed test 87 - tied() in list assignment at op/tie.t line 18
#
# Note: 'run_multiple_progs' run has one or more failures
#        you can consider setting the environment variable
#        PERL_TEST_ABORT_FIRST_FAILURE=1 before running the test
#        to stop on the first error.
#
FAILED at test 3
t/op/tie_fetch_count ........................................... ok
t/op/tiearray .................................................. Useless use of push with no values at op/tiearray.t line 211.
Useless use of unshift with no values at op/tiearray.t line 215.
Useless use of join or string in void context at op/tiearray.t line 291.
ok
t/op/tiehandle ................................................. ok
t/op/time ...................................................... ok
t/op/time_loop ................................................. ok
t/op/tr ........................................................ Use of uninitialized value $x in transliteration (tr///) at op/tr.t line 20.
Use of uninitialized value in transliteration (tr///) at (eval 29) line 1.
Use of uninitialized value in transliteration (tr///) at (eval 30) line 1.
Use of uninitialized value in transliteration (tr///) at (eval 31) line 1.
Useless use of /d modifier in transliteration operator at (eval 36) line 1.
ok
t/op/tr_latin1 ................................................. ok
t/op/undef ..................................................... ok
t/op/universal ................................................. Name "main::b" used only once: possible typo at op/universal.t line 104.
# Failed test 113 - at ./test.pl line 1069
#      got "Useless use of a variable in void context at - line 1.\nok"
# expected "ok"
# PROG: 
# $:; UNIVERSAL::isa(":","Unicode::String");print "ok"
# STATUS: 0
While trying to resolve method call splatt->isa() can not locate package "zlopp" yet it is mentioned in @splatt::ISA (perhaps you forgot to load "zlopp"?) at op/universal.t line 253.
While trying to resolve method call splatt->isa() can not locate package "plop" yet it is mentioned in @splatt::ISA (perhaps you forgot to load "plop"?) at op/universal.t line 259.
Can't locate package UniversalParent for @UNIVERSAL::ISA at op/universal.t line 347.
Can't locate package UniversalParent for @UNIVERSAL::ISA during global destruction.
Can't locate package UniversalParent for @UNIVERSAL::ISA during global destruction.
Can't locate package UniversalParent for @UNIVERSAL::ISA during global destruction.
FAILED at test 113
t/op/unlink .................................................... ok
t/op/unshift ................................................... ok
t/op/upgrade ................................................... ok
t/op/utf8cache ................................................. ok
t/op/utf8decode ................................................ Useless use of unpack in void context at op/utf8decode.t line 77.
ok
t/op/utf8magic ................................................. ok
t/op/utfhash ................................................... ok
t/op/utftaint .................................................. Useless use of join or string in void context at op/utftaint.t line 15.
"my" variable $taint masks earlier declaration in same scope at op/utftaint.t line 79.
"my" variable $taint masks earlier declaration in same scope at op/utftaint.t line 109.
"my" variable $taint masks earlier declaration in same scope at op/utftaint.t line 120.
"my" variable $taint masks earlier declaration in same scope at op/utftaint.t line 131.
# Failed test 87 - matching a regexp is taint agnostic at ./test.pl line 1069
#      got "Use of uninitialized value $_ in pattern match (m//) at - line 1.\nUse of uninitialized value $_ in pattern match (m//) at - line 1.\nok"
# expected "ok"
# PROG: 
# $a = substr $^X, 0, 0; /\x{100}/i; /$a\x{100}/i || print q,ok,
# STATUS: 0
# Failed test 88 - therefore swash_init should be taint agnostic at ./test.pl line 1069
#      got "Use of uninitialized value $_ in pattern match (m//) at - line 1.\nok"
# expected "ok"
# PROG: 
# $a = substr $^X, 0, 0; /$a\x{100}/i || print q,ok,
# STATUS: 0
FAILED at test 87
t/op/vec ....................................................... ok
t/op/ver ....................................................... ok
t/op/waitpid ................................................... ok
t/op/wantarray ................................................. ok
t/op/warn ...................................................... # Failed test 25 - at warn.t line 172
#      got "2"
# expected "1"
# Failed test 26 - !SvOK tied $@ that returns ref is used at warn.t line 173
#      got "Subroutine Tie::StdScalar::STORE redefined at warn.t line 168.\n"
# expected "SCALAR(0x801c64a20)"
# Failed test 27 - at warn.t line 191
#      got "2"
# expected "1"
# Failed test 28 - Subroutine Tie::StdScalar::STORE redefined at warn.t line 187.
#  is not a reference at warn.t line 192
FAILED at test 25
t/op/while ..................................................... Unquoted string "tmp" may clash with future reserved word at op/while.t line 12.
Unquoted string "tmp" may clash with future reserved word at op/while.t line 13.
Unquoted string "tmp" may clash with future reserved word at op/while.t line 14.
Unquoted string "tmp" may clash with future reserved word at op/while.t line 15.
Unquoted string "tmp" may clash with future reserved word at op/while.t line 16.
Unquoted string "tmp" may clash with future reserved word at op/while.t line 17.
Unquoted string "tmp" may clash with future reserved word at op/while.t line 18.
Unquoted string "fh" may clash with future reserved word at op/while.t line 22.
Unquoted string "fh" may clash with future reserved word at op/while.t line 31.
Unquoted string "fh" may clash with future reserved word at op/while.t line 41.
Unquoted string "fh" may clash with future reserved word at op/while.t line 57.
Unquoted string "fh" may clash with future reserved word at op/while.t line 70.
Unquoted string "fh" may clash with future reserved word at op/while.t line 84.
Unquoted string "fh" may clash with future reserved word at op/while.t line 98.
Use of uninitialized value $_ in pattern match (m//) at op/while.t line 36, <fh> line 8.
Use of uninitialized value $_ in pattern match (m//) at op/while.t line 77, <fh> line 21.
# Failed test 26 - [perl \#72406] segv with do{}until CONST where const is not folded at ./test.pl line 1069
#      got "Name \"main::ok\" used only once: possible typo at - line 1.\nfoobar"
# expected "foobar"
# PROG: 
# { package o; use overload bool => sub { die unless $::ok++; return 1 } }
# use constant OK => bless [], o::;
# do{print("foobar\n");}until OK;
# STATUS: 0
FAILED at test 26
t/op/write ..................................................... "my" variable $fox masks earlier declaration in same scope at op/write.t line 160.
"my" variable $temp masks earlier declaration in same scope at op/write.t line 789.
"my" variable $temp masks earlier declaration in same scope at op/write.t line 924.
"my" variable $temp masks earlier declaration in same scope at op/write.t line 979.
"my" variable $exp masks earlier declaration in same scope at op/write.t line 1435.
Name "main::globcopy" used only once: possible typo at op/write.t line 2025.
Name "main::CmT" used only once: possible typo at op/write.t line 1465.
Name "main::ERROR" used only once: possible typo at op/write.t line 1908.
Format OUT2 redefined at (eval 14) line 1.
Not enough format arguments at op/write.t line 502.
Not enough format arguments at op/write.t line 502.
Use of uninitialized value $u22a in formline at op/write.t line 613.
# Failed test 468 - \#129125 - chop on format at ./test.pl line 1069
#      got "Not enough format arguments at - line 2.\n^"
# expected "^"
# PROG: 
# my $x = '^@';
# formline$x=>$x;
# print $^A;
# STATUS: 0
Use of uninitialized value in formline at op/write.t line 1854.
write() on unopened filehandle UNDEF at op/write.t line 1864.
Use of uninitialized value $birds in formline at op/write.t line 1892.
Applying substitution (s///) to @_ will act on scalar(@_) at (eval 21) line 5.
# Failed test 579 - \#123245 panic in sv_chop at ./test.pl line 1069
#      got "Name \"main::x\" used only once: possible typo at - line 4.\nUse of uninitialized value $x in formline at - line 4.\ndd|"
# expected "dd|"
# PROG: 
# no strict 'vars'; use warnings 'syntax' ;
# format STDOUT =
# ^*|^*
# my $x = q/dd/, $x
# .
# write;
# STATUS: 0
FAILED at test 468
t/op/yadayada .................................................. print() on unopened filehandle STDOUT at (eval 22) line 2.
print() on unopened filehandle STDOUT at (eval 23) line 2.
print() on unopened filehandle STDOUT at (eval 24) line 2.
ok

