1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-16 02:11:05 +08:00
osu-lazer/osu.Game.Tests
Dan Balasescu 1906c2f725
Fix TestTouchScreenDetectionAtSongSelect test failure
https://github.com/ppy/osu/actions/runs/9985890747/job/27597501295

In this case, the settings overlay is taking a very long time to load
(on a background thread), and pops in when it finishes loading because
it's been requested to open.

The opens the settings overlay, closes it (by pressing escape, this does
not actually close it because it's not loaded yet), and then enters song
select by pressing 'P' 3 times. The settings overlay finishes loading at
just the right opportune moment to eat one of the 'P' key presses.
2024-07-18 16:26:16 +09:00
..
Audio Remove the nullable disable annotation in the test project. 2022-07-31 22:02:07 +08:00
Beatmaps Fix slider tail volume not saving 2024-06-26 15:52:16 +02:00
Chat Avoid ChatAckRequest failures flooding console in OsuGameTestScenes 2024-05-30 17:37:55 +09:00
Collections/IO Automated pass 2023-06-24 01:00:03 +09:00
Database Fix test not waiting properly for background processing to complete 2024-07-16 14:04:51 +02:00
Editing Merge branch 'master' into verify-title-markers 2024-07-04 07:07:59 +03:00
Extensions Add own fixed copy of defective Humanizer methods 2022-07-18 21:37:31 +02:00
Gameplay Make CreateJudgement public again and add remarks 2024-02-16 20:24:02 +03:00
Input Add failing case for two bindings of single action bound to same key 2023-10-16 22:20:26 +02:00
Localisation Automated pass 2023-06-24 01:00:03 +09:00
Models Make ScoreInfo.BeatmapInfo nullable 2023-07-04 14:50:34 +09:00
Mods Add test cases for helper method 2024-01-16 14:27:24 +03:00
NonVisual Updated the tests according to new logic 2024-06-18 15:48:21 +03:00
Online Ensure that SoloScoreInfo serialisation result does not contain interface members 2023-12-08 09:27:12 +01:00
OnlinePlay Don't apply decoupling to SpectatorPlayerClocks 2023-09-22 16:22:35 +09:00
Resources Do not add extra sample control point after end of IHasRepeats objects 2024-07-02 09:13:07 +02:00
Rulesets Make CreateJudgement public again and add remarks 2024-02-16 20:24:02 +03:00
Scores/IO Add failing tests for looking up users by online ID if present when importing scores 2024-05-06 13:24:24 +02:00
ScrollAlgorithms Automated #nullable processing 2022-06-17 16:37:17 +09:00
Skins Merge branch 'master' into add-rank-display 2024-06-07 09:33:03 +02:00
Testing Add missing ruleset shader tests 2023-05-02 11:55:05 +03:00
Utils add tests for GetNextBestFilename() 2022-12-01 18:48:25 +01:00
Visual Fix TestTouchScreenDetectionAtSongSelect test failure 2024-07-18 16:26:16 +09:00
ImportTest.cs Update the last played date of a beatmap when importing a replay by the local user 2023-10-30 15:44:16 +09:00
osu.Game.Tests.csproj Upgrade to .NET 8 SDK 2024-02-02 21:28:51 +09:00
tests.ruleset Exclude tests from ConfigureAwait rule 2021-03-08 14:36:35 +09:00
WaveformTestBeatmap.cs Refactor IWorkingBeatmap.Background to GetBackground() 2023-06-08 16:19:32 +09:00