More than 10 RubySpec failures for zlib
---------------------------------------
Key: JRUBY-2838
URL: http://jira.codehaus.org/browse/JRUBY-2838
Project: JRuby
Issue Type: Bug
Affects Versions: JRuby 1.1.3
Reporter: Vladimir Sizikov
Assignee: Thomas E Enebo
{noformat}
1)
Zlib::Deflate#params changes the deflate parameters FAILED
Expected ""
to equal "x\001\000\v\000\364\377abcdefghijk\002,'\027\000#\364\005<"
/opt/work/rubyspec.git/./1.8/library/zlib/deflate/params_spec.rb:17
/opt/work/rubyspec.git/./1.8/library/zlib/deflate/params_spec.rb:4
/opt/work/rubyspec.git/./1.8/library/zlib/deflate/params_spec.rb:54:in `load'
2)
Zlib::GzipFile#close finishes the stream and closes the io FAILED
Expected Zlib::GzipFile::Error (closed gzip stream) but no exception was raised
/opt/work/rubyspec.git/./1.8/library/zlib/gzipfile/close_spec.rb:13
/opt/work/rubyspec.git/./1.8/library/zlib/gzipfile/close_spec.rb:8:in `wrap'
/opt/work/rubyspec.git/./1.8/library/zlib/gzipfile/close_spec.rb:8
/opt/work/rubyspec.git/./1.8/library/zlib/gzipfile/close_spec.rb:5
/opt/work/rubyspec.git/./1.8/library/zlib/gzipfile/close_spec.rb:54:in `load'
3)
Zlib::GzipFile#comment returns the name FAILED
Expected nil
to equal "name"
/opt/work/rubyspec.git/./1.8/library/zlib/gzipfile/comment_spec.rb:14
/opt/work/rubyspec.git/./1.8/library/zlib/gzipfile/comment_spec.rb:11:in `wrap'
/opt/work/rubyspec.git/./1.8/library/zlib/gzipfile/comment_spec.rb:11
/opt/work/rubyspec.git/./1.8/library/zlib/gzipfile/comment_spec.rb:5
/opt/work/rubyspec.git/./1.8/library/zlib/gzipfile/comment_spec.rb:54:in `load'
4)
Zlib::GzipFile#comment raises an error on a closed stream FAILED
Expected Zlib::GzipFile::Error (closed gzip stream) but no exception was raised
/opt/work/rubyspec.git/./1.8/library/zlib/gzipfile/comment_spec.rb:22
/opt/work/rubyspec.git/./1.8/library/zlib/gzipfile/comment_spec.rb:19:in `wrap'
/opt/work/rubyspec.git/./1.8/library/zlib/gzipfile/comment_spec.rb:19
/opt/work/rubyspec.git/./1.8/library/zlib/gzipfile/comment_spec.rb:5
/opt/work/rubyspec.git/./1.8/library/zlib/gzipfile/comment_spec.rb:54:in `load'
5)
Zlib::GzipFile#orig_name returns the name FAILED
Expected nil
to equal "name"
/opt/work/rubyspec.git/./1.8/library/zlib/gzipfile/orig_name_spec.rb:14
/opt/work/rubyspec.git/./1.8/library/zlib/gzipfile/orig_name_spec.rb:11:in
`wrap'
/opt/work/rubyspec.git/./1.8/library/zlib/gzipfile/orig_name_spec.rb:11
/opt/work/rubyspec.git/./1.8/library/zlib/gzipfile/orig_name_spec.rb:5
/opt/work/rubyspec.git/./1.8/library/zlib/gzipfile/orig_name_spec.rb:54:in
`load'
6)
Zlib::GzipFile#orig_name raises an error on a closed stream FAILED
Expected Zlib::GzipFile::Error (closed gzip stream) but no exception was raised
/opt/work/rubyspec.git/./1.8/library/zlib/gzipfile/orig_name_spec.rb:22
/opt/work/rubyspec.git/./1.8/library/zlib/gzipfile/orig_name_spec.rb:19:in
`wrap'
/opt/work/rubyspec.git/./1.8/library/zlib/gzipfile/orig_name_spec.rb:19
/opt/work/rubyspec.git/./1.8/library/zlib/gzipfile/orig_name_spec.rb:5
/opt/work/rubyspec.git/./1.8/library/zlib/gzipfile/orig_name_spec.rb:54:in
`load'
7)
Zlib::GzipWriter#mtime= sets mtime using Integer FAILED
Expected nil
to equal Thu Jan 01 01:00:01 +0100 1970
/opt/work/rubyspec.git/./1.8/library/zlib/gzipwriter/mtime_spec.rb:14
/opt/work/rubyspec.git/./1.8/library/zlib/gzipwriter/mtime_spec.rb:11:in `wrap'
/opt/work/rubyspec.git/./1.8/library/zlib/gzipwriter/mtime_spec.rb:11
/opt/work/rubyspec.git/./1.8/library/zlib/gzipwriter/mtime_spec.rb:5
/opt/work/rubyspec.git/./1.8/library/zlib/gzipwriter/mtime_spec.rb:54:in `load'
8)
Zlib::GzipWriter#mtime= sets mtime using Time FAILED
Expected nil
to equal Thu Jan 01 01:00:01 +0100 1970
/opt/work/rubyspec.git/./1.8/library/zlib/gzipwriter/mtime_spec.rb:25
/opt/work/rubyspec.git/./1.8/library/zlib/gzipwriter/mtime_spec.rb:22:in `wrap'
/opt/work/rubyspec.git/./1.8/library/zlib/gzipwriter/mtime_spec.rb:22
/opt/work/rubyspec.git/./1.8/library/zlib/gzipwriter/mtime_spec.rb:5
/opt/work/rubyspec.git/./1.8/library/zlib/gzipwriter/mtime_spec.rb:54:in `load'
9)
Zlib::GzipWriter#mtime= raises if the header was written FAILED
Expected Zlib::GzipFile::Error (header is already written)
but no exception was raised
/opt/work/rubyspec.git/./1.8/library/zlib/gzipwriter/mtime_spec.rb:36
/opt/work/rubyspec.git/./1.8/library/zlib/gzipwriter/mtime_spec.rb:33:in `wrap'
/opt/work/rubyspec.git/./1.8/library/zlib/gzipwriter/mtime_spec.rb:33
/opt/work/rubyspec.git/./1.8/library/zlib/gzipwriter/mtime_spec.rb:5
/opt/work/rubyspec.git/./1.8/library/zlib/gzipwriter/mtime_spec.rb:54:in `load'
10)
Zlib::Inflate#<< appends data to the input stream FAILED
Expected nil
to equal "foo"
/opt/work/rubyspec.git/./1.8/library/zlib/inflate/append_spec.rb:9
/opt/work/rubyspec.git/./1.8/library/zlib/inflate/append_spec.rb:4
/opt/work/rubyspec.git/./1.8/library/zlib/inflate/append_spec.rb:54:in `load'
11)
Zlib::Inflate#set_dictionary sets the inflate dictionary ERROR
ArgumentError: wrong number of arguments(1 for 0)
/opt/work/rubyspec.git/./1.8/library/zlib/inflate/set_dictionary_spec.rb:12:in
`flunk'
/opt/work/rubyspec.git/./1.8/library/zlib/inflate/set_dictionary_spec.rb:12
/opt/work/rubyspec.git/./1.8/library/zlib/inflate/set_dictionary_spec.rb:4
/opt/work/rubyspec.git/./1.8/library/zlib/inflate/set_dictionary_spec.rb:54:in
`load'
12)
Zlib::ZStream#flush_next_out flushes the stream and flushes the output buffer
ERROR
NoMethodError: undefined method `flush_next_out' for #<Zlib::Inflate:0xba5a81>
/opt/work/rubyspec.git/./1.8/library/zlib/zstream/flush_next_out_spec.rb:10
/opt/work/rubyspec.git/./1.8/library/zlib/zstream/flush_next_out_spec.rb:4
/opt/work/rubyspec.git/./1.8/library/zlib/zstream/flush_next_out_spec.rb:54:in
`load'
{noformat}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email