ruby 1.8.8p1 (2011-01-19) [powerpc64-linux] [o3] (ooopackages) 501W KB1F0E 3F0E failed(rubyspec CommandTimeout) 100failed(rubyspec/)

chkbuild summary recent last

OlderDiff < 20110208T212023Z < ThisDiff > 20110209T211837Z > NewerDiff

COMMIT Spec to ensure IO#readpartial works with multibyte characters. Closes #41.

===================================================================
+++ 20110209T211837Z
@@ 14943 @@
 - raises IOError on closed stream
 - reads at most the specified number of bytes
 - reads after ungetc with data in the buffer
+- reads after ungetc with multibyte characters in the buffer
 - reads after ungetc without data in the buffer
 - discards the existing buffer content upon successful read
 - raises EOFError on EOF
@@ 47249 @@
 - raises IOError on closed stream
 - reads at most the specified number of bytes
 - reads after ungetc with data in the buffer
+- reads after ungetc with multibyte characters in the buffer
 - reads after ungetc without data in the buffer
 - discards the existing buffer content upon successful read
 - raises EOFError on EOF

OlderDiff < 20110208T212023Z < ThisDiff > 20110209T211837Z > NewerDiff


chkbuild summary recent last