aboutsummaryrefslogtreecommitdiffstats
path: root/test/gdbm
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* test_gdbm.rb: typonobu2015-11-081-1/+1
* test_gdbm.rb: sync after reorganizenobu2015-11-041-3/+2
* test_gdbm.rb: teardownnobu2015-11-031-1/+3
* test_gdbm.rb: teardownnobu2015-11-031-0/+7
* * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_lock): skipodaira2015-09-241-1/+1
* * test/gdbm/test_gdbm.rb: Added test for each_key called without a block.hsbt2014-12-171-0/+4
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* * test/ruby/test_object.rb: Specify an exception class for rescue clause.akr2014-11-111-1/+1
* * test/dbm/test_dbm.rb: Use Etc.uname.akr2014-05-191-6/+2
* * test/gdbm/test_gdbm.rb: skip TestGDBM#test_s_open_lock on Solaris.ngoto2013-08-201-0/+2
* test_gdbm.rb: skip a test on Windowsshirosaki2013-06-241-0/+4
* test_gdbm.rb: open_db_childnobu2013-06-191-58/+36
* test_gdbm.rb: reap zombienobu2013-06-191-1/+1
* Suppress warnings.naruse2012-07-251-5/+5
* * doc/ChangeLog-1.9.3, test/gdbm/test_gdbm.rb: fixed mingw typo.nobu2011-12-281-1/+1
* * test/dbm/test_dbm.rb: split tests for read only database.akr2011-11-081-12/+31
* * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create,kosaki2011-01-281-12/+5
* * test/gdbm/test_gdbm.rb (TestGDBM2#test_writer_open_notexist):kosaki2011-01-281-3/+12
* * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create): skipkosaki2011-01-281-2/+2
* * test/gdbm/test_gdbm.rb (test_s_open_create_new): Windows doesn't supportsusa2010-06-031-2/+2
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-1/+1
* * ext/gdbm/gdbm.c (fgdbm_index): make #index warn like Hash.matz2008-11-081-3/+3
* * test: assert_raises has been deprecated since a long time ago.nobu2008-09-241-2/+2
* * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create): failedkazu2008-04-231-2/+2
* forgot to modify TestDBM2 and TestGDBM2.akr2007-10-241-13/+11
* use Dir.mktmpdir.akr2007-10-241-3/+2
* don't generate temporary files under current directory.akr2007-09-281-30/+33
* * test/{dbm,gdbm}/test_{dbm,gdbm}.rb: shouldn't use host_os. useusa2007-02-271-2/+2
* * mkconfig.rb: generate RbConfig instead of Config.akr2006-02-201-2/+2
* dbm/test_dbm.rb: specify pid for Process.wait.akr2005-08-121-7/+31
* * test/{dbm,gdbm,sdbm}/test_{dbm,gdbm,sdbm}.rb: skip some testsusa2005-07-041-0/+11
* * ext/dbm/dbm.c (fdbm_closed): new method DBM#closed?usa2005-06-201-1/+3
* * test/dbm/test_dbm.rb: merged from ext/dbm/testdbm.rb.akr2005-06-041-2/+628
* * hash.c (rb_f_getenv): prohibit for $SAFE=4. [ruby-dev:24908]matz2004-11-181-1/+1
* * ext/dbm/dbm.c (fdbm_initialize): accept optional 3rd argument toakr2004-05-161-1/+13
* add freeze test for dbm and gdbm.akr2004-05-071-0/+7
* add a gdbm test for [ruby-dev:23381]akr2004-04-151-0/+33