Prototype for displaying live cursor positions in matchmaking pick screen #35550
30038 passed, 2 failed and 268 skipped
| Report | Passed | Failed | Skipped | Time |
|---|---|---|---|---|
| TestResults-Linux-MultiThreaded.trx | 7510✅ | 67⚪ | 1918s | |
| TestResults-Linux-SingleThread.trx | 7509✅ | 1❌ | 67⚪ | 1395s |
| TestResults-Windows-MultiThreaded.trx | 7509✅ | 1❌ | 67⚪ | 3059s |
| TestResults-Windows-SingleThread.trx | 7510✅ | 67⚪ | 2830s |
✅ TestResults-Linux-MultiThreaded.trx
7577 tests were completed in 1918s with 7510 passed, 0 failed and 67 skipped.
❌ TestResults-Linux-SingleThread.trx
7577 tests were completed in 1395s with 7509 passed, 1 failed and 67 skipped.
| Test suite | Passed | Failed | Skipped | Time |
|---|---|---|---|---|
| osu.Game.Tests.Visual.Navigation.TestSceneBeatmapEditorNavigation | 13✅ | 1❌ | 30s |
❌ osu.Game.Tests.Visual.Navigation.TestSceneBeatmapEditorNavigation
✅ TestAttemptGlobalMusicOperationFromEditor
✅ TestCancelNavigationToEditor
✅ TestChangeMetadataExitWhileTextboxFocusedPromptsSave
✅ TestConstructor
✅ TestCreateNewDifficultyOnNonExistentBeatmap
✅ TestEditorGameplayTestAlwaysUsesOriginalRuleset
✅ TestExitEditorWithoutSelection
✅ TestExitEditorWithSelection
✅ TestExternalEditingNoChange
❌ TestExternalEditingWithChange
System.NullReferenceException : Object reference not set to an instance of an object.
✅ TestLastTimestampRememberedOnExit
✅ TestSaveThenDeleteActuallyDeletesAtSongSelect
✅ TestSelectionRetainedOnExit(Difficulty)
✅ TestSelectionRetainedOnExit(Title)
❌ TestResults-Windows-MultiThreaded.trx
7577 tests were completed in 3059s with 7509 passed, 1 failed and 67 skipped.
| Test suite | Passed | Failed | Skipped | Time |
|---|---|---|---|---|
| osu.Game.Tests.Visual.SongSelectV2.TestSceneBeatmapCarouselSetsSplitApart | 3✅ | 1❌ | 12s |
❌ osu.Game.Tests.Visual.SongSelectV2.TestSceneBeatmapCarouselSetsSplitApart
❌ TestBeatmapTraversal
"selected is set0 diff4" timed out: Expected: <Some Artist 5 - Some Song (set id 008976) ad5eb521-6868-4977-bf70-5447c233106b (Some Guy 6) [Insane 8976004 (length 0:30, bpm 177.7)]>
But was: <Some Artist 5 - Some Song (set id 008976) ad5eb521-6868-4977-bf70-5447c233106b (Some Guy 6) [Normal 8976000 (length 2:18, bpm 94.9)]>
✅ TestConstructor
✅ TestRandomStaysInGroup
✅ TestSetTraversal
✅ TestResults-Windows-SingleThread.trx
7577 tests were completed in 2830s with 7510 passed, 0 failed and 67 skipped.
Annotations
Check failure on line 350 in osu.Game.Tests/Visual/Navigation/TestSceneBeatmapEditorNavigation.cs
github-actions / Results
osu.Game.Tests.Visual.Navigation.TestSceneBeatmapEditorNavigation ► TestExternalEditingWithChange
Failed test found in:
TestResults-Linux-SingleThread.trx
Error:
System.NullReferenceException : Object reference not set to an instance of an object.
Raw output
System.NullReferenceException : Object reference not set to an instance of an object.
at osu.Game.Tests.Visual.Navigation.TestSceneBeatmapEditorNavigation.<prepareBeatmap>b__14_1() in /home/runner/work/osu/osu/osu.Game.Tests/Visual/Navigation/TestSceneBeatmapEditorNavigation.cs:line 350
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 536
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)
Check failure on line 0 in TestResults-Windows-MultiThreaded.trx
github-actions / Results
osu.Game.Tests.Visual.SongSelectV2.TestSceneBeatmapCarouselSetsSplitApart ► TestBeatmapTraversal
Failed test found in:
TestResults-Windows-MultiThreaded.trx
Error:
"selected is set0 diff4" timed out: Expected: <Some Artist 5 - Some Song (set id 008976) ad5eb521-6868-4977-bf70-5447c233106b (Some Guy 6) [Insane 8976004 (length 0:30, bpm 177.7)]>
But was: <Some Artist 5 - Some Song (set id 008976) ad5eb521-6868-4977-bf70-5447c233106b (Some Guy 6) [Normal 8976000 (length 2:18, bpm 94.9)]>
Raw output
"selected is set0 diff4" timed out: Expected: <Some Artist 5 - Some Song (set id 008976) ad5eb521-6868-4977-bf70-5447c233106b (Some Guy 6) [Insane 8976004 (length 0:30, bpm 177.7)]>
But was: <Some Artist 5 - Some Song (set id 008976) ad5eb521-6868-4977-bf70-5447c233106b (Some Guy 6) [Normal 8976000 (length 2:18, bpm 94.9)]>
at osu.Game.Tests.Visual.SongSelectV2.BeatmapCarouselTestScene.WaitForSetSelection(Int32 set, Nullable`1 diff) in D:\a\osu\osu\osu.Game.Tests\Visual\SongSelectV2\BeatmapCarouselTestScene.cs:line 302
at osu.Game.Tests.Visual.SongSelectV2.TestSceneBeatmapCarouselSetsSplitApart.TestBeatmapTraversal() in D:\a\osu\osu\osu.Game.Tests\Visual\SongSelectV2\TestSceneBeatmapCarouselSetsSplitApart.cs:line 80