Skip to content

Commit

Permalink
run-tests: Update expected test results after Wine changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Esme Povirk committed Mar 25, 2024
1 parent 095f2b7 commit e9c58e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 1 addition & 4 deletions tools/run-tests/wine-failing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@ x86.MonoTests.System.Drawing.TestBitmap:SetResolution_NegativeInfinity
x86.MonoTests.System.Drawing.TestBitmap:SetResolution_Negative_X
x86.MonoTests.System.Drawing.TestBitmap:SetResolution_Negative_Y
x86.MonoTests.System.Drawing.TestRegion:GetHrgn_Null
x86.MonoTests.System.Drawing.TestRegion:Intersect_383878
x86.MonoTests.System.Drawing.TestRegion:IsVisible_IntIntIntIntNull
x86.MonoTests.System.Drawing.TestRegion:IsVisible_RectangleFNull
x86.MonoTests.System.Drawing.TestRegion:IsVisible_RectangleNull
Expand Down Expand Up @@ -751,7 +750,6 @@ x86_64.MonoTests.System.Drawing.GraphicsTest:BeginContainer_RectF
x86_64.MonoTests.System.Drawing.GraphicsTest:ClipBounds_Transform_Scale_Strange
x86_64.MonoTests.System.Drawing.GraphicsTest:Clip_MultiplyTransform_NoBoundsChange
x86_64.MonoTests.System.Drawing.GraphicsTest:Clip_RotateTransform_BoundsChange_45
x86_64.MonoTests.System.Drawing.GraphicsTest:Clip_TranslateTransform
x86_64.MonoTests.System.Drawing.GraphicsTest:DefaultProperties
x86_64.MonoTests.System.Drawing.GraphicsTest:DrawImage_ImageFloatFloat_Overflow
x86_64.MonoTests.System.Drawing.GraphicsTest:DrawImage_ImageIntInt_Overflow
Expand Down Expand Up @@ -861,7 +859,6 @@ x86_64.MonoTests.System.Drawing.TestBitmap:SetResolution_NegativeInfinity
x86_64.MonoTests.System.Drawing.TestBitmap:SetResolution_Negative_X
x86_64.MonoTests.System.Drawing.TestBitmap:SetResolution_Negative_Y
x86_64.MonoTests.System.Drawing.TestRegion:GetHrgn_Null
x86_64.MonoTests.System.Drawing.TestRegion:Intersect_383878
x86_64.MonoTests.System.Drawing.TestRegion:IsVisible_IntIntIntIntNull
x86_64.MonoTests.System.Drawing.TestRegion:IsVisible_RectangleFNull
x86_64.MonoTests.System.Drawing.TestRegion:IsVisible_RectangleNull
Expand Down Expand Up @@ -1217,7 +1214,6 @@ x86.MonoTests.System.Drawing.GraphicsTest:BeginContainer_RectF
x86.MonoTests.System.Drawing.GraphicsTest:ClipBounds_Transform_Scale_Strange
x86.MonoTests.System.Drawing.GraphicsTest:Clip_MultiplyTransform_NoBoundsChange
x86.MonoTests.System.Drawing.GraphicsTest:Clip_RotateTransform_BoundsChange_45
x86.MonoTests.System.Drawing.GraphicsTest:Clip_TranslateTransform
x86.MonoTests.System.Drawing.GraphicsTest:DefaultProperties
x86.MonoTests.System.Drawing.GraphicsTest:DrawImage_ImageFloatFloat_Overflow
x86.MonoTests.System.Drawing.GraphicsTest:DrawImage_ImageIntInt_Overflow
Expand Down Expand Up @@ -1441,6 +1437,7 @@ MonoTests.System.Drawing.Drawing2D.GraphicsPathTest:IsOutlineVisible_Line_WithGr
MonoTests.System.Windows.Forms.DataGridViewRowHeaderTest:MethodGetErrorIconBounds
MonoTests.System.Windows.Forms.GroupBoxTest:AutoSize
MonoTests.System.Windows.Forms.NumericUpDownTest:Height
x86_64.MonoTests.System.Drawing.GraphicsTest:Rotate
# definitely unreliable:
delegate2
x86_64.MonoTests.System.Threading.ThreadLocalTests:DisposeOnThreadExit
Expand Down
3 changes: 2 additions & 1 deletion tools/run-tests/wine-passing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52853,7 +52853,6 @@ x86_64.MonoTests.System.Drawing.GraphicsTest:ReleaseHdcInternal_IntPtrZero
x86_64.MonoTests.System.Drawing.GraphicsTest:ReleaseHdcInternal_TwoTimes
x86_64.MonoTests.System.Drawing.GraphicsTest:ResetClip
x86_64.MonoTests.System.Drawing.GraphicsTest:Restore_Null
x86_64.MonoTests.System.Drawing.GraphicsTest:Rotate
x86_64.MonoTests.System.Drawing.GraphicsTest:Scale
x86_64.MonoTests.System.Drawing.GraphicsTest:SetClip
x86_64.MonoTests.System.Drawing.GraphicsTest:SetGetProperties
Expand Down Expand Up @@ -74157,6 +74156,7 @@ t50
wpfapptest
MonoTests.System.Windows.Forms.TabControlTest:GetTabRectTest
configuration-with-defaults
MonoTests.System.Drawing.GraphicsTest:Clip_TranslateTransform
# definitely unreliable:
delegate2
x86_64.MonoTests.System.Threading.ThreadLocalTests:DisposeOnThreadExit
Expand Down Expand Up @@ -74214,3 +74214,4 @@ MonoTests.System.ServiceModel.Description.MetadataResolverTest:Resolve6
MonoTests.System.ServiceModel.Description.MetadataResolverTest:ResolveBadUri
MonoTests.System.ServiceModel.Description.MetadataResolverTest:ResolveNoEndpoint
MonoTests.System.Net.HttpRequestStreamTest:Post_EmptyRequestStream
MonoTests.System.Drawing.TestRegion:Intersect_383878

0 comments on commit e9c58e3

Please sign in to comment.