xamarin-macios/tests/linker-ios/link sdk
Sebastien Pouliot bb0ea60a95 [tests] Remove OptimizeGeneratedCodeTest.IntPtrSizeOptimization. Fixes #54408 (#1959)
This optimization is now limited to Xamairn.iOS.dll. 3rd parties .dll
size savings were not large enough to justify two different (32/64)
assemblies in the application bundle.

It's likely this change that resulted in incorrect fixes like:

-                       if (classic_or_sim || single_arch) {
+                       if (IsMainExecutableDual ())

which reversed the condition and later
580f502777
which disabled DEBUG - but we don't have IL on release so it became
never executed.

reference:
https://bugzilla.xamarin.com/show_bug.cgi?id=54408
2017-04-04 10:06:52 -05:00
..
AotBugs.cs [tests] Move linker tests from maccore (#69) 2016-05-20 14:07:34 -04:00
AppDelegate.cs [tests] Move linker tests from maccore (#69) 2016-05-20 14:07:34 -04:00
AsyncTest.cs [link sdk] Update tests to work on watchOS. Fixes #41538. (#331) 2016-06-30 02:35:07 -07:00
Bug1820Test.cs [tests] Move linker tests from maccore (#69) 2016-05-20 14:07:34 -04:00
Bug2096Test.cs [tests] Move linker tests from maccore (#69) 2016-05-20 14:07:34 -04:00
CalendarTest.cs [tests] Move linker tests from maccore (#69) 2016-05-20 14:07:34 -04:00
CanaryTest.cs Revert "[linker] Inline BinaryCompatibility.TargetsAtLeast_Desktop_V4_5[_1] (#1518)" 2017-03-14 11:51:08 +01:00
CryptoTest.cs [link sdk] Update tests to work on watchOS. Fixes #41538. (#331) 2016-06-30 02:35:07 -07:00
DataContractTest.cs [tests] Move linker tests from maccore (#69) 2016-05-20 14:07:34 -04:00
DllImportTest.cs [tests/link sdk] Fix watchOS version check. (#1678) 2017-02-10 18:22:46 +01:00
HttpClientHandlerTest.cs Bump mono for an (pre C9/master) alpha refresh (#902) 2016-09-27 23:45:13 -04:00
HttpClientTest.cs [tests][linksdk][watchos] Fix HttpClientHandler tests for CFNetwork/watchOS (#186) 2016-06-14 07:42:41 -07:00
Info.plist [tests] Remove Classic test projects, and make the Unified test projects the master projects. (#858) 2016-09-21 22:55:10 +02:00
LinkExtraDefsTest.cs [linker] Add an well known candidate inliner substep along with tests (#1513) 2017-01-17 21:49:44 -05:00
LinkSdkRegressionTest.cs Update linker tests after appletls merge 2017-03-23 19:14:01 +01:00
LocaleTest.cs [tests] Move linker tests from maccore (#69) 2016-05-20 14:07:34 -04:00
Main.cs [tests] Move linker tests from maccore (#69) 2016-05-20 14:07:34 -04:00
OptimizeGeneratedCodeTest.cs [tests] Remove OptimizeGeneratedCodeTest.IntPtrSizeOptimization. Fixes #54408 (#1959) 2017-04-04 10:06:52 -05:00
PclTest.cs [link sdk] Update tests to work on watchOS. Fixes #41538. (#331) 2016-06-30 02:35:07 -07:00
ReflectionTest.cs [tests] Move linker tests from maccore (#69) 2016-05-20 14:07:34 -04:00
TaskTest.cs [tests] Move linker tests from maccore (#69) 2016-05-20 14:07:34 -04:00
extra-linker-defs-today.xml [tests] Add extra linker defs for the link sdk today extension tests. 2017-02-10 16:39:35 +01:00
extra-linker-defs-tvos.xml [linker] Add an well known candidate inliner substep along with tests (#1513) 2017-01-17 21:49:44 -05:00
extra-linker-defs-watchos.xml [linker] Add an well known candidate inliner substep along with tests (#1513) 2017-01-17 21:49:44 -05:00
extra-linker-defs.xml [linker] Add an well known candidate inliner substep along with tests (#1513) 2017-01-17 21:49:44 -05:00
link sdk.csproj Merge remote-tracking branch 'origin/master' into mono-2017-02 2017-03-23 23:13:43 +01:00
support.dll [tests] Use the right sources for dontlink, linksdk and linkall tests. (#152) 2016-06-08 23:39:47 +02:00
support.il [tests] Move linker tests from maccore (#69) 2016-05-20 14:07:34 -04:00