Skip to content

Fixes for MMTests scripts#630

Open
manul7 wants to merge 2 commits into
Linaro:masterfrom
manul7:mmtests-fixes
Open

Fixes for MMTests scripts#630
manul7 wants to merge 2 commits into
Linaro:masterfrom
manul7:mmtests-fixes

Conversation

@manul7

@manul7 manul7 commented Jul 1, 2026

Copy link
Copy Markdown

No description provided.

Konstantin Belov added 2 commits July 1, 2026 14:09
Signed-off-by: Konstantin Belov <konstantin.belov@linaro.org>
- fix dead freq_val variable - always UNKNOWN
- remove dead benchmark SHA256 collection
- move system info collection after results validation
- add empty-benchmarks guard
- move RESULTS_OK write to after full loop, not per-benchmark

Signed-off-by: Konstantin Belov <konstantin.belov@linaro.org>
os.remove(RESULTS_OK)
log.debug("Removed previous results check file")
except (OSError, PermissionError) as e:
log.warning("Failed to remove results check file: %s", e)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this try except block happen before the the two sys.exit(1) ?

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