Skip to content

Commit 239b0c4

Browse files
Disable 2 System.Drawing tests for TailcallStress (#38891)
Issue: #38889
1 parent a5af49e commit 239b0c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libraries/System.Drawing.Common/tests/FontTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -784,6 +784,7 @@ public void SizeInPoints_Get_ReturnsExpected(GraphicsUnit unit)
784784
[InlineData(FontStyle.Strikeout | FontStyle.Bold | FontStyle.Italic, 255, true, "@", 700)]
785785
[InlineData(FontStyle.Regular, 0, false, "", 400)]
786786
[InlineData(FontStyle.Regular, 10, false, "", 400)]
787+
[SkipOnCoreClr("https://github.com/dotnet/runtime/issues/38889", RuntimeTestModes.TailcallStress)]
787788
public void ToLogFont_Invoke_ReturnsExpected(FontStyle fontStyle, byte gdiCharSet, bool gdiVerticalFont, string expectedNamePrefix, int expectedWeight)
788789
{
789790
using (FontFamily family = FontFamily.GenericMonospace)
@@ -817,6 +818,7 @@ public void ToLogFont_Invoke_ReturnsExpected(FontStyle fontStyle, byte gdiCharSe
817818
[InlineData(TextRenderingHint.SingleBitPerPixel)]
818819
[InlineData(TextRenderingHint.SingleBitPerPixelGridFit)]
819820
[InlineData(TextRenderingHint.ClearTypeGridFit)]
821+
[SkipOnCoreClr("https://github.com/dotnet/runtime/issues/38889", RuntimeTestModes.TailcallStress)]
820822
public void ToLogFont_InvokeGraphics_ReturnsExpected(TextRenderingHint textRenderingHint)
821823
{
822824
using (FontFamily family = FontFamily.GenericMonospace)

0 commit comments

Comments
 (0)