1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-24 03:42:55 +08:00
osu-lazer/osu.Game.Tests/Visual/SongSelect
Dean Herbert 14273824dc
Fix Carousel.FilterAsync not working when called from a non-update thread
I was trying to be smart about things and make use of our
`SynchronisationContext` setup, but it turns out to not work in all
cases due to the context being missing depending on where you are
calling the method from.

For now let's prefer the "works everywhere" method of scheduling the
final work back to update.
2025-02-05 16:40:11 +09:00
..
BeatmapCarouselV2TestScene.cs Fix Carousel.FilterAsync not working when called from a non-update thread 2025-02-05 16:40:11 +09:00
TestSceneAdvancedStats.cs Decouple AdvancedStats from global mods 2024-10-10 14:22:16 +02:00
TestSceneBeatmapCarousel.cs Remove BeatmapCarousel testing backdoor 2024-12-11 16:28:51 +09:00
TestSceneBeatmapCarouselV2Basics.cs Refactor how grouping is performed 2025-02-03 20:40:52 +09:00
TestSceneBeatmapCarouselV2GroupSelection.cs Add expanded state to sample drawable representations 2025-02-04 18:06:16 +09:00
TestSceneBeatmapCarouselV2Selection.cs Add failing tests for traversal on group headers 2025-02-04 02:55:34 +09:00
TestSceneBeatmapDetails.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneBeatmapInfoWedge.cs Update test 2024-11-11 16:25:05 +09:00
TestSceneBeatmapLeaderboard.cs Add test coverage of stores stored in database as well 2023-02-08 15:38:07 +09:00
TestSceneBeatmapMetadataDisplay.cs Apply NRT in MemoryCachingComponent test-only subclasses 2023-06-09 13:48:42 +02:00
TestSceneBeatmapOptionsOverlay.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneBeatmapRecommendations.cs Mark recommendation test as flaky 2025-01-07 17:58:12 +09:00
TestSceneFilterControl.cs Remove unused using directive 2024-01-15 12:33:25 +01:00
TestScenePlaySongSelect.cs Remove BeatmapCarousel testing backdoor 2024-12-11 16:28:51 +09:00
TestSceneSongSelectFooter.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneTopLocalRank.cs Fix TestSceneTopLocalRank 2023-05-19 14:06:56 +09:00
TestSceneUpdateBeatmapSetButton.cs Remove BeatmapCarousel testing backdoor 2024-12-11 16:28:51 +09:00
TestSceneUserTopScoreContainer.cs Automated pass 2023-06-24 01:00:03 +09:00