From: "headius (Charles Nutter)" Date: 2012-05-04T06:09:40+09:00 Subject: [ruby-core:44859] [ruby-trunk - Bug #6398][Open] Add tests for Zlib.inflate and Zlib.deflate Issue #6398 has been reported by headius (Charles Nutter). ---------------------------------------- Bug #6398: Add tests for Zlib.inflate and Zlib.deflate https://bugs.ruby-lang.org/issues/6398 Author: headius (Charles Nutter) Status: Open Priority: Normal Assignee: Category: test Target version: 1.9.3 ruby -v: 2.0.0.dev These just dispatch the same as calling Zlib::Deflate.deflate and Zlib::Inflate.inflate, but the Zlib-bound versions are not tested anywhere. As a result, we missed adding them in JRuby until now. Patch for test: https://gist.github.com/2589529 I request that this be backported to 1.9.3, since JRuby runs the 1.9.3 suite. -- http://bugs.ruby-lang.org/