xamarin-macios/tests/monotouch-test/ObjCRuntime
Rolf Bjarne Kvinge 074a90496f
[tests] Don't try to create an instance of PKPaymentAuthorizationViewController. (#14334)
The default constructor doesn't work (it's already obsolete).

Fixes:

    Xamarin.Mac.Tests.DelegateAndDataSourceTest
        [FAIL] DelegateAndDataSourceAllowsNull : 1 failing types
            1 failing types:
            PassKit.PKPaymentAuthorizationViewController: Could not initialize an instance of the type 'PassKit.PKPaymentAuthorizationViewController': the native 'init' method returned nil.
            It is possible to ignore this condition by setting ObjCRuntime.Class.ThrowOnInitFailure to false.
                at Xamarin.Mac.Tests.DelegateAndDataSourceTest.DelegateAndDataSourceAllowsNull () [0x0026c] in /Users/builder/azdo/_work/1/s/xamarin-macios/tests/monotouch-test/ObjCRuntime/DelegateAndDataSourceTest.cs:90
2022-03-09 08:10:21 +01:00
..
BlocksTest.cs [src] Modify some logic for Mac Catalyst that tests the current runtime architecture (Runtime.Arch) to behave like macOS instead (which doesn't check Runtime.Arch). (#13536) 2021-12-14 08:26:14 +01:00
CategoryTest.cs [C] Clear OpenTK namespace (#13767) 2022-02-14 18:50:23 +01:00
ClassTest.classlist.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
ClassTest.cs [tests][monotouch-test] Adjust code to cope with NativeHandle. 2021-11-26 14:25:21 +01:00
DelegateAndDataSourceTest.cs [tests] Don't try to create an instance of PKPaymentAuthorizationViewController. (#14334) 2022-03-09 08:10:21 +01:00
DisposableObjectTest.cs [ObjCRuntime] Fix the DisposableObject.Owns property to return the correct value. Fixes #13646. (#13666) 2022-01-11 15:37:31 +01:00
DlfcnTest.cs [dotnet] Remove Runtime.Arch and ObjCRuntime.Arch from Mac Catalyst. Fixes #10312. (#13562) 2021-12-15 22:32:14 +01:00
EveryFrameworkSmokeTest.cs [tests] Preserve all test fixtures. (#10870) 2021-03-16 15:15:30 +01:00
ExceptionsTest.cs [tools/runtime] Enable exception marshalling by default for all platforms in .NET. (#14051) 2022-02-07 14:12:32 +01:00
Messaging.cs [C] Clear OpenTK namespace (#13767) 2022-02-14 18:50:23 +01:00
NativeHandleTest.cs [ObjCRuntime] Add explicit conversion operators between NativeHandle and void*. Fixes #13867. (#13929) 2022-01-28 10:03:54 +01:00
ProtocolTest.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
RegistrarTest.cs [C] Clear OpenTK namespace (#13767) 2022-02-14 18:50:23 +01:00
RegistrarTestGenerated.cs [tests] Ignore monotouch-tests that fail with bitcode. (#5566) 2019-02-07 16:01:50 +01:00
RuntimeTest.cs [monotouch-test] The RuntimeTest.ResurrectedObjectsDisposedTest test seems to be passing everywhere in .NET now. (#14175) 2022-02-18 16:34:58 +01:00
SimpleRegistrarTest.cs [tests] Preserve all test fixtures. (#10870) 2021-03-16 15:15:30 +01:00
TestPreservation.cs [tests] Preserve all test fixtures. (#10870) 2021-03-16 15:15:30 +01:00
ToggleRefRetainDeadlockTest.cs [runtime] Fix a toggle ref deadlock when retaining objects. Fixes #13066. (#13071) 2021-10-22 09:05:07 +02:00
TrampolineTest.cs [C] Clear OpenTK namespace (#13767) 2022-02-14 18:50:23 +01:00
TrampolineTestGenerated.cs [tests] Ignore monotouch-tests that fail with bitcode. (#5566) 2019-02-07 16:01:50 +01:00