Add Hidden
cursor state flag on non-desktop platforms as well
#31226
GitHub Actions / Results
failed
Dec 21, 2024 in 0s
43087 passed, 1 failed and 304 skipped
Report | Passed | Failed | Skipped | Time |
---|---|---|---|---|
TestResults-Linux-MultiThreaded.trx | 10772✅ | 76⚪ | 2371s | |
TestResults-Linux-SingleThread.trx | 10771✅ | 1❌ | 76⚪ | 2082s |
TestResults-Windows-MultiThreaded.trx | 10772✅ | 76⚪ | 2993s | |
TestResults-Windows-SingleThread.trx | 10772✅ | 76⚪ | 2476s |
✅ TestResults-Linux-MultiThreaded.trx
10848 tests were completed in 2371s with 10772 passed, 0 failed and 76 skipped.
❌ TestResults-Linux-SingleThread.trx
10848 tests were completed in 2082s with 10771 passed, 1 failed and 76 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
osu.Game.Tests.Visual.Multiplayer.TestSceneDrawableRoomPlaylist | 31✅ | 1❌ | 5s |
❌ osu.Game.Tests.Visual.Multiplayer.TestSceneDrawableRoomPlaylist
✅ TestConstructor
✅ TestConstructor
✅ TestDownloadButtonHiddenWhenBeatmapExists
✅ TestDownloadButtonHiddenWhenBeatmapExists
✅ TestDownloadButtonVisibleInitiallyWhenBeatmapDoesNotExist
✅ TestDownloadButtonVisibleInitiallyWhenBeatmapDoesNotExist
✅ TestEditable
✅ TestEditable
✅ TestEditableSelectable
✅ TestEditableSelectable
✅ TestExpiredItems
✅ TestExpiredItems
✅ TestExplicitBeatmapItem
✅ TestExplicitBeatmapItem
✅ TestKeyboardSelection
✅ TestKeyboardSelection
✅ TestMarkInvalid
✅ TestMarkInvalid
✅ TestNonEditableNonSelectable
✅ TestNonEditableNonSelectable
✅ TestSelectable
✅ TestSelectable
❌ TestSelectableMouseHandling
System.InvalidOperationException : Sequence contains no elements
✅ TestSelectableMouseHandling
✅ TestSelectionNotLostAfterRearrangement
✅ TestSelectionNotLostAfterRearrangement
✅ TestWithAllButtonsEnabled
✅ TestWithAllButtonsEnabled
✅ TestWithOwner(False)
✅ TestWithOwner(False)
✅ TestWithOwner(True)
✅ TestWithOwner(True)
✅ TestResults-Windows-MultiThreaded.trx
10848 tests were completed in 2993s with 10772 passed, 0 failed and 76 skipped.
✅ TestResults-Windows-SingleThread.trx
10848 tests were completed in 2476s with 10772 passed, 0 failed and 76 skipped.
Annotations
Check failure on line 321 in osu.Game.Tests/Visual/Multiplayer/TestSceneDrawableRoomPlaylist.cs
github-actions / Results
osu.Game.Tests.Visual.Multiplayer.TestSceneDrawableRoomPlaylist ► TestSelectableMouseHandling
Failed test found in:
TestResults-Linux-SingleThread.trx
Error:
System.InvalidOperationException : Sequence contains no elements
Raw output
System.InvalidOperationException : Sequence contains no elements
at System.Linq.ThrowHelper.ThrowNoElementsException()
at System.Linq.Enumerable.First[TSource](IEnumerable`1 source)
at osu.Game.Tests.Visual.Multiplayer.TestSceneDrawableRoomPlaylist.<>c__DisplayClass16_0.<TestSelectableMouseHandling>b__3() in /home/runner/work/osu/osu/osu.Game.Tests/Visual/Multiplayer/TestSceneDrawableRoomPlaylist.cs:line 321
at osu.Framework.Testing.Drawables.Steps.SingleStepButton.clickAction()
at osu.Framework.Testing.Drawables.Steps.StepButton.PerformStep(Boolean userTriggered)
at osu.Framework.Testing.TestScene.runNextStep(Action onCompletion, Action`2 onError, Func`2 stopCondition)
--- End of stack trace from previous location ---
at osu.Framework.Testing.TestSceneTestRunner.TestRunner.RunTestBlocking(TestScene test)
at osu.Game.Tests.Visual.OsuTestScene.OsuTestSceneTestRunner.RunTestBlocking(TestScene test) in /home/runner/work/osu/osu/osu.Game/Tests/Visual/OsuTestScene.cs:line 541
at osu.Framework.Testing.TestScene.UseTestSceneRunnerAttribute.AfterTest(ITest test)
at NUnit.Framework.Internal.Commands.TestActionCommand.<>c__DisplayClass0_0.<.ctor>b__1(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__1()
at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)
Loading