OlderDiff < 20110303T232755Z < ThisDiff > 20110304T232143Z > NewerDiff
COMMIT Add spec for $! result after failed coercion by a core class against a method_missing-implementing class. =================================================================== +++ 20110304T232143Z @@ 22934 @@ - raises TypeError error if assigned to nil - raises TypeError error if assigned to object that doesn't respond to #write +Predefined global $! - needs to be reviewed for spec completeness Predefined global $_ @@ 62093 @@ - raises TypeError error if assigned to nil - raises TypeError error if assigned to object that doesn't respond to #write +Predefined global $! - needs to be reviewed for spec completeness Predefined global $_ =================================================================== --- 20110303T232755Z @@ 7 @@ == start # <time> == svn/ruby # <time> + svn checkout -q http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_7 ruby -svn: OPTIONS of 'http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_7': Could not read status line: Connection reset by peer (http://svn.ruby-lang.org) CHECKOUT svn http://svn.ruby-lang.org/repos/ruby branches/ruby_1_8_7 VIEWER ViewVC http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?diff_format=u == svn-info/ruby # <time> @@ 7157 @@ Finished in <t> seconds. 2284 tests, 1348910 assertions, 0 failures, 0 errors -some descendant process in process group <pgid> remain. timeout: INT signal sent. == rubyspec # <time> + bin/ruby mspec/bin/mspec -V -f s -B /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/rubyspec/ruby.1.8.mspec -t /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3/<buildtime>/bin/ruby rubyspec/command_line rubyspec/core rubyspec/language rubyspec/library rubyspec/optional/capi
OlderDiff < 20110303T232755Z < ThisDiff > 20110304T232143Z > NewerDiff