Skip to content

.NET8 SIL.Core.Desktop.Tests #91

.NET8 SIL.Core.Desktop.Tests

.NET8 SIL.Core.Desktop.Tests #91

GitHub Actions / LibPalaso Tests failed Sep 12, 2024 in 0s

3 fail, 231 skipped, 4 590 pass in 8m 37s

    36 files  ±  0     36 suites  ±0   8m 37s ⏱️ - 1m 48s
 4 824 tests ±  0  4 590 ✅  -   2  231 💤 ± 0  3 ❌ +2 
10 334 runs   - 754  9 854 ✅  - 703  477 💤  - 53  3 ❌ +2 

Results for commit f134e91. ± Comparison against earlier commit a4f5491.

Annotations

Check warning on line 0 in SIL.Windows.Forms.Tests.Miscellaneous.PortableClipboardTests

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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