Add linux arm/arm64 libraries checked coreclr test runs (#36910)
authorSantiago Fernandez Madero <safern@microsoft.com>
Thu, 28 May 2020 01:45:56 +0000 (18:45 -0700)
committerGitHub <noreply@github.com>
Thu, 28 May 2020 01:45:56 +0000 (18:45 -0700)
* Add linux arm/arm64 libraries checked coreclr test runs

* Add linux_musl_arm64

* Disable BitmapTests on linux checked coreclr

eng/pipelines/runtime.yml
src/libraries/System.Drawing.Common/tests/mono/System.Drawing/BitmapTests.cs

index 8d69c75..056946c 100644 (file)
@@ -140,6 +140,7 @@ jobs:
     - Linux_x64
     - Linux_arm
     - Linux_arm64
+    - Linux_musl_arm64
     - Linux_musl_x64
     - Windows_NT_x86
     - Windows_NT_x64
@@ -903,6 +904,8 @@ jobs:
     buildConfig: Release
     platforms:
     # - Windows_NT_arm return this when https://github.com/dotnet/runtime/issues/1097 is fixed.
+    - Linux_arm
+    - Linux_musl_arm64
     - Windows_NT_x86
     helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
     helixQueueGroup: libraries
@@ -924,6 +927,7 @@ jobs:
     - Windows_NT_x64
     - Linux_x64
     - Linux_musl_x64
+    - Linux_arm64
     helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
     helixQueueGroup: libraries
     jobParameters:
index 4f32a7d..a2f495e 100644 (file)
@@ -46,6 +46,7 @@ using Xunit;
 namespace MonoTests.System.Drawing
 {
 
+    [SkipOnCoreClr("https://github.com/dotnet/runtime/issues/37082", TestPlatforms.AnyUnix, RuntimeConfiguration.Checked)]
     public class TestBitmap
     {