Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Hidden cursor state flag on non-desktop platforms as well #31226

Merged
merged 1 commit into from
Dec 24, 2024

Add `Hidden` cursor state flag on all platforms

1c48fdb
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Add Hidden cursor state flag on non-desktop platforms as well #31226

Add `Hidden` cursor state flag on all platforms
1c48fdb
Select commit
Loading
Failed to load commit list.
GitHub Actions / Results failed Dec 21, 2024 in 0s

43087 passed, 1 failed and 304 skipped

Tests failed

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

See this annotation in the file changed.

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