xamarin-macios/tests/introspection/Mac
Rolf Bjarne Kvinge a2e2fef0c2
[introspection] Fix macOS 10.15 version checks. (#13315)
The logic seems to want to verify MPSPredicate on maOS 10.14, but not on macOS
10.15+. But checking for macOS 10.14 is always successful on macOS 10.15+,
which means that we can't check for macOS 10.14 before checking macOS 10.15.
So I moved the macOS 10.14 check to after the macOS 10.15 check, but that made
the macOS 10.14 check redundant, because both branches of the condition did
the same thing, so I removed the whole check.

Fixes this introspectionf failure:

    [FAIL] DefaultCtorAllowed :   1 potential errors found in 1387 default ctor validated:
        Default constructor not allowed for MetalPerformanceShaders.MPSPredicate : Could not initialize an instance of the type 'MetalPerformanceShaders.MPSPredicate': the native 'init' method returned nil.
2021-11-11 16:07:51 +01:00
..
Info.plist [introspection] Adjust according to behavior on macOS 10.15. Fixes #6426. 2019-06-26 14:16:57 +02:00
MacApiCtorInitTest.cs [introspection] Fix macOS 10.15 version checks. (#13315) 2021-11-11 16:07:51 +01:00
MacApiFieldTest.cs [introspection] Do not let intro check on QTKit now that is just stubs (#9843) 2020-10-11 14:43:41 -04:00
MacApiPInvokeTest.cs [introspection] Skip verifying the objc_msgSend[Super]_stret on all platforms. (#12939) 2021-10-07 20:15:54 +02:00
MacApiProtocolTest.cs [AppKit] Remove NSMenuView from .NET (it's a 32-bit only type). (#13291) 2021-11-08 16:15:41 +01:00
MacApiSelectorTest.cs [AppKit] Remove NSMenuView from .NET (it's a 32-bit only type). (#13291) 2021-11-08 16:15:41 +01:00
MacApiSignatureTest.cs [tests] Remove Classic code from all tests. (#8707) 2020-05-29 16:43:06 +02:00
MacApiTypoTest.cs [ObjCRuntime] Add a non-deprecated internal system-version checking API and use it everywhere. (#13231) 2021-11-04 11:13:23 +01:00
MacApiWeakPropertyTest.cs [introspection] Do not let intro check on QTKit now that is just stubs (#9843) 2020-10-11 14:43:41 -04:00
MacCoreImageFiltersTest.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
introspection-mac.csproj [introspection] Stop hardcoding minimum OS versions. (#10582) 2021-02-08 07:34:02 +01:00