Skip to content

Commit

Permalink
[Truffle] Add tags for problematic deflate specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Feb 2, 2016
1 parent c62594e commit d8922b5
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/truffle/tags/library/zlib/deflate/deflate_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
fails(OOM):Zlib::Deflate#deflate without break deflates chunked data
fails(OOM):Zlib::Deflate#deflate with break deflates only first chunk
fails(OOM):Zlib::Deflate#deflate with break deflates chunked data with final chunk
fails(OOM):Zlib::Deflate#deflate with break deflates chunked data without errors
fails:Zlib::Deflate.deflate deflates chunked data
1 change: 1 addition & 0 deletions spec/truffle/tags/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/truffle/tags/library/zlib/inflate/inflate_tags.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
fails:Zlib::Inflate#inflate works in pass-through mode, once finished
fails:Zlib::Inflate.inflate properly handles excessive data, byte-by-byte
fails:Zlib::Inflate#inflate without break inflates chunked data

0 comments on commit d8922b5

Please sign in to comment.