summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* (perl #131844) fix various space calculation issues in pp_pack.cTony Cook2018-03-231-1/+23
* properly check readpipe()'s argument listZefram2018-03-021-3/+24
* Regression test for RT #129196Dan Collins2017-08-231-1/+5
* Test data mistake was masked by mistaken fractional matchingJarkko Hietaniemi2017-08-091-1/+1
* Do not deploy the fractional matching without fractionsJarkko Hietaniemi2017-08-091-1/+1
* Test subnormals with quadmathJarkko Hietaniemi2017-08-091-0/+20
* Handle subnormals of x86 80-bitJarkko Hietaniemi2017-08-091-5/+17
* Use library testing for subnormalityJarkko Hietaniemi2017-08-091-2/+13
* Follow-up on a149d118.Jarkko Hietaniemi2017-08-091-2/+5
* [perl #128919] limited exponent range in hex fp literal with long doubleJarkko Hietaniemi2017-08-091-1/+11
* Avoid test noise on non-longdouble.Jarkko Hietaniemi2017-08-091-1/+1
* [rt.perl.org #128909] printf %a mishandles exponent-crossing rounding with lo...Jarkko Hietaniemi2017-08-091-2/+7
* Bogus skip count.Jarkko Hietaniemi2017-08-091-1/+1
* Test new hexfp fixes also on (x86 80-bit) long doubles.Jarkko Hietaniemi2017-08-091-74/+95
* Fix on top of 75326c48.Jarkko Hietaniemi2017-08-091-1/+1
* The new tests are valid only for IEEE 754 64-bit doubles.Jarkko Hietaniemi2017-08-091-45/+45
* [rt.perl.org #128893]: printf %a botches 0 flag for negative valuesJarkko Hietaniemi2017-08-091-1/+10
* [rt.perl.org #128890]: printf %a rounds incorrectlyJarkko Hietaniemi2017-08-091-2/+29
* [rt.perl.org #128889]: printf %a mishandles negative pseudo-precisionJarkko Hietaniemi2017-08-091-1/+4
* [rt.perl.org #128888]: printf %a mishandles zero precisionJarkko Hietaniemi2017-08-091-1/+6
* Add rt.perl.org reference for b6d9b423Jarkko Hietaniemi2017-08-091-0/+1
* hexfp: IEEE 754 subnormals printf %aJarkko Hietaniemi2017-08-091-1/+43
* [perl #128951] Fix ASan error with @{\327Father Chrysostomos2017-08-091-2/+9
* [perl #128597] Crash from gp_free/ckWARN_dFather Chrysostomos2017-08-091-1/+17
* [perl #128106] Fix reset with non-globsFather Chrysostomos2017-08-081-1/+11
* [perl #128086] Test the prev commitFather Chrysostomos2017-08-081-1/+8
* [perl #127952] misoptimization for negated constant-ish on lhs of logopAaron Crane2017-08-081-1/+27
* [perl #126482] Fix assert fail ‘a_const a_const’Father Chrysostomos2017-07-281-1/+5
* PATCH: [perl #128734] tr/\N{...}/ failing for 128-255Karl Williamson2017-07-281-1/+10
* [perl #128313] Fix leak in perl 5.24 with strict and regex posix char classesYves Orton2017-07-281-1/+11
* [perl #128182] Fix crash with require $nonstringFather Chrysostomos2017-07-281-1/+9
* Fix checks for tainted dir in $ENV{PATH}Father Chrysostomos2017-02-231-1/+17
* test lexical $foo = "$foo"David Mitchell2016-05-031-0/+18
* error messages vary between platforms, use errno values insteadTony Cook2016-04-071-2/+9
* (perl #126162) warn if stat() is called on an arrayDan Collins2016-04-071-1/+9
* don't test crypt()s tied fetch count if we don't have crypt()Tony Cook2016-04-041-6/+12
* RT #127786: assertion failure with eval in DB pkg.David Mitchell2016-03-281-1/+13
* stop lc() etc accidentally modifying in-place.David Mitchell2016-03-241-1/+25
* Remove no longer valid testsJohn Peacock2016-03-172-4/+0
* [perl #127494] don't cache AUTOLOAD as DESTROYTony Cook2016-02-101-1/+0
* [perl #127494] TODO test for $AUTOLOAD being set for DESTROYTony Cook2016-02-101-1/+21
* [perl #124387] call AUTOLOAD when DESTROY isn't definedTony Cook2016-02-081-1/+1
* [perl #124387] TODO test for AUTOLOAD on DESTROYTony Cook2016-02-081-1/+12
* Additional hexfp %a tests inspired by c95ea682.Jarkko Hietaniemi2016-02-031-0/+15
* convert CX_PUSHSUB/POPSUB to inline fnsDavid Mitchell2016-02-031-2/+2
* rename POPFOO() to CX_POPFOO()David Mitchell2016-02-031-2/+2
* dounwind(): do a POPBLOCK for final cx frame.David Mitchell2016-02-031-1/+13
* fix CxFOREACHDavid Mitchell2016-02-031-1/+43
* fix *_ = "" for 0 .. 1;David Mitchell2016-02-031-1/+41
* replace leave_common() with leave_adjust_stacks()David Mitchell2016-02-032-1/+23