xamarin-macios/tests/linker/ios
Vincent Dondain 982074c42c [tests] Fix System.Net.Http and link sdk tests (#4731)
* [bcl-test] Fix System.Net.Http tests after new NSUrlSession default

The tests did not like the new HttpClient default option. See: 6cfc8b5a60

* [link-sdk] Use https for AsyncTest

Potential fix for https://github.com/xamarin/maccore/issues/977.
2018-09-03 11:08:35 +02:00
..
dont link [linker] Mark all TypeConverter if TypeDescriptor is used. Fixes #3372 (#3396) 2018-02-05 21:19:46 -05:00
link all [tests] Re-add [Test] attribute accidentally removed in 3f16223deb. (#4626) 2018-08-17 11:07:18 +02:00
link sdk [tests] Fix System.Net.Http and link sdk tests (#4731) 2018-09-03 11:08:35 +02:00
README.md [tests] Move linker tests to match introspection directory layout. (#3365) 2018-02-05 15:09:04 +01:00

README.md

Linker Regression Tests

Most of our unit tests follow the default project configuration, which is "Don't Link" for simulator builds and "Link SDK" for device builds.

The linker tests are different as they set both simulator and device configuration to the same settings. This is the main way to test the linker on the simulator (which is the most common test configuration for our bots)

Note that the spaces in the projects directory names are by design as it ensure our tool chain can cope with them.

  • regression testing without using the linker

  • both simulator and devices are set to "Don't link"

  • regression testing using the linker on the all assemblies

  • "Link all assemblies" for both simulator/devices

  • regression testing using the linker on the SDK assemblies

  • "Link SDK assemblies only" for both simulator/devices