.NET8 SIL.Core.Desktop.Tests #91
3 fail, 231 skipped, 4 590 pass in 8m 37s
Annotations
Check warning on line 0 in SIL.Windows.Forms.Tests.Miscellaneous.PortableClipboardTests
github-actions / LibPalaso Tests
1 out of 2 runs failed: ClipboardRoundTripWorks_Png (SIL.Windows.Forms.Tests.Miscellaneous.PortableClipboardTests)
./test-results\results_net48_20240912084441.trx [took 1s]
Raw output
System.Runtime.InteropServices.ExternalException : Requested Clipboard operation did not succeed. at System.Windows.Forms.Clipboard.ThrowIfFailed(Int32 hr)
at System.Windows.Forms.Clipboard.SetDataObject(Object data, Boolean copy, Int32 retryTimes, Int32 retryDelay)
at SIL.Windows.Forms.Clipboarding.WindowsClipboard.CopyImageToClipboard(PalasoImage image) in D:\a\libpalaso\libpalaso\SIL.Windows.Forms\Clipboarding\WindowsClipboard.cs:line 49
at SIL.Windows.Forms.Miscellaneous.PortableClipboard.CopyImageToClipboard(PalasoImage image) in D:\a\libpalaso\libpalaso\SIL.Windows.Forms\Miscellaneous\PortableClipboard.cs:line 29
at SIL.Windows.Forms.Tests.Miscellaneous.PortableClipboardTests.ClipboardRoundTripWorks_Png() in D:\a\libpalaso\libpalaso\SIL.Windows.Forms.Tests\Miscellaneous\PortableClipboardTests.cs:line 32
Check warning on line 0 in SIL.Windows.Forms.Tests.Miscellaneous.PortableClipboardTests
github-actions / LibPalaso Tests
1 out of 2 runs failed: ClipboardRoundTripWorks_GetsExistingMetadata (SIL.Windows.Forms.Tests.Miscellaneous.PortableClipboardTests)
./test-results\results_net48_20240912084441.trx [took 2s]
Raw output
System.NullReferenceException : Object reference not set to an instance of an object. at SIL.Windows.Forms.Tests.Miscellaneous.PortableClipboardTests.ClipboardRoundTripWorks_GetsExistingMetadata() in D:\a\libpalaso\libpalaso\SIL.Windows.Forms.Tests\Miscellaneous\PortableClipboardTests.cs:line 74
Check warning on line 0 in SIL.Windows.Forms.Tests.Miscellaneous.PortableClipboardTests
github-actions / LibPalaso Tests
1 out of 2 runs failed: ClipboardRoundTripWorks_Text (SIL.Windows.Forms.Tests.Miscellaneous.PortableClipboardTests)
./test-results\results_net48_20240912084441.trx [took 1s]
Raw output
System.Runtime.InteropServices.ExternalException : Requested Clipboard operation did not succeed. at System.Windows.Forms.Clipboard.ThrowIfFailed(Int32 hr)
at System.Windows.Forms.Clipboard.SetDataObject(Object data, Boolean copy, Int32 retryTimes, Int32 retryDelay)
at System.Windows.Forms.Clipboard.SetText(String text, TextDataFormat format)
at SIL.Windows.Forms.Clipboarding.WindowsClipboard.SetText(String text) in D:\a\libpalaso\libpalaso\SIL.Windows.Forms\Clipboarding\WindowsClipboard.cs:line 21
at SIL.Windows.Forms.Miscellaneous.PortableClipboard.SetText(String text) in D:\a\libpalaso\libpalaso\SIL.Windows.Forms\Miscellaneous\PortableClipboard.cs:line 25
at SIL.Windows.Forms.Tests.Miscellaneous.PortableClipboardTests.ClipboardRoundTripWorks_Text() in D:\a\libpalaso\libpalaso\SIL.Windows.Forms.Tests\Miscellaneous\PortableClipboardTests.cs:line 86