-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Core tests not running on iOS on CI #6423
Comments
This is apparently blocked by ios-control/ios-sim#196. |
Unfortunately our ios-sim does not appear to work with Xcode 8. I'm getting the error: |
Additional context for when we pick this up again: A previous version of the Makefile used to run |
Supposedly it's possible to accomplish what we do with |
They're not being run on macOS either, which is why we didn't catch #6579 (comment). |
Restored to macOS in 388fa9c. |
This command sends the application’s stdout to the console, but the return value is always 0 as long as the application successfully launches, even if the exit code is nonzero: xcrun simctl install booted /path/to/mapbox-gl-native/build/ios/Debug-iphonesimulator/core-test.app
xcrun simctl launch --console booted 'com.mapbox.core-test' |
I suppose we can pipe stdout to another command that checks for signs of failure, similar to how |
This issue has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions. |
Along with removing the macOS SDK unit tests (#5991), #5359 also removed the core tests from the iOS test rule. On CI, we’re still installing ios-sim but not using it anywhere. We should be running the core tests on iOS, one of the officially supported platforms.
/cc @jfirebaugh @kkaefer
The text was updated successfully, but these errors were encountered: