-
-
Notifications
You must be signed in to change notification settings - Fork 925
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Truffle] Add tags for problematic deflate specs.
- Loading branch information
Showing
3 changed files
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
fails:Zlib::Inflate#finish inflates chunked data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |