From: "mame (Yusuke Endoh)" Date: 2012-05-04T09:24:29+09:00 Subject: [ruby-core:44866] [ruby-trunk - Bug #6398][Assigned] Add tests for Zlib.inflate and Zlib.deflate Issue #6398 has been updated by mame (Yusuke Endoh). Status changed from Open to Assigned Assignee set to naruse (Yui NARUSE) ---------------------------------------- Bug #6398: Add tests for Zlib.inflate and Zlib.deflate https://bugs.ruby-lang.org/issues/6398#change-26439 Author: headius (Charles Nutter) Status: Assigned Priority: Normal Assignee: naruse (Yui NARUSE) 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/