Skip to content

Commit

Permalink
Showing 8 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/tags/ruby/library/bigdecimal/infinite_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:BigDecimal#infinite? returns not true otherwise
1 change: 1 addition & 0 deletions spec/tags/ruby/library/bigdecimal/nonzero_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:BigDecimal#nonzero? returns nil otherwise
1 change: 1 addition & 0 deletions spec/tags/ruby/library/bigdecimal/round_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:BigDecimal#round raise exception, if self is special value
1 change: 1 addition & 0 deletions spec/tags/ruby/library/bigdecimal/zero_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:BigDecimal#zero? returns true if self does equal zero
1 change: 1 addition & 0 deletions spec/tags/ruby/library/fiber/transfer_tags.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
critical(hangs):Fiber#transfer can be invoked from the same Fiber it transfers control to
critical(hangs):Fiber#transfer raises a FiberError when transferring to a Fiber which resumes itself
unstable(intermittent):Fiber#transfer raises a LocalJumpError if the block includes a return statement
fails:Fiber#transfer can be invoked from the same Fiber it transfers control to
7 changes: 7 additions & 0 deletions spec/tags/ruby/library/zlib/deflate/deflate_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
fails:Zlib::Deflate.deflate deflates chunked data
fails:Zlib::Deflate#deflate without break deflates chunked data
fails:Zlib::Deflate#deflate without break deflates chunked data with final chunk
fails:Zlib::Deflate#deflate without break deflates chunked data without errors
fails:Zlib::Deflate#deflate with break deflates only first chunk
fails:Zlib::Deflate#deflate with break deflates chunked data with final chunk
fails:Zlib::Deflate#deflate with break deflates chunked data without errors
1 change: 1 addition & 0 deletions spec/tags/ruby/library/zlib/inflate/finish_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:Zlib::Inflate#finish inflates chunked data
1 change: 1 addition & 0 deletions spec/tags/ruby/library/zlib/inflate/inflate_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:Zlib::Inflate#inflate without break inflates chunked data

0 comments on commit 7b35ac2

Please sign in to comment.