From 82f32e3a0a25af7ad84498a9c27a22f70efad63a Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Wed, 29 Jul 2020 22:25:59 -0700 Subject: [PATCH 1/2] Re-enable BitmapTests Issue: https://github.com/dotnet/runtime/pull/36910 See if this fails again in the CI --- .../tests/mono/System.Drawing/BitmapTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libraries/System.Drawing.Common/tests/mono/System.Drawing/BitmapTests.cs b/src/libraries/System.Drawing.Common/tests/mono/System.Drawing/BitmapTests.cs index 4fecd70d8a0d2f..32bcb9b418b975 100644 --- a/src/libraries/System.Drawing.Common/tests/mono/System.Drawing/BitmapTests.cs +++ b/src/libraries/System.Drawing.Common/tests/mono/System.Drawing/BitmapTests.cs @@ -46,7 +46,6 @@ namespace MonoTests.System.Drawing { - [SkipOnCoreClr("https://github.com/dotnet/runtime/issues/37082", TestPlatforms.AnyUnix, RuntimeConfiguration.Checked)] public class TestBitmap { From 7cdef238180b45b91e902b84e3842caffcbda668 Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Thu, 30 Jul 2020 11:34:54 -0700 Subject: [PATCH 2/2] Dummy change to force CI runs --- src/coreclr/src/jit/jit.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/coreclr/src/jit/jit.h b/src/coreclr/src/jit/jit.h index 70296152db539f..3ad370d8bd04c5 100644 --- a/src/coreclr/src/jit/jit.h +++ b/src/coreclr/src/jit/jit.h @@ -6,6 +6,8 @@ #define _JIT_H_ /*****************************************************************************/ +// Dummy change + // // clr.sln only defines _DEBUG // The jit uses DEBUG rather than _DEBUG