Hi, Thank you very much for the report. Andreas Schwarz wrote: > 1) Failure: > test_verify(OpenSSL::TestX509Store) [./openssl/test_x509store.rb:129]: > <true> expected but was > <false>. Gotoyuzo? > 2) Failure: > test_singleton(TestMarshal) > [/private/tmp/ruby/test/ruby/marshaltestlib.rb:423]: > <TypeError> exception expected but was > Class: <ArgumentError> > Message: <"undefined class/module Object::C"> > ---Backtrace--- > ../ruby/test_marshal.rb:15:in `dump' > ../ruby/test_marshal.rb:15:in `encode' > /private/tmp/ruby/test/ruby/marshaltestlib.rb:19:in `marshaltest' > /private/tmp/ruby/test/ruby/marshaltestlib.rb:423:in `test_singleton' > /private/tmp/ruby/test/ruby/marshaltestlib.rb:423:in `assert_raise' > /private/tmp/ruby/test/ruby/marshaltestlib.rb:423:in `test_singleton' > --------------- > > 3) Failure: > test_singleton(SOAP::Marshal::TestMarshal) > [/private/tmp/ruby/test/ruby/marshaltestlib.rb:423]: > <TypeError> exception expected but none was thrown. These 2 failures are born from the same origin. 0% ruby1.8.2 -e 'p class << Object.new; class C; self; end; C; end' Object::C 0% ruby -e 'p class << Object.new; class C; self; end; C; end' #<Class:0x100f6960>::C Fixed today. Please try again once ruby-1.8.2-preview1 released. > 4) Error: > test_range_cycle(YAML_Unit_Tests): > ArgumentError: bad value for range > /usr/local/lib/ruby/1.8/yaml/rubytypes.rb:435:in `initialize' > /usr/local/lib/ruby/1.8/yaml/rubytypes.rb:435:in `call' > /usr/local/lib/ruby/1.8/yaml/rubytypes.rb:435 > /usr/local/lib/ruby/1.8/yaml/rubytypes.rb:415:in `call' > /usr/local/lib/ruby/1.8/xsd/datatypes.rb:1028:in `transfer' > /usr/local/lib/ruby/1.8/yaml.rb:119:in `load' > /usr/local/lib/ruby/1.8/yaml.rb:119:in `load' > ./yaml/test_yaml.rb:37:in `assert_cycle' > ./yaml/test_yaml.rb:1220:in `test_range_cycle' _why? > /usr/local/lib/ruby/1.8/xsd/datatypes.rb:1028:in `transfer' ??? me? Regards, // NaHi