summaryrefslogtreecommitdiff
path: root/test/ruby/marshaltestlib.rb
AgeCommit message (Expand)Author
2018-04-12marshaltestlib.rb: use clean object for exceptionnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2013-03-09marshal.c: check for prependednobu
2013-03-08marshal.c: prepended objectsnobu
2013-03-08marshaltestlib.rb: descriptive assertionsnobu
2013-03-08Remove very obsolete test codemarcandre
2013-03-07* class.c (rb_mod_ancestors): Include singleton_class in ancestors listmarcandre
2012-12-11fix a typokazu
2012-10-28* bignum.c (bignew_1): Bignum instances are frozen.ko1
2012-10-27* numeric.c (rb_float_new_in_heap), include/ruby/ruby.h:ko1
2010-04-29* test/ruby: fixed nonsense assertions.nobu
2009-10-21* test/ruby/{marshaltestlib,test_marshal}.rb: suppressed warnings.nobu
2009-07-10Add test for marshaling regexp.naruse
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-09-24* test: assert_raises has been deprecated since a long time ago.nobu
2008-04-10* marshal.c (w_object): TYPE_USERDEF assigns id for ivars first.akr
2007-12-15avoid ruby -d test/ruby/test_marshal.rb output binary marshaled data.akr
2007-02-08* test/ruby/marshaltestlib.rb: eval(sym) -> eval(sym.to_s)ko1
2004-02-17 * test/ruby/marshaltestlib.rb: common marshal testcase added.nahi