-
Notifications
You must be signed in to change notification settings - Fork 555
Bump for Xcode 10 beta 4 #4459
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
Bump for Xcode 10 beta 4 #4459
Conversation
|
Build failure 🔥 Build failed 🔥 |
|
|
Build failure 🔥 Build failed 🔥 |
|
Build failure 🔥 Build failed 🔥 |
|
That 👍 is obviously conditional on builds/test passing, but the idea looks right. |
|
Build failure 🔥 Build failed 🔥 |
|
Build failure |
|
Build failure Test results8 tests failed, 148 tests passed. Failed tests
|
|
We are getting there |
|
Build failure |
|
So I've verified locally that intro and xtro pass on both iOS 12 B4 and macOS 10.13/10.14 B4 also monotouch-tests run fine for me. About MTouch it is still running locally so I will report back, that said those failures seemed to be legal and we might need to file an issue in order to merge this. A note about merging this PR: Let's NOT squash commits and do a merge commit instead so it is easier to revert the macOS tests and bumps of min versions to 10.9 in case we do not want to follow this path. |
|
Build failure Test results6 tests failed, 150 tests passed. Failed tests
|
|
I think the timed out tests would pass if we re run but not the mtouch test. Not sure what's wrong with it. |
|
Full verbose build log of the mtouch AOT failure: https://gist.github.com/VincentDondain/faf612e93c8568aec1024aa2f2ad3a76 @dalexsoto found out it was related to 53fdc01#diff-ff9e35b87c66245efc6f4798e6aa6cd9R12. The mtouch tests didn't run for this PR. |
This reverts commit 53fdc01. Unfortunately there is not enough info for the AOT compiler to handle MidiCIDeviceIdentification struct and this is causing mtouch tests to fail
|
Build failure |
|
Build success Test results1 tests failed, 155 tests passed. Failed tests
|
|
build |
|
Build success |
|
Breaking changes are expected from API changes from the previous beta |
A note about merging this PR:
Let's NOT squash commits and do a merge commit instead so it is easier to revert the macOS tests and bumps of min versions to 10.9 in case we do not want to follow this path.