-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
Swift Android Test Failures #78350
Comments
The CAS tests run fine natively on Android, so the problem is likely related to cross-compiling them for Android. |
I took a look at the error output for most of the failing tests: a few are fixed easily but I have no idea what the CAS tests are looking for. @cachemeifyoucan, do you know what's going on here?
These CAS tests all pass natively on Android for me, only failing when cross-compiled from linux. |
The fatal error is just:
I have never seen that before and I think this might not be CAS specific, but how the module dependencies are constructed. Without knowing what SDK is being looked at, I have no idea how to fix but I am ok to disable for Android. |
I think that this might be missing flags. I believe that |
Thanks for the tip, I will try it and see. 👍 |
Description
With the re-activation of the Swift Android Community CI (swiftlang/swift-community-hosted-continuous-integration#55), we are now getting Android builds running again.
There are currently 23 test failures occurring (log example), most of which are in CAS/. We should investigate and resolve the underlying causes, or else disable the tests if they are no longer applicable for Android.
Additional information
No response
The text was updated successfully, but these errors were encountered: