[PR #103] [MERGED] Handle multiple compressed files per original in the test. #708

Open
opened 2026-01-29 20:50:28 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/103
Author: @szabadka
Created: 5/7/2015
Status: Merged
Merged: 5/7/2015
Merged by: @szabadka

Base: masterHead: master


📝 Commits (1)

  • 10a2f37 Handle multiple compressed files per original in the test.

📊 Changes

29 files changed (+27 additions, -45 deletions)

View changed files

📝 python/tests/compatibility_test.py (+6 -23)
📝 tests/compatibility_test.sh (+4 -22)
tests/testdata/empty.compressed.00 (+1 -0)
tests/testdata/empty.compressed.01 (+1 -0)
tests/testdata/empty.compressed.02 (+1 -0)
tests/testdata/empty.compressed.03 (+1 -0)
tests/testdata/empty.compressed.04 (+1 -0)
tests/testdata/empty.compressed.05 (+1 -0)
tests/testdata/empty.compressed.06 (+1 -0)
tests/testdata/empty.compressed.07 (+1 -0)
tests/testdata/empty.compressed.08 (+1 -0)
tests/testdata/empty.compressed.09 (+1 -0)
tests/testdata/empty.compressed.10 (+1 -0)
tests/testdata/empty.compressed.11 (+1 -0)
tests/testdata/empty.compressed.12 (+1 -0)
tests/testdata/empty.compressed.13 (+1 -0)
tests/testdata/empty.compressed.14 (+1 -0)
tests/testdata/empty.compressed.15 (+1 -0)
tests/testdata/empty.compressed.16 (+0 -0)
tests/testdata/empty.compressed.17 (+1 -0)

...and 9 more files

📄 Description

Add some more test cases that decompress to the empty
file or a one byte long file. These test cases have
examples for the updated stream header and meta-block
header formats.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/103 **Author:** [@szabadka](https://github.com/szabadka) **Created:** 5/7/2015 **Status:** ✅ Merged **Merged:** 5/7/2015 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`10a2f37`](https://github.com/google/brotli/commit/10a2f3745a6817d452d317718ab9e782b97984c7) Handle multiple compressed files per original in the test. ### 📊 Changes **29 files changed** (+27 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `python/tests/compatibility_test.py` (+6 -23) 📝 `tests/compatibility_test.sh` (+4 -22) ➕ `tests/testdata/empty.compressed.00` (+1 -0) ➕ `tests/testdata/empty.compressed.01` (+1 -0) ➕ `tests/testdata/empty.compressed.02` (+1 -0) ➕ `tests/testdata/empty.compressed.03` (+1 -0) ➕ `tests/testdata/empty.compressed.04` (+1 -0) ➕ `tests/testdata/empty.compressed.05` (+1 -0) ➕ `tests/testdata/empty.compressed.06` (+1 -0) ➕ `tests/testdata/empty.compressed.07` (+1 -0) ➕ `tests/testdata/empty.compressed.08` (+1 -0) ➕ `tests/testdata/empty.compressed.09` (+1 -0) ➕ `tests/testdata/empty.compressed.10` (+1 -0) ➕ `tests/testdata/empty.compressed.11` (+1 -0) ➕ `tests/testdata/empty.compressed.12` (+1 -0) ➕ `tests/testdata/empty.compressed.13` (+1 -0) ➕ `tests/testdata/empty.compressed.14` (+1 -0) ➕ `tests/testdata/empty.compressed.15` (+1 -0) ➕ `tests/testdata/empty.compressed.16` (+0 -0) ➕ `tests/testdata/empty.compressed.17` (+1 -0) _...and 9 more files_ </details> ### 📄 Description Add some more test cases that decompress to the empty file or a one byte long file. These test cases have examples for the updated stream header and meta-block header formats. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:50:28 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#708