summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* make OP_AELEMFAST work with negative indicesDavid Mitchell2014-02-281-1/+44
* [perl #120939] at least fix the leak in const_av_xsubTony Cook2014-02-211-1/+5
* [perl #120936] op/taint.t handling of no ipcsysv on cygwinTony Cook2014-02-181-4/+14
* [perl #121242] Fix crash in gp_free when gv is freedFather Chrysostomos2014-02-151-1/+58
* [perl #120374] Stop for($h{k}||'') from vivifyingFather Chrysostomos2014-02-091-2/+15
* merge basic zefram/purple_signatures into bleadZefram2014-02-062-4/+1310
|\
| * more tests for signaturesZefram2014-02-021-1/+71
| * more torture tests for signaturesZefram2014-02-011-1/+145
| * subroutine signaturesZefram2014-02-012-4/+1096
* | handy.h Special case toCTRL('?') for EBCDICKarl Williamson2014-02-051-1/+9
* | Don't test locales that are invalid for needed categoriesKarl Williamson2014-02-041-2/+2
* | Test state vars following padranges [Perl #121134]Matthew Horsfall2014-02-031-1/+31
|/
* Work properly under UTF-8 LC_CTYPE localesKarl Williamson2014-01-271-1/+38
* t/op/sigdispatch.t: SKIP, not TODOBrian Fraser2014-01-261-2/+2
* t/op/filetest.t: On Android, don't try checking if ln exists with whichBrian Fraser2014-01-261-2/+9
* t/op/sigdispatch.t: Increase timeout to avoid issues on slow processorsBrian Fraser2014-01-261-1/+1
* t/op/stat.t: use 'ls -l' on android, even if d_readlink is definedBrian Fraser2014-01-261-1/+2
* t/op/fork.t: Up the sleep time in a test to avoid timing issuesBrian Fraser2014-01-261-1/+1
* t/op/fork.t: Work around android only having an inbuilt echoBrian Fraser2014-01-261-0/+3
* t/op/magic.t: Skip tests that use env on AndroidBrian Fraser2014-01-261-2/+6
* t/op/magic.t: Work around android only having an inbuilt pwdBrian Fraser2014-01-261-0/+3
* t/op/incfilter.t: Work around android only having an inbuilt echoBrian Fraser2014-01-261-1/+6
* t/op/sigdispatch.t: TODO tests that don't work on some Android buildsJess Robinson2014-01-261-1/+4
* t/op/magic.t: TODO tests that don't work on some cross-compile buildsJess Robinson2014-01-261-0/+1
* t/op/sprintf.t: Add Android to the list of skips for %.0gJess Robinson2014-01-261-1/+1
* t/op/magic.t: Use three-arg open to avooid creating a subshellBrian Fraser2014-01-221-3/+3
* Moved a glob test from t/run/fresh_perl.t to t/op/glob.tBrian Fraser2014-01-221-1/+35
* [perl #121031] fix all of the other incorrect calls to fresh_perl_is()Tony Cook2014-01-204-5/+5
* [perl #121031] pass a valid value for $runperl_args to fresh_perl_is()Tony Cook2014-01-201-2/+2
* fix splice+isa test that got mangled when making splice.t use test.plTobias Leich2014-01-201-1/+1
* [perl #119949] Stop undef *_, goto &sub from crashingFather Chrysostomos2014-01-181-1/+18
* [perl #119973] Treat initial { in format args as blockFather Chrysostomos2014-01-181-1/+20
* t/op/threads-dirh.t: Only test telldir and seekdir if they are availableBrian Fraser2014-01-181-0/+2
* t/op/getpid.t: Silence undef warnings if getconf doesn't exist.Brian Fraser2014-01-181-1/+1
* t/op/magic.t: Comment for an unlink testJess Robinson2014-01-181-1/+1
* t/op/taint.t: Skip crypt tests if !d_cryptJess Robinson2014-01-181-12/+15
* threads.t: Increase watchdog timeoutFather Chrysostomos2014-01-161-1/+1
* rename aggref warnings to autoderefRicardo Signes2014-01-146-7/+7
* More test tweaksFather Chrysostomos2014-01-141-1/+9
* Make key/push $scalar experimentalFather Chrysostomos2014-01-147-6/+15
* Fix require’s get-magic handling for @INC elementsFather Chrysostomos2014-01-101-1/+35
* [perl #120657] Fix require PADTMP when @INC=(sub{},sub{})Father Chrysostomos2014-01-041-1/+15
* Reënable in-place lc/ucFather Chrysostomos2014-01-011-1/+12
* lc.t: More tests for #43207Father Chrysostomos2014-01-011-7/+16
* Purge sfio support, which has been broken for a decade.Nicholas Clark2013-12-272-3/+3
* Interpret do CORE() as do-fileFather Chrysostomos2013-12-241-0/+10
* Remove support for "do SUBROUTINE(LIST)"Dagfinn Ilmari Mannsåker2013-12-222-84/+13
* [perl #118651] don't overwrite $! in readdir()Tony Cook2013-12-181-0/+18
* [perl #120752] Fix t/op/coreamp.t rand testDabrien 'Dabe' Murphy2013-12-151-1/+5
* [perl #72406] Bad read with do{} until CONSTFather Chrysostomos2013-12-151-2/+10