mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #561] tests: add 64K block size expected outputs for ppc64 #548
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/bootandy/dust/pull/561
Author: @amaanq
Created: 3/10/2026
Status: 🔄 Open
Base:
master← Head:fix-64k-block-tests📝 Commits (1)
c424ecctests: add 64K block size expected outputs for ppc64📊 Changes
1 file changed (+55 additions, -4 deletions)
View changed files
📝
tests/test_exact_output.rs(+55 -4)📄 Description
The existing tests hardcode 4K block size expectations, which fail on systems with 64K block sizes (this is common on ppc64/POWER). This extends the valid output variants to include 64K.
I've tested this locally on a POWER8 machine I have access to, and the tests pass.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.