Skip to content
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

test_od - re-enable f16 test with newer AVD system image #6099

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

cre4ture
Copy link
Contributor

@cre4ture cre4ture commented Mar 20, 2024

fixes issue #5941

how?

  • using the system image "google_apis_playstore" instead of "default" results in slightly newer OS version (2019 instead of 2018) that apparently fixed the issue with f16c instruction set

found by chance when investigateting different issue. Sadly the different issue (PR #6080) is not yet fixed by this version.

This brings me to the general question: Why are we using the old API level 28? Is there any specific reason why not switching to a even newer one?

Copy link

GNU testsuite comparison:

GNU test failed: tests/timeout/timeout. tests/timeout/timeout is passing on 'main'. Maybe you have to rebase?
Skipping an intermittent issue tests/tail/inotify-dir-recreate (passes in this run but fails in the 'main' branch)

@cakebaker cakebaker linked an issue Mar 21, 2024 that may be closed by this pull request
@sylvestre
Copy link
Sponsor Contributor

Why are we using the old API level 28? Is there any specific reason why not switching to a even newer one?

no good reason I think

@sylvestre sylvestre merged commit f14aa81 into uutils:main Mar 21, 2024
61 of 62 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.

android CI fails due to test_od::test_f16
2 participants