COMMIT Add missing big_endian tests http://github.com/rubyspec/rubyspec/commit/2113588fc23df1d2750e2b81d34defa97030cf3b =================================================================== +++ 20100514T084021 @@ 11 @@ URL: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8 ?\227?\131?\170?\227?\131?\157?\227?\130?\184?\227?\131?\136?\227?\131?\170?\227?\129?\174?\227?\131?\171?\227?\131?\188?\227?\131?\136: http://svn.ruby-lang.org/repos/ruby ?\227?\131?\170?\227?\131?\157?\227?\130?\184?\227?\131?\136?\227?\131?\170 UUID: b2dd03c8-39d4-4d8f-98ff-823fe69b080e +?\227?\131?\170?\227?\131?\147?\227?\130?\184?\227?\131?\167?\227?\131?\179: 27792 ?\227?\131?\142?\227?\131?\188?\227?\131?\137?\231?\168?\174?\229?\136?\165: ?\227?\131?\135?\227?\130?\163?\227?\131?\172?\227?\130?\175?\227?\131?\136?\227?\131?\170 ?\230?\186?\150?\229?\130?\153?\228?\184?\173?\227?\129?\174?\229?\135?\166?\231?\144?\134: ?\231?\137?\185?\227?\129?\171?\227?\129?\170?\227?\129?\151 ?\230?\156?\128?\231?\181?\130?\229?\164?\137?\230?\155?\180?\232?\128?\133: akr @@ 20269 @@ String#unpack with 'IiLlSs' directives - returns an array in big-endian (native format) by decoding self according to the format string +- uses sizeof(int) as an integer +- ignores the result if there aren't 4 bytes String#unpack with 'lL' +- uses 4 bytes for an integer +- ignores the result if there aren't 4 bytes String#unpack with 'U' directive - returns an array by decoding self according to the format string @@ 38509 @@ Finished in seconds +3160 files, 12679 examples, expectations, 94 failures, 97 errors exit 1 failed(rubyspec) == end #