Skip to content
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

UIKit introspection test failures on macOS 11.5 #19353

Closed
rolfbjarne opened this issue Oct 26, 2023 · 0 comments · Fixed by #19355
Closed

UIKit introspection test failures on macOS 11.5 #19353

rolfbjarne opened this issue Oct 26, 2023 · 0 comments · Fixed by #19355
Assignees
Labels
tests Anything related to tests
Milestone

Comments

@rolfbjarne
Copy link
Member

Introspection.iOSApiCtorInitTest
    [FAIL] UIKit.UIContentUnavailableButtonProperties : Handle
    [FAIL] UIKit.UIContentUnavailableImageProperties : Handle
    [FAIL] UIKit.UIContentUnavailableTextProperties : Handle
    [FAIL] DefaultCtorAllowed :   3 potential errors found in 1535 default ctor validated:
UIKit.UIContentUnavailableButtonProperties : Handle
UIKit.UIContentUnavailableImageProperties : Handle
UIKit.UIContentUnavailableTextProperties : Handle

  Expected: 0
  But was:  3
           at Introspection.ApiCtorInitTest.DefaultCtorAllowed() in /Users/builder/azdo/_work/2/s/xamarin-macios/tests/introspection/ApiCtorInitTest.cs:line 304
    [PASS] DesignatedInitializer
    [PASS] ShouldNotExposeDefaultCtorTest
Introspection.iOSApiProtocolTest
    [PASS] Coding
    [PASS] Copying
    [FAIL] GeneralCase : 3 types do not really conform to the protocol interfaces: [FAIL] Could not load UIKit.UIContentUnavailableButtonProperties
        [FAIL] Could not load UIKit.UIContentUnavailableImageProperties
        [FAIL] Could not load UIKit.UIContentUnavailableTextProperties
        [FAIL] Could not load UIKit.UIContentUnavailableButtonProperties
        [FAIL] Could not load UIKit.UIContentUnavailableImageProperties
        [FAIL] Could not load UIKit.UIContentUnavailableTextProperties
           at Introspection.ApiBaseTest.AssertIfErrors(String s, Object[] parameters) in /Users/builder/azdo/_work/2/s/xamarin-macios/tests/introspection/ApiBaseTest.cs:line 136
           at Introspection.ApiProtocolTest.GeneralCase() in /Users/builder/azdo/_work/2/s/xamarin-macios/tests/introspection/ApiProtocolTest.cs:line 860
    [PASS] MutableCopying
    [PASS] SecureCoding
    [PASS] SupportsSecureCoding

Ref: #19347 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Anything related to tests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants