summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Add warnings for use of problematic code pointsKarl Williamson2011-01-091-74/+265
* utf8.c(): Default to allow problematic code pointsKarl Williamson2011-01-091-19/+0
* diag.t: Change so a fixed TODO passesKarl Williamson2011-01-091-3/+4
* diag.t: Remove printf conversion modifiers from msgsKarl Williamson2011-01-081-4/+5
* diag.t: Check that TODOs haven't been doneKarl Williamson2011-01-081-0/+5
* diag.t: Remove TODOs that have been doneKarl Williamson2011-01-081-10/+0
* diag.t: Ignore formatting precisions in messagesKarl Williamson2011-01-081-11/+20
* diag.t: Add checks that pod msgs have severityKarl Williamson2011-01-081-5/+47
* diag.t: Use variable for pod nameKarl Williamson2011-01-081-4/+5
* 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
* more while testsGerard Goossen2011-01-081-1/+38
* modernise t/cmd/while.tGerard Goossen2011-01-082-47/+78
* Fix typos (spelling errors) in t/*.Peter J. Acklam) (via RT2011-01-0749-69/+69
* 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
* Refactor filenames.t to use unlike() and cmp_ok() for better diagnostics.Nicholas Clark2011-01-041-36/+17
* update t/porting/filenames.t to check for path components contaning twoJesse Vincent2011-01-041-1/+16
* Revert "[perl #68654] next::method doesn't see UNIVERSAL"Father Chrysostomos2011-01-021-17/+1
* Revert "[perl #80098] Bleadperl breaks Attribute::Lexical"Father Chrysostomos2011-01-021-14/+2
* [perl #45147] Issue with the exists functionPeter Martini2011-01-021-1/+14
* Add new test file t/porting/filenames.tNuno Carvalho2011-01-021-0/+87
* Clever tests may fool with $^O.Craig A. Berry2011-01-021-8/+8
* 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
* Most socket ops weren't warning for unopened handles unless 'closed' was enabledNicholas Clark2010-12-301-0/+183
* Convert a pp_sys test to use warnings 'closed', instead of the broader 'io'.Nicholas Clark2010-12-301-2/+2
* pp_leavewrite wasn't warning for unopened handles unless 'closed' was enabled.Nicholas Clark2010-12-301-1/+38
* Better handling of magic methods freeing the SVDavid Mitchell2010-12-302-1/+60
* properly clean up work files from testing GDBM_FileTony Cook2010-12-291-1/+1
* close the produced test file so win32 can unlink itTony Cook2010-12-281-0/+1
* Refactor pp_chomp to process arguments in the same order as pp_chop.Nicholas Clark2010-12-271-2/+2
* Quote 'threads' in test.plVincent Pit2010-12-231-1/+1
* avoid emitting control characters in test commentsTony Cook2010-12-211-1/+1
* multiple watchdog()s in the one test script are meaninglessTony Cook2010-12-211-1/+0
* Re-order the tests to match the commentTony Cook2010-12-181-13/+14
* re.t: Use portable C localeKarl Williamson2010-12-181-3/+3
* re.t: Avoid encoding issues by using hex charsKarl Williamson2010-12-181-1/+1
* update warnings tests to cope with %z now being valid. use %y insteadChip Salzenberg2010-12-171-24/+24
* smoke tests for %hhd %zd %tdChip Salzenberg2010-12-171-2/+5
* In dbmt_common.pl, change checkOutput(...) to 5 calls to is().Nicholas Clark2010-12-171-16/+18
* test.pl: extend EBCDIC functions to beyond 255Karl Williamson2010-12-161-5/+10
* Remove "dead" RCS $Id$ tags from files that we own.Nicholas Clark2010-12-164-8/+0
* Move common code from ext/[GONS]DBM_File/t/[gons]dbm.t to t/lib/dbmt_common.plNicholas Clark2010-12-161-0/+513
* regex: Multi-char /i shouldnt match single char []Karl Williamson2010-12-151-5/+5
* Revamp t/uni/fold.tKarl Williamson2010-12-151-37/+105
* add some tests for the regex flags u, d, and lOtrsUser2010-12-151-1/+44
* 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