index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_marshal.rb
Age
Commit message (
Expand
)
Author
2008-06-08
avoid dead lock on MacOS X.
akr
2008-06-05
* test/ruby/test_gc.rb: add tests to achieve over 90% test coverage of
mame
2008-06-03
* test/ruby/test_dir.rb: add tests to achieve over 90% test coverage
mame
2008-04-12
* prelude.rb (require_relative): move require_relative from
matz
2008-02-18
use require_relative to require marshaltestlib and sentence.
akr
2008-01-26
* marshal.c (w_object): dump string encoding in USERDEF.
akr
2008-01-26
fix test_too_long_string.
akr
2007-10-15
* marshal.c (r_bytes0): check if source has enough data.
nobu
2007-09-07
add test for [ruby-dev:31759].
akr
2007-09-02
add a test for [ruby-dev:31709].
akr
2006-12-31
* Merge YARV
ko1
2004-02-18
* test/*: should not depend on $KCODE.
nahi
2004-02-17
* test/soap/marshal/test_marshal.rb, test/ruby/test_marshal.rb: do $:
nahi
2004-02-17
* test/ruby/marshaltestlib.rb: common marshal testcase added.
nahi
2004-01-19
* test/ruby/test_marshal.rb (MarshalTestLib::test_exception): test
nobu
2003-10-14
* lib/soap/baseData.rb: Introduce SOAPType as the common ancestor of
nahi
2003-09-26
* test/ruby/test_marshal.rb: add test for ruby's objects.
nahi
2003-09-05
* lib/optparse.rb (OptionParser#order, #permute, #parse): allow an
nobu
2003-09-05
* same as the previous commit.
nahi
2003-09-05
* test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'
nahi
2003-09-04
* test/ruby: tests for ruby itself.
nahi