summaryrefslogtreecommitdiff
path: root/test/gdbm
AgeCommit message (Expand)Author
2017-04-25Import gemspec and test file changes from ruby/gdbm.hsbt
2016-05-01update comments.akr
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-11-08test_gdbm.rb: typonobu
2015-11-04test_gdbm.rb: sync after reorganizenobu
2015-11-03test_gdbm.rb: teardownnobu
2015-11-03test_gdbm.rb: teardownnobu
2015-09-24* test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_lock): skipodaira
2014-12-17* test/gdbm/test_gdbm.rb: Added test for each_key called without a block.hsbt
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-11-11* test/ruby/test_object.rb: Specify an exception class for rescue clause.akr
2014-05-19* test/dbm/test_dbm.rb: Use Etc.uname.akr
2013-08-20* test/gdbm/test_gdbm.rb: skip TestGDBM#test_s_open_lock on Solaris.ngoto
2013-06-24test_gdbm.rb: skip a test on Windowsshirosaki
2013-06-19test_gdbm.rb: open_db_childnobu
2013-06-19test_gdbm.rb: reap zombienobu
2012-07-25Suppress warnings.naruse
2011-12-28* doc/ChangeLog-1.9.3, test/gdbm/test_gdbm.rb: fixed mingw typo.nobu
2011-11-08* test/dbm/test_dbm.rb: split tests for read only database.akr
2011-01-28 * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create,kosaki
2011-01-28 * test/gdbm/test_gdbm.rb (TestGDBM2#test_writer_open_notexist):kosaki
2011-01-28 * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create): skipkosaki
2010-06-03* test/gdbm/test_gdbm.rb (test_s_open_create_new): Windows doesn't supportsusa
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-11-08* ext/gdbm/gdbm.c (fgdbm_index): make #index warn like Hash.matz
2008-09-24* test: assert_raises has been deprecated since a long time ago.nobu
2008-04-23* test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create): failedkazu
2007-10-24forgot to modify TestDBM2 and TestGDBM2.akr
2007-10-24use Dir.mktmpdir.akr
2007-09-28don't generate temporary files under current directory.akr
2007-02-27* test/{dbm,gdbm}/test_{dbm,gdbm}.rb: shouldn't use host_os. useusa
2006-02-20* mkconfig.rb: generate RbConfig instead of Config.akr
2005-08-12dbm/test_dbm.rb: specify pid for Process.wait.akr
2005-07-04* test/{dbm,gdbm,sdbm}/test_{dbm,gdbm,sdbm}.rb: skip some testsusa
2005-06-20* ext/dbm/dbm.c (fdbm_closed): new method DBM#closed?usa
2005-06-04* test/dbm/test_dbm.rb: merged from ext/dbm/testdbm.rb.akr
2004-11-18* hash.c (rb_f_getenv): prohibit for $SAFE=4. [ruby-dev:24908]matz
2004-05-16* ext/dbm/dbm.c (fdbm_initialize): accept optional 3rd argument toakr
2004-05-07add freeze test for dbm and gdbm.akr
2004-04-15add a gdbm test for [ruby-dev:23381]akr