https://bugs.winehq.org/show_bug.cgi?id=57181
Bug ID: 57181 Summary: PathGradientBrushTest:Clone fails with InvalidParameter Product: Wine Version: 9.17 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: gdiplus Assignee: wine-bugs@winehq.org Reporter: madewokherd@gmail.com Distribution: ---
The Wine Mono tests had a new failure introduced in the past few days:
x86_64.MonoTests.System.Drawing.Drawing2D.PathGradientBrushTest:Clone failed: System.ArgumentException : A null reference or invalid value was found [GDI+ status: InvalidParameter] at System.Drawing.GDIPlus.CheckStatus (System.Drawing.Status status) [0x00098] in <21d9782ed8204b41be15f7e362fe6601>:0 at System.Drawing.Drawing2D.PathGradientBrush.get_Blend () [0x0000d] in <21d9782ed8204b41be15f7e362fe6601>:0 at (wrapper remoting-invoke-with-check) System.Drawing.Drawing2D.PathGradientBrush.get_Blend() at MonoTests.System.Drawing.Drawing2D.PathGradientBrushTest.CheckDefaults (System.Drawing.Drawing2D.PathGradientBrush pgb) [0x00000] in <9ac254c8d9794d84946754376c20a309>:0 at MonoTests.System.Drawing.Drawing2D.PathGradientBrushTest.CheckPathDefaults (System.Drawing.Drawing2D.PathGradientBrush pgb) [0x00000] in <9ac254c8d9794d84946754376c20a309>:0 at MonoTests.System.Drawing.Drawing2D.PathGradientBrushTest.Clone () [0x00025] in <9ac254c8d9794d84946754376c20a309>:0 at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&) at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <5f03272033464958ad114b2853ddec98>:0
Tried reverting b31251650d713b7aa3d266bc6dedeab5fc93ce19, and it passed again.