Skip to content

[android] Mark large_string_array as unsupported in Android-ARMv7 #30987

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

Conversation

drodriguez
Copy link
Contributor

Seems that the test takes more than 5 minutes to finish, so the timeout
is triggered. Remove the test from the supported set for Android-ARMv7.
Instead of using XFAIL, use UNSUPPORTED to avoid spending 5 minutes
waiting for the timeout to occur. I don't think a lot of people will be
able to spend time to find out what's happening in a niche platform.

To make more clear what was happening, include a message if the
timeout.py script actually times out. Otherwise the error is a cryptic
"FileCheck error: '-' is empty.". Also fix the shebang and import the
print function from future to avoid using the old print-chevron.

This appeared in https://ci-external.swift.org/job/oss-swift-RA-linux-ubuntu-16.04-android/6082/ for Android ARMv7.

I am still trying to get a number in my machine about the amount of time. It has been already 12 minutes with no result, so there's probably a problem somewhere.

@drodriguez drodriguez requested a review from eeckstein April 12, 2020 21:51
Seems that the test takes more than 5 minutes to finish, so the timeout
is triggered. Remove the test from the supported set for Android-ARMv7.
Instead of using XFAIL, use UNSUPPORTED to avoid spending 5 minutes
waiting for the timeout to occur. I don't think a lot of people will be
able to spend time to find out what's happening in a niche platform.

To make more clear what was happening, include a message if the
timeout.py script actually times out. Otherwise the error is a cryptic
"FileCheck error: '-' is empty.". Also fix the shebang and import the
print function from __future__ to avoid using the old print-chevron.
@drodriguez drodriguez force-pushed the android-disable-large-string-array branch from fee09fd to edfaba4 Compare April 12, 2020 22:12
@drodriguez
Copy link
Contributor Author

@swift-ci please smoke test

@drodriguez
Copy link
Contributor Author

I just seen #30991, so this one seems unnecessary if every 32 bit platform is disabled. The small improvement to the timeout script can be reused if someone is interested.

@drodriguez drodriguez closed this Apr 13, 2020
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.

1 participant