summaryrefslogtreecommitdiff
path: root/ext/B/t/optree_specials.t
Commit message (Expand)AuthorAgeFilesLines
* Don't set the OPf_SPECIAL bit on implicit VERSION/import/export callsDagfinn Ilmari Mannsåker2022-07-271-42/+42
* Remove all "configured without perlio" test SKIPs from ext/BNicholas Clark2021-09-161-1/+0
* Make Exporter strict and warnings compliantTodd Rinaldo2020-10-051-285/+431
* fix ext/B/t/optree_specials.tDavid Mitchell2017-11-141-12/+18
* Remove unnecessary module loads from B and OTodd Rinaldo2017-11-081-252/+442
* Fix up B::Concise tests following op flag changeFather Chrysostomos2016-09-051-18/+18
* Make B use B::COP for nulled COPsFather Chrysostomos2014-11-201-6/+6
* Simplify double-nextstate optimisationFather Chrysostomos2014-10-141-24/+24
* Make OP_METHOD* to be of new class METHOPsyber2014-10-031-18/+18
* add missing op_private labels to Concise etcDavid Mitchell2014-09-101-18/+18
* ext/B: remove pre-5.10 supportDavid Mitchell2012-10-261-17/+6
* Fix VMS build broken by d1718a7cf5Father Chrysostomos2012-04-051-36/+36
* [perl #111462] Move strict hints from %^H to $^HFather Chrysostomos2012-04-031-36/+36
* Fix up ext/B/t for strict.pm changesFather Chrysostomos2011-12-071-36/+36
* In B's OptreeCheck, always report inconsistent errors as a failed test.Nicholas Clark2011-02-041-1/+1
* Remove commented out 'require test.pl' lines in B's tests.Nicholas Clark2011-02-031-1/+0
* Peephole optimise adjacent pairs of nextstate ops.Nicholas Clark2010-08-271-232/+220
* Remove the $ENV{PERL_CORE} boilerplate from B's tests.Nicholas Clark2009-08-301-7/+1
* Hopefully really fix test failures with -CNicholas Clark2007-09-281-20/+20
* I forgot to patch for the threaded caseRafael Garcia-Suarez2007-09-271-4/+4
* Hopefully fix test failures with -CRafael Garcia-Suarez2007-09-271-4/+4
* Re: [patch] improve B::Concise -src supportJim Cromie2007-09-261-90/+242
* Get B compiling and passing all tests on both 5.9.x and 5.8.xNicholas Clark2007-03-131-7/+8
* Properly handle the differences in hints in the optree with/withoutNicholas Clark2007-02-181-26/+26
* Move all the cut&paste open TODO logic into OptreeCheck.pm, where itNicholas Clark2007-02-161-8/+0
* B:: changes for UNITCHECK blocksAlexander Gough2006-10-201-4/+36
* Eliminate most of the UTF-8 black smoke by skipping optree tests whenNicholas Clark2006-06-051-0/+12
* Move the hints from op_private into cop_hints. This allows all 32 bitsNicholas Clark2006-05-201-34/+34
* regression test for 25352Jim Cromie2005-09-051-1/+38
* With shared hash key scalars now accessing the hash via the PVX, youNicholas Clark2005-06-131-4/+4
* For now, TODO the 2 tests that fail on 5.8.xNicholas Clark2005-04-221-1/+9
* Re: [patch] decrufting OptreeCheck stuffJim Cromie2005-01-271-6/+1
* Re: [PATCH] Remove Carp from warnings.pmJim Cromie2005-01-071-121/+75
* Cleanup ext/B tests for -w and to run separatelyStephen McCamant2004-12-291-3/+8
* Correct change 23437 - as Config isn't imported, need to use a fullyNicholas Clark2004-10-311-2/+1
* Skip tests that require Data::Dumper if it is not builtNicholas Clark2004-10-301-0/+6
* If we don't build B, we should skip all its tests.Nicholas Clark2004-06-181-0/+5
* Test portability nit.Steve Hay2004-05-201-7/+1
* Re: more B::Concise stuff (PATCH - updated)Jim Cromie2004-05-141-0/+273