[tests] Add the BitcodeNotSupported category to tests exercising non-bitcode-compatib...
commit4fec79cc6ac2b5129069d0b6a91fb0f1b8da264c
authorRolf Bjarne Kvinge <rolf@xamarin.com>
Thu, 14 Feb 2019 16:49:29 +0000 (14 17:49 +0100)
committerLudovic Henry <luhenry@microsoft.com>
Thu, 14 Feb 2019 16:49:29 +0000 (14 11:49 -0500)
tree37370dc643ed6357ffbf90196b4762328a16b211
parent920a621367b923fd4db0979732ae05e2c4062f6f
[tests] Add the BitcodeNotSupported category to tests exercising non-bitcode-compatible API. (#13007)

* [tests] Add the BitcodeNotSupported category to tests exercising non-bitcode-compatible API.

We have APIs that use exception filter clauses, and we don't support that when
compiling to bitcode.

So mark any tests exercising such API accordingly, so that we can skip those
tests when running tests on targets that use bitcode (watchOS).

* [tests] Use BitcodeNotSupported on applying profiles
configure.ac
mcs/class/System/Test/System.Net/WebClientTest.cs
mcs/class/System/Test/System.Net/WebClientTestAsync.cs