-
Notifications
You must be signed in to change notification settings - Fork 514
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
[Tests] Fix an monotouch-test test that landed broken. #15503
Conversation
@@ -31,6 +31,10 @@ public void DefaultCtor () | |||
using (var stpf = new UISimpleTextPrintFormatter ()) { | |||
Assert.That (stpf.Handle, Is.Not.EqualTo (IntPtr.Zero), "Handle"); | |||
if (TestRuntime.CheckXcodeVersion (11, 0)) { | |||
Assert.NotNull (stpf.Color, "Color"); |
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.
I think you need to change the condition in the previous line to be Xcode 14 (and not Xcode 11)
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.
I tested it and then did something stupid, clearly
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ API diff for current PR / commitLegacy Xamarin (No breaking changes)
NET (empty diffs)
❗ API diff vs stable (Breaking changes)Legacy Xamarin (:heavy_exclamation_mark: Breaking changes :heavy_exclamation_mark:)
.NET (:heavy_exclamation_mark: Breaking changes :heavy_exclamation_mark:)
✅ Generator diffGenerator diff is empty Pipeline on Agent |
❌ [PR Build] Tests on macOS M1 - Mac Big Sur (11.5) failed ❌Failed tests are:
Pipeline on Agent |
💻 [PR Build] Tests on macOS Mac Catalina (10.15) passed 💻✅ All tests on macOS Mac Catalina (10.15) passed. Pipeline on Agent |
🔥 [CI Build] Test results 🔥Test results❌ Tests failed on VSTS: simulator tests 0 tests crashed, 1 tests failed, 227 tests passed. Failures❌ introspection tests
Html Report (VSDrops) Download Successes✅ bcl: All 69 tests passed. Html Report (VSDrops) Download Pipeline on Agent |
* [xcode14] Bump to latest Xcode 14 Beta 5 * [CloudKit] Fix cloudkit intro on tvOS * Revert "[Tests] Fix an monotouch-test test that landed broken. (xamarin#15503)" This reverts commit 161de84. * Update tools/common/StaticRegistrar.cs Co-authored-by: Manuel de la Pena <mandel@microsoft.com> * Fix typo * [CHIP] Tell our drivers to not link CHIP at all Co-authored-by: Manuel de la Pena <mandel@microsoft.com>
No description provided.