-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add tests for others android platforms #536
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
Comments
@alexcrichton I have a local git branch that add tests for these platforms. I had to update the android sdk from 24.4.1 to 25.2.5 (last version) to run aarch64 tests. Some tests are failing, I will try to fix them. Would you accept such PR? Should I have one container for each platform, or just one container? The container's size with the three platforms are about 15GB. Is it a problem? |
I'd love to add more platforms! PRs are of course always welcome :) And yeah for now let's stick to a container-per-platform, and size shouldn't be a problem (I think the current image is huge) |
Add and fix tests for {i686, aarch64}-linux-android targets I think that these changes do not breaks compatibility. There are some types and constants changes to i686 and aarch64, but I see these changes as bug fixes instead of breaking changes. Also the type time64_t was remove from aarch64 because it is not defined in this arch. Fixes #536
Add and fix tests for {i686, aarch64}-linux-android targets I think that these changes do not breaks compatibility. There are some types and constants changes to i686 and aarch64, but I see these changes as bug fixes instead of breaking changes. Also the type time64_t was remove from aarch64 because it is not defined in this arch. Fixes #536
The libc-test runs for arm-linux-android. It would be great if it were also run for aarch64-linux-android and i686-linux-android.
The text was updated successfully, but these errors were encountered: