This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump version to 5.33.5
[perl5.git] / Porting / deparse-skips.txt
2020-08-26 David Mitchelladd new autodie test file to 'TEST -deparse' skips
2019-04-19 David Mitchellupdate Porting/deparse-skips.txt
2018-03-20 David MitchellDeparse.pm: handle postfix $r->$#*
2018-03-20 David Mitchelladd entries to Porting/deparse-skips.txt
2017-11-23 David Mitchellupdate Porting/deparse-skips.txt
2017-06-05 David MitchellPorting/deparse-skips.txt: add failing tests
2017-06-05 David Mitchellpurge Porting/deparse-skips.txt
2017-06-05 David Mitchelldeparse-skips.txt: remove cpan/File-Path/t/taint.t
2017-06-05 David Mitchelldeparse-skips.txt: add Archive-Tar/t/03_file.t
2017-06-05 David Mitchellsort Porting/deparse-skips.txt
2017-06-05 David MitchellDeparse: better handle BEGIN { use_ok() }
2017-06-05 David MitchellDeparse my var attributes correctly
2017-06-05 David MitchellDeparse.pm: handle BEGIN { require expr }
2016-10-04 David Mitchellmake OP_SPLIT a PMOP, and eliminate OP_PUSHRE
2016-08-03 David Mitchellmore pruning of Porting/deparse-skips.txt
2016-08-03 David Mitchellfix deparsing of Test::More's use_ok()
2016-08-03 David Mitchellhandle deparsing of sub prototypes with sigs
2016-03-23 David MitchellMark unexpectedly passing TEST -deparse tests
2015-11-23 David Mitchellmove encoding-warnings from cpan/ to dist/
2014-12-24 Father Chrysostomosdeparse-skips.txt: comp/require.t passes
2014-12-23 Father Chrysostomosdeparse-skips.txt: Note a couple skip reasons
2014-12-23 Father Chrysostomosdeparse-skips.txt: More passing tests
2014-12-21 Father Chrysostomosdeparse-skips.txt: op/gv.t is failing
2014-12-15 Father Chrysostomosdeparse-skips.txt: op/getpid.t fails
2014-12-15 Father Chrysostomosdeparse-skips.txt: More passing tests
2014-12-15 Father Chrysostomosdeparse-skips.txt: eval tests pass
2014-12-15 Father Chrysostomosdeparse-skips.txt: Skip reason for op/each.t
2014-12-14 Father Chrysostomosdeparse-skips.txt: do.t now passes
2014-12-14 Father Chrysostomosdeparse-skips.txt: crypt.t now passes
2014-12-14 Father Chrysostomosdeparse-skips.txt: coreamp.t now passes
2014-12-14 Father Chrysostomosdeparse-skips.txt: More passing tests
2014-12-14 Father Chrysostomosdeparse-skips.t: chdir.t passes
2014-12-14 Father Chrysostomosdeparse-skips.t: bop.t passes
2014-12-14 Father Chrysostomosdeparse-skips.t: Note bug number for attrs.t
2014-12-14 Father Chrysostomosdeparse-skips.t: Reason for attrhand.t skip
2014-12-14 Father Chrysostomosdeparse-skips.txt: array_base.t now passes
2014-12-13 Father Chrysostomosdeparse-skips.t: array.t now passes
2014-12-13 Father Chrysostomosdeparse-skips.t: opbasic tests are passing
2014-12-13 Father Chrysostomosdeparse-skips.t: Note reason for re/rxcode.t
2014-12-13 Father Chrysostomosdeparse-skips.t: More passing re tests
2014-12-13 Father Chrysostomosdeparse-skips.t: Note ticket num for re/reg_fold.t
2014-12-13 Father Chrysostomosdeparse-skips.t: re/reg_eval_scope.t passes
2014-12-13 Father Chrysostomosdeparse-skips.t: Note ticket num for re/pat_advanced.t
2014-12-13 Father Chrysostomosdeparse-skips.t: Note reasons for re/pat_rt_report.t
2014-12-13 Father Chrysostomosdeparse-skips.t: re/pat_re_eval.t passes
2014-12-12 Father Chrysostomosdeparse-skips.t: Note reason for re/pat.t
2014-12-08 Father Chrysostomosdeparse-skips.txt: Note bug number for re/overload.t
2014-12-08 Father Chrysostomosdeparse-skips.txt: More passing tests
2014-12-08 Father Chrysostomosdeparse-skips.txt: run/switches.t passes
2014-12-08 Father Chrysostomosdeparse-skips.txt: Note skip reason for switchd-78586.t
2014-12-07 Father Chrysostomosdeparse-skips.txt: Note why switchI.t is skipped
2014-12-07 Father Chrysostomosdeparse-skips.txt: switchC.t passes
2014-12-07 David MitchellAdd OP_MULTIDEREF
2014-12-07 Father Chrysostomosdeparse-skips.txt: Note why comp/parser.t fails
2014-12-07 Father Chrysostomosdeparse-skips.txt: comp/proto.t now passes
2014-12-06 Father ChrysostomosRemove comp/opsubs.t from deparse-skips.txt
2014-12-06 Father ChrysostomosRemove comp/hints.t from deparse-skips.txt
2014-12-06 Father Chrysostomosdeparse-skips.txt: Note some skip reasons
2014-12-06 Father ChrysostomosRemove comp/form_scope.t from deparse-skips.txt
2014-08-08 Chris 'BinGOs' Wil... Move ExtUtils-Install to cpan/
2014-08-07 Chris 'BinGOs' Wil... Move ExtUtils-Manifest to cpan/
2014-06-13 Matthew Horsfall... [perl #121126] - Allow deparse tests to skip/ignore...