Skip to content

Don't allow silent failures for Xtensa binaries #3156

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ddavis-2015
Copy link
Member

@tensorflow/micro

Do not allow programs, which are not unit tests, to silently fail when run using the Xtensa simulator. The generic benchmark application is one such program for which failures were not being reported.

Check the exit status of the simulator when running programs that are not unit tests.

bug=fixes #3155

@tensorflow/micro

Do not allow programs, which are not unit tests, to silently fail when run using the Xtensa simulator. The generic benchmark application is one such program for which failures were not being reported.

Check the exit status of the simulator when running programs that are not unit tests.

bug=fixes tensorflow#3155
@ddavis-2015 ddavis-2015 requested a review from a team as a code owner July 22, 2025 01:52
@ddavis-2015 ddavis-2015 self-assigned this Jul 22, 2025
@ddavis-2015 ddavis-2015 added bug Something isn't working ci:run_full labels Jul 22, 2025
@ddavis-2015 ddavis-2015 requested a review from rameshkunasi July 22, 2025 03:23
Copy link
Contributor

@rameshkunasi rameshkunasi left a comment

Choose a reason for hiding this comment

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

Looks Good to Me

Copy link
Contributor

mergify bot commented Jul 22, 2025

This pull request has been removed from the queue for the following reason: checks timeout.

The merge conditions cannot be satisfied due to checks timeout.

You can check the last failing draft PR here: #3157.

You may have to fix your CI before adding the pull request to the queue again.

If you update this pull request, to fix the CI, it will automatically be requeued once the queue conditions match again.
If you think this was a flaky issue instead, you can requeue the pull request, without updating it, by posting a @mergifyio requeue comment.

@ddavis-2015 ddavis-2015 requested a review from suleshahid July 28, 2025 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ci:ready_to_merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't allow silent failures for Xtensa binaries
4 participants