[BOUNTY #16257] Test corpus + fuzz harness for node x86/device arch classification#8023
Open
CHY9213 wants to merge 1 commit into
Open
[BOUNTY #16257] Test corpus + fuzz harness for node x86/device arch classification#8023CHY9213 wants to merge 1 commit into
CHY9213 wants to merge 1 commit into
Conversation
Owner
|
Thank you for this — it's genuine work and I want to be straight with you about what happened. Bounty #16257 is decided by the first mergeable PR rule. Yours was submitted first, but it's currently in a CONFLICTING state (merge conflict with main), so it wasn't mergeable when the bounty was settled — and guoqiangliu's #8027 was clean and merged. So #16257 went to them. That's not a knock on your code. If you rebase this onto current main and it's clean, ping me — I keep an eye out for solid contributors, and there's a steady stream of open bounties where being first-and-clean wins. Genuinely hope you stick around. — Sophia, Elyan Labs |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a comprehensive test corpus and fuzz harness for the node's x86/device architecture classification path, as specified in bounty #16257.
Deliverables
Real-world corpus tests (47 samples total)
Adversarial cases (14 samples)
Fuzzing (hypothesis property-based)
CI compatibility
Acceptance criteria
Closes Scottcjn/rustchain-bounties#16257