Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
The previous implementation was broken, because: * We called GetIsARM64CallingConvention in Runtime's static constructor. * Runtime.Arch hadn't been set yet in the static constructor, which means it was Arch.DEVICE (0). * This meant GetIsARM64CallingConvention would return true on iOS/tvOS x86-64 simulator. So delay the initialization of the IsARM64CallingConvention field until we've been initialized.
- Loading branch information
564628a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ Build was (probably) aborted
🔥 Jenkins job (on internal Jenkins) failed in stage(s) 'Test run, Test run' 🔥
✅ Build succeeded
✅ Packages: xamarin.ios-12.7.0.193.pkg xamarin.mac-5.7.0.193.pkg
✅ API Diff (from stable)
🔥 Failed to compare API and create generator diff 🔥
Failed to update apidiff references
Search for
Comparing API & creating generator diff
in the log to view the complete log.🔥 Test run failed 🔥
Test results
6 tests failed, 0 tests skipped, 326 tests passed.
Failed tests
564628a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ Build was (probably) aborted
🔥 Jenkins job (on internal Jenkins) failed in stage(s) 'Test run' 🔥 : org.jenkinsci.plugins.workflow.steps.FlowInterruptedException
✅ Build succeeded
✅ Packages: xamarin.ios-12.7.0.193.pkg xamarin.mac-5.7.0.193.pkg
✅ API Diff (from stable)
🔥 Failed to compare API and create generator diff 🔥
Failed to update apidiff references
Search for
Comparing API & creating generator diff
in the log to view the complete log.564628a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ Build was (probably) aborted
🔥 Jenkins job (on internal Jenkins) failed in stage(s) 'Test run, Test run' 🔥
✅ Build succeeded
✅ Packages: xamarin.ios-12.7.0.193.pkg xamarin.mac-5.7.0.193.pkg
✅ API Diff (from stable)
🔥 Failed to compare API and create generator diff 🔥
Failed to update apidiff references
Search for
Comparing API & creating generator diff
in the log to view the complete log.✅ Test run succeeded
564628a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Setting state to
success
where context iscontinuous-integration/jenkins/branch
.No blocking issues found