aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/marshaltestlib.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* marshal.c: check for prependednobu2013-03-091-0/+5
* marshal.c: prepended objectsnobu2013-03-081-0/+10
* marshaltestlib.rb: descriptive assertionsnobu2013-03-081-2/+2
* Remove very obsolete test codemarcandre2013-03-081-33/+0
* * class.c (rb_mod_ancestors): Include singleton_class in ancestors listmarcandre2013-03-071-32/+20
* fix a typokazu2012-12-111-1/+1
* * bignum.c (bignew_1): Bignum instances are frozen.ko12012-10-281-16/+0
* * numeric.c (rb_float_new_in_heap), include/ruby/ruby.h:ko12012-10-271-24/+0
* * test/ruby: fixed nonsense assertions.nobu2010-04-291-1/+1
* * test/ruby/{marshaltestlib,test_marshal}.rb: suppressed warnings.nobu2009-10-211-2/+2
* Add test for marshaling regexp.naruse2009-07-101-0/+7
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-2/+2
* * test: assert_raises has been deprecated since a long time ago.nobu2008-09-241-11/+11
* * marshal.c (w_object): TYPE_USERDEF assigns id for ivars first.akr2008-04-101-0/+5
* avoid ruby -d test/ruby/test_marshal.rb output binary marshaled data.akr2007-12-151-1/+1
* * test/ruby/marshaltestlib.rb: eval(sym) -> eval(sym.to_s)ko12007-02-081-2/+2
* * test/ruby/marshaltestlib.rb: common marshal testcase added.nahi2004-02-171-0/+494