summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* Also unblock signal handlers throwing an exceptionLeon Timmermans2011-01-181-5/+16
* Added tests for conditional unblockingLeon Timmermans2011-01-171-1/+25
* test append to SV initialized by folded constantGerard Goossen2011-01-081-1/+8
* add a taint test to catch codegen bugGerard Goossen2011-01-081-2/+9
* add test for split without a patternGerard Goossen2011-01-081-1/+6
* Fix typos (spelling errors) in t/*.Peter J. Acklam) (via RT2011-01-0721-26/+26
* Make newline on last record explicit.Craig A. Berry2011-01-051-4/+4
* stash.t: make TODO tests only TODO under threadsDavid Mitchell2011-01-041-2/+5
* tests for [perl #36347] Object destruction incompleteFather Chrysostomos2011-01-021-1/+20
* Don't clobber $^O when you're going to use it again.Craig A. Berry2011-01-021-0/+1
* Better handling of magic methods freeing the SVDavid Mitchell2010-12-302-1/+60
* smoke tests for %hhd %zd %tdChip Salzenberg2010-12-171-2/+5
* skip_all() is a separate function in test.plJan Dubois2010-12-141-4/+4
* Convert ext/Fcntl/t/syslfs.t to Test::More and t/op/lfs.t to test.plNicholas Clark2010-12-141-52/+24
* In Fcntl's syslfs.t and t/op/lfs.t, eliminate bye().Nicholas Clark2010-12-141-23/+16
* In Fcntl's syslfs.t and t/op/lfs.t, eliminate zap().Nicholas Clark2010-12-141-7/+1
* Refactor syslfs.t and lfs.t to call bye() directly from explain() when skipping.Nicholas Clark2010-12-141-4/+4
* Reduce inconsistencies between ext/Fcntl/t/syslfs.t and t/op/lfs.tNicholas Clark2010-12-141-14/+16
* Check return values in the test programs run by syslfs.t and lfs.tNicholas Clark2010-12-141-4/+5
* permit labels to be stackedZefram2010-12-131-1/+31
* blead breaks Attribute::ConstantKarl Williamson2010-12-121-1/+9
* [perl #76026] match variables persist between calls to a sort subFather Chrysostomos2010-12-111-1/+31
* [perl #68712] caller() filenames broken by "use"Father Chrysostomos2010-12-101-2/+8
* [perl #68658] attributes turn "state" into "my"Father Chrysostomos2010-12-081-0/+12
* Replaced 'unlink' with 'unlink_all' in t/op/sysio.tBrad Gilbert2010-12-081-2/+2
* Replaced '1 while unlink' with 'unlink_all' in t/op/stat.tBrad Gilbert2010-12-081-2/+2
* Replaced 'unlink' with 'unlink_all' in t/op/magic.tBrad Gilbert2010-12-081-1/+4
* Replaced 'unlink' with 'unlink_all' in t/op/goto.tBrad Gilbert2010-12-081-1/+1
* Replaced 'unlink' with 'unlink_all' in t/op/filetest.tBrad Gilbert2010-12-081-1/+1
* Replaced '1 while unlink' with 'unlink_all' in t/op/write.tBrad Gilbert2010-12-081-8/+8
* [perl #19135] string eval turns off readonlyness on lexicalsFather Chrysostomos2010-12-081-1/+7
* stopgap hack for $@ as unwinding reason indicatorZefram2010-12-071-0/+74
* Deprecate tie $handle without *Father Chrysostomos2010-12-021-0/+23
* Fix up tests to work around tie $handleFather Chrysostomos2010-12-022-1/+5
* Revert "[perl #77496] tied gets scalars and globs confused"Father Chrysostomos2010-12-021-14/+0
* Revert "[perl #77688] tie $scalar can tie a handle"Father Chrysostomos2010-12-021-11/+0
* Revert "Make untie check the FAKE flag on globs"Father Chrysostomos2010-12-021-11/+3
* Suppress warning from t/op/attrs.tFather Chrysostomos2010-11-301-2/+2
* Use ' to avoid interpolationFather Chrysostomos2010-11-301-1/+1
* [perl #68560] calling closure prototype SEGVsFather Chrysostomos2010-11-291-0/+18
* [perl #63540] bizarre closure lossageFather Chrysostomos2010-11-291-1/+13
* Make my $pi := 4; a syntax error.Nicholas Clark2010-11-281-2/+55
* Suppress test warning added by 04698ff6Father Chrysostomos2010-11-271-1/+1
* [perl #79178] STORE/FETCH of tie()d hash get stringified keyFather Chrysostomos2010-11-271-1/+17
* [perl #78634] Conflict in defining constant INITFather Chrysostomos2010-11-261-1/+5
* Can't spawn fresh Perl interpreter with an empty PATHJan Dubois2010-11-251-0/+8
* Make BEGIN {require 5.12.0} behave as documented.Nicholas Clark2010-11-251-4/+4
* Deprecate ?PATTERN? without explicit m operatorZefram2010-11-241-4/+4
* [perl #77926] Glob reification during localisationFather Chrysostomos2010-11-201-1/+16
* Test that the stash and file of a sub's definition overrides those of its stub.Nicholas Clark2010-11-181-2/+31