Skip to content

Commit 6c4d790

Browse files
committed
Disable SSL tests on CoreCLR
They might be causing this error: ``` 08-18 09:32:06.603 5693 5718 I monodroid: Loaded type: Java.Security.Cert.X509Certificate 08-18 09:32:06.603 5693 5718 E droid.NET_Test: JNI ERROR (app bug): accessed deleted Global 0x3a62 08-18 09:32:06.603 5693 5718 F droid.NET_Test: java_vm_ext.cc:570] JNI DETECTED ERROR IN APPLICATION: use of deleted global reference 0x3a62 08-18 09:32:06.604 5693 5718 F droid.NET_Test: java_vm_ext.cc:570] from void crc643df67da7b13bb6b1.TestInstrumentation_1.n_onStart() ```
1 parent f887af1 commit 6c4d790

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/Mono.Android-Tests/Mono.Android-Tests/Mono.Android.NET-Tests.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
NetworkInterfaces excluded: https://github.com/dotnet/runtime/issues/75155
3232
-->
3333
<!-- TODO: https://github.com/dotnet/android/issues/10069 -->
34-
<ExcludeCategories Condition=" '$(UseMonoRuntime)' == 'false' ">$(ExcludeCategories):CoreCLRIgnore:NTLM:RuntimeConfig</ExcludeCategories>
34+
<ExcludeCategories Condition=" '$(UseMonoRuntime)' == 'false' ">$(ExcludeCategories):CoreCLRIgnore:SSL:NTLM:RuntimeConfig</ExcludeCategories>
3535
<!-- TODO: https://github.com/dotnet/android/issues/10079 -->
3636
<ExcludeCategories Condition=" '$(PublishAot)' == 'true' ">$(ExcludeCategories):NativeAOTIgnore:SSL:NTLM:GCBridge:AndroidClientHandler:Export:NativeTypeMap</ExcludeCategories>
3737
<!-- FIXME: LLVMIgnore https://github.com/dotnet/runtime/issues/89190 -->
@@ -131,7 +131,7 @@
131131
<AndroidJavaSource Include="java/net/dot/android/test/ValueProvider.java" />
132132
<AndroidJavaSource Include="java/net/dot/android/test/Example.java" />
133133
</ItemGroup>
134-
134+
135135
<ItemGroup>
136136
<AndroidResource Include="..\..\..\src\Xamarin.Android.Build.Tasks\Tests\Xamarin.ProjectTools\Resources\Base\Image.9.png">
137137
<Link>Resources\Drawable\Image.9.png</Link>
@@ -174,7 +174,7 @@
174174
<None Include="LinkedAssets\linked_text.txt" />
175175
<None Include="LinkedAssets\linked_text2.txt" />
176176
</ItemGroup>
177-
177+
178178
<ItemGroup>
179179
<AndroidAsset Include="LinkedAssets\hamburger.png">
180180
<Link>Assets\hamburger.png</Link>
@@ -203,7 +203,7 @@
203203
<LastGenOutput>AppResources.it-IT.Designer.cs</LastGenOutput>
204204
</EmbeddedResource>
205205
</ItemGroup>
206-
206+
207207
<ItemGroup>
208208
<Compile Include="AppResources.Designer.cs">
209209
<DependentUpon>AppResources.resx</DependentUpon>
@@ -212,7 +212,7 @@
212212
<DependentUpon>AppResources.it-IT.resx</DependentUpon>
213213
</Compile>
214214
</ItemGroup>
215-
215+
216216
<ItemGroup>
217217
<AndroidNativeLibrary Include="..\libs\arm64-v8a\libreuse-threads.so" />
218218
<AndroidNativeLibrary Include="..\libs\armeabi-v7a\libreuse-threads.so" />

0 commit comments

Comments
 (0)