Skip to content

Commit

Permalink
Add linux arm/arm64 libraries checked coreclr test runs (#36910)
Browse files Browse the repository at this point in the history
* Add linux arm/arm64 libraries checked coreclr test runs

* Add linux_musl_arm64

* Disable BitmapTests on linux checked coreclr
  • Loading branch information
safern authored May 28, 2020
1 parent 6ccc72a commit 344085b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eng/pipelines/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ jobs:
- Linux_x64
- Linux_arm
- Linux_arm64
- Linux_musl_arm64
- Linux_musl_x64
- Windows_NT_x86
- Windows_NT_x64
Expand Down Expand Up @@ -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
Expand All @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
namespace MonoTests.System.Drawing
{

[SkipOnCoreClr("https://github.com/dotnet/runtime/issues/37082", TestPlatforms.AnyUnix, RuntimeConfiguration.Checked)]
public class TestBitmap
{

Expand Down

0 comments on commit 344085b

Please sign in to comment.