-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
run-tests: Allow for different expected results on Linux vs macOS.
1 parent
7cc4e12
commit b5982b7
Showing
7 changed files
with
28 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
WineMono.Tests.System.Windows.Media.TextFormatting.TextFormatterTest:NewlineCharacterTest | ||
WineMono.Tests.System.Windows.Media.TextFormatting.TextFormatterTest:SingleWordTahomaTest | ||
MonoTests.System.Drawing.SystemFontsTest:DefaultFont_Names | ||
MonoTests.System.Windows.Forms.ControlTest:FontTest_Names | ||
MonoTests.System.Windows.Forms.FormTest:RestoreBounds # Fails in virtual desktop | ||
MonoTests.System.Net.Sockets.SocketTest:SetSocketOption_MulticastInterfaceIndex_Loopback |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
WineMono.Tests.System.Windows.Media.TextFormatting.TextFormatterTest:SingleWordTest | ||
MonoTests.System.Windows.Forms.FormTest:FormStartupPositionChangeTest | ||
MonoTests.System.Windows.Forms.FormTest:FormStartupPositionTest # requires virtual desktop | ||
MonoTests.System.Windows.Forms.FormTest:MaximizedParentedFormTest # requires virtual desktop | ||
MonoTests.System.Net.Sockets.UdpClientTest:Available |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
WineMono.Tests.System.Windows.Media.TextFormatting.TextFormatterTest:SingleWordTest | ||
MonoTests.System.Windows.Forms.FormTest:FormStartupPositionChangeTest | ||
MonoTests.System.Windows.Forms.FormTest:FormStartupPositionTest | ||
MonoTests.System.Windows.Forms.FormTest:MaximizedParentedFormTest | ||
MonoTests.System.Net.Sockets.SocketTest | ||
MonoTests.System.Net.Sockets.UdpClientTest:Available |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
WineMono.Tests.System.Windows.Media.TextFormatting.TextFormatterTest:NewlineCharacterTest | ||
WineMono.Tests.System.Windows.Media.TextFormatting.TextFormatterTest:SingleWordTahomaTest | ||
MonoTests.System.Drawing.SystemFontsTest:DefaultFont_Names | ||
MonoTests.System.Drawing.SystemFontsTest | ||
MonoTests.System.Windows.Forms.ControlTest:FontTest_Names | ||
MonoTests.System.Windows.Forms.FormTest:RestoreBounds | ||
MonoTests.System.Net.Sockets.SocketTest:SetSocketOption_MulticastInterfaceIndex_Loopback |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters