summaryrefslogtreecommitdiff
path: root/test/digest
AgeCommit message (Expand)Author
2022-07-21[ruby/digest] Ignore test_ractor.rb on non-Ractor rubyNobuyoshi Nakada
2022-07-21[ruby/digest] Find an available digest algorithm to testNobuyoshi Nakada
2021-07-28[ruby/digest] Use pend instead of skipHiroshi SHIBATA
2020-12-19[digest] Make digest Ractor safeKenta Murata
2020-03-27test/digest/test_digest.rb: Apply EnvUtil.apply_timeout_scale to timeoutYusuke Endoh
2019-07-09Restore support library for only test files that are digest and csv.Hiroshi SHIBATA
2019-07-02with_different_ofs.rb has been moved tooNobuyoshi Nakada
2017-12-12Fix tests which fail with extra stderr output when a Thread dieseregon
2016-10-27test/digest/test_digest.rb: fold long linesnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-06-02use assert_raisenobu
2014-10-31Make Digest() thread-safe.knu
2014-10-31* test/digest/test_digest.rb: Drop #!. This no longer runsknu
2014-09-27digest.c: typed datanobu
2014-07-01Digest::HMAC is finally removed as previously noticed. [fix GH-648]knu
2014-06-26* test/with_different_ofs.rb: move into test library directory.hsbt
2014-06-06digest.c: fix #== for non-string argumentseregon
2014-05-31* ext/digest/lib/digest/hmac.rb: extracted inline tests into test dir.hsbt
2013-11-22* test/digest/test_digest.rb: Reverse order of assert_equalzzak
2013-11-21* test/digest/test_digest.rb: Add more tests for digest/bubblebabblezzak
2013-11-21* test/digest/test_digest.rb: Add test for Digest::SHA256.bubblebabblezzak
2013-05-22Fix test failure of binmode from r40879naruse
2013-05-21* ext/digest/lib/digest.rb (Digest::Class.file): Take optionalknu
2012-08-01ext/digest/digest.c (hexencode_str_new): return an ASCII stringeregon
2011-07-15* ext/digest/sha2/sha2.c (SHA256_Update, SHA512_Update): avoid Busnahi
2010-12-26* test/with_different_ofs.rb (DifferentOFS): should not affectnobu
2010-12-25* test/csv: DifferentOFS needs to be include in each classes.nobu
2010-12-25* test/digest/test_digest_extend.rb (TestDigestExtend#setup):nobu
2010-12-25* test/with_diffent_ofs.rb (DifferentOFS): test suite for testnobu
2010-10-18* ext/digest/digest.c (rb_digest_class_init): Defineknu
2010-09-09* vm.c (vm_backtrace_each): skip allocator frames which have nonobu
2010-05-02* test/digest/test_digest.rb (test_eq): use descriptive assertion.nobu
2010-02-02use require_relative.akr
2010-01-17* ext/digest/digest.c (rb_digest_instance_hexdigest_bang): Fixknu
2009-12-01 * test/digest/test_digest_extend.rb: added tests for digest framework.nahi
2009-11-25 * test/digest/test_digest_extend.rb: Added tests for current digestnahi
2006-10-25* test/digest/test_digest_hmac.rb: added.knu
2006-10-13* ext/digest/digest.c (Init_digest): Digest::Base.new() does noknu
2006-02-17* eval.c (ev_const_get): simplified using rb_const_get_fallback().matz
2005-02-17* lib/drb/drb.rb (DRbServer.default_safe_level): fix typo.ocean
2004-09-17* array.c (rb_ary_delete): element comparison might change arraymatz
2004-09-07add test for [ruby-dev:24060], [ruby-dev:24065], [ruby-dev:24103],akr
2003-10-15* test/digest/test_digest.rb (test_eq): show failed class.nobu
2003-10-14* test/digest/test_digest.rb: Moved from ext/digest/test.rb.knu