[PR #561] tests: add 64K block size expected outputs for ppc64 #548

Open
opened 2026-06-08 11:29:19 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/561
Author: @amaanq
Created: 3/10/2026
Status: 🔄 Open

Base: masterHead: fix-64k-block-tests


📝 Commits (1)

  • c424ecc tests: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/bootandy/dust/pull/561 **Author:** [@amaanq](https://github.com/amaanq) **Created:** 3/10/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `fix-64k-block-tests` --- ### 📝 Commits (1) - [`c424ecc`](https://github.com/bootandy/dust/commit/c424eccea3c19c58d88c54a58d0eade000025e0b) tests: add 64K block size expected outputs for ppc64 ### 📊 Changes **1 file changed** (+55 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `tests/test_exact_output.rs` (+55 -4) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-06-08 11:29:19 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#548