xamarin-macios/tests/test-libraries
Rolf Bjarne Kvinge 9466ae5080 [registrar] Support 'out' parameters from NULL pointers. Fixes #54919. (#2106)
[registrar] Support 'out' parameters from NULL pointers. Fixes #54919.

Native code doesn't have the 'out' and 'ref' distinction C# has, and passes
NULL around left and right.

So make sure the generated code from the static registrar doesn't write to such NULLs.

https://bugzilla.xamarin.com/show_bug.cgi?id=54919
2017-05-19 12:07:12 +02:00
..
.gitignore [tests] Generate some trampoline and registrar tests. 2016-10-13 15:10:43 +02:00
Makefile [tests] Add test for bug #43689. 2017-02-10 14:46:29 +01:00
XTest-Info.plist [tests] Add test-libraries. 2016-04-26 08:00:35 -04:00
libframework.h [tests] Add test-libraries. 2016-04-26 08:00:35 -04:00
libframework.m [tests] Add test-libraries. 2016-04-26 08:00:35 -04:00
libtest.cs [tests] Generate some trampoline and registrar tests. 2016-10-13 15:10:43 +02:00
libtest.h [tests] Generate some trampoline and registrar tests. 2016-10-13 15:10:43 +02:00
libtest.m [registrar] Support 'out' parameters from NULL pointers. Fixes #54919. (#2106) 2017-05-19 12:07:12 +02:00
libtest2.h [tests] Add test for bug #43689. 2017-02-10 14:46:29 +01:00
libtest2.m [tests] Add test for bug #43689. 2017-02-10 14:46:29 +01:00
rename.h [tests] Fix framework-test to actually work. (#1297) 2016-12-05 18:35:53 +01:00
testgenerator.cs [tests] Generate some trampoline and registrar tests. 2016-10-13 15:10:43 +02:00
testgenerator.csproj [tests] Generate some trampoline and registrar tests. 2016-10-13 15:10:43 +02:00