summaryrefslogtreecommitdiff
path: root/ext/GDBM_File/t
Commit message (Expand)AuthorAgeFilesLines
* opt.t: Fix count of tests to be skippedJames E Keenan2022-06-061-1/+1
* GDBM_File: fix fetching mmapsizeTony Cook2022-06-031-1/+6
* Correct one spelling errorJames E Keenan2022-03-021-9/+9
* GDBM_File: Implement crash-tolerance and export/import functions.Sergey Poznyakoff2021-10-142-0/+201
* GDBM_File: minor changesSergey Poznyakoff2021-01-063-13/+17
* Improve GDBM_FileSergey Poznyakoff2021-01-062-0/+71
* Avoid "Use of uninitialized value $res in numeric eq (==)" warningJames E Keenan2018-12-151-1/+1
* Correct spelling error in 'skip' messageJames E Keenan2018-12-151-1/+1
* ext/GDBM_File/t/fatal.t: handle non-fatalityDavid Mitchell2018-12-141-9/+26
* ext/GDBM_File/t/fatal.t: support parallel testingDavid Mitchell2018-11-191-3/+3
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-1/+1
* Skip ext/GDBM_File/t/fatal.t in Darwin, too flaky.Jarkko Hietaniemi2014-07-281-0/+4
* GDBM_File is meant to croak() if the gdbm library has a fatal error.Nicholas Clark2012-12-131-0/+45
* Move common code from ext/[GONS]DBM_File/t/[gons]dbm.t to t/lib/dbmt_common.plNicholas Clark2010-12-161-492/+3
* Converge ext/[GNOS]DBM_File/t/[gnos]dbm.t by parameterising the class name.Nicholas Clark2010-12-161-21/+27
* Converge ext/[GNOS]DBM_File/t/[gnos]dbm.t further.Nicholas Clark2010-12-161-8/+6
* Converge ext/[GNOS]DBM_File/t/[gnos]dbm.t by using the same filename.Nicholas Clark2010-12-161-28/+32
* Tweak gdbm.t to use GDBM_WRITER instead of GDBM_WRCREAT when re-opening a file.Nicholas Clark2010-12-161-1/+1
* Convert ext/GDBM_File/t/gdbm.t to Test::More.Nicholas Clark2010-12-151-101/+95
* Remove redundant use strict,warnings,?DBM_File from ext/?DBM_File/t/?dbm.t.Nicholas Clark2010-12-151-18/+0
* Make extensions in ext run their tests from the extension's own directory.Nicholas Clark2009-08-281-2/+0
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* Silence new warning grep in void context warning in various modules and test ...Yves Orton2008-01-061-2/+2
* No more ext/*/*.t, move them all to ext/*/t.Jarkko Hietaniemi2003-07-281-0/+513