Skip to content

fix: move blind-sign tests to 7.14.0 report section#185

Merged
pastaghost merged 2 commits intomasterfrom
fix/move-blind-sign-tests-to-714-section
Mar 31, 2026
Merged

fix: move blind-sign tests to 7.14.0 report section#185
pastaghost merged 2 commits intomasterfrom
fix/move-blind-sign-tests-to-714-section

Conversation

@BitHighlander
Copy link
Copy Markdown
Contributor

Summary

  • Blind-sign tests (E16/E17) were in the Ethereum section (min_fw 7.0.0), causing them to show as FAILED on pre-7.14 firmware builds
  • The tests have requires_firmware("7.14.0") which skips them at runtime, but the report generator still counted them since the Ethereum section is active for any firmware >= 7.0.0
  • Moved to EVM Clear-Signing section (V8/V9, min_fw 7.14.0) so the report only includes them for firmware >= 7.14.0

Test plan

  • Run generate-test-report.py --fw-version=7.10.0 — E16/E17 should no longer appear
  • Run generate-test-report.py --fw-version=7.14.0 — V8/V9 should appear in EVM Clear-Signing section

BitHighlander and others added 2 commits March 30, 2026 20:01
E16/E17 (blind_sign_blocked, blind_sign_allowed) were in the Ethereum
section (min_fw 7.0.0), causing them to appear as FAILED on pre-7.14
builds despite requires_firmware("7.14.0") skipping them at runtime.

Relocated to EVM Clear-Signing section (V, min_fw 7.14.0) as V8/V9
so the report only includes them for firmware >= 7.14.0.
@pastaghost pastaghost merged commit 2f8ca86 into master Mar 31, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants