nayakgi / perl-compiler

Automatically exported from code.google.com/p/perl-compiler
Other
0 stars 0 forks source link

t/CORE/op/write.t: format adds \f if read from STDIN #291

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
prove -vw t/C-COMPILED/CORE--op--write.t
...
    # Failed at t/CORE/op/write.t line 695
    #      got "    \f\n"
    # expected "    \n"
    ok 344
    ok 345
    ok 346
    ok 347
    ok 348
    not ok 349
    # Failed at t/CORE/op/write.t line 695
    #      got "    \f\n"
    # expected "    \n"
    ok 350
    ok 351
    ok 352
    ok 353
    ok 354
    ok 355
    ok 356
    not ok 357
    # Failed at t/CORE/op/write.t line 695
    #      got "    \f\n"
    # expected "    \n"

Original issue reported on code.google.com by todd.e.rinaldo on 6 Feb 2014 at 10:24

GoogleCodeExporter commented 9 years ago
Pretty sure this has something to do with switching which format is selected on 
STDOUT at the time. Don't really care if it's fixed...

Original comment by todd.e.rinaldo on 6 Feb 2014 at 10:25

GoogleCodeExporter commented 9 years ago

Original comment by reini.urban on 6 Feb 2014 at 11:54

GoogleCodeExporter commented 9 years ago
comment added to t/CORE/op/write.t i.e. 
t/C-COMPILED/CORE--op--write===BADTEST-238.t with commit 
55ec78f935554f30a1a57654f52827811ab0066e
Author: Reini Urban <rurban@cpanel.net>
Date:   Thu Feb 6 18:01:37 2014 -0600

    op/magic-27839.t: fix undefined pv and fullname warnings #292

Original comment by reini.urban on 7 Feb 2014 at 12:04