1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-07 21:27:51 +08:00
osu-lazer/osu.Game.Tests/Visual
Dean Herbert 220d7bc6db Fix dangerous realm operation in TestSceneMultiplayerMatchSongSelect
The import process was running on the async load thread, but then
accessed from the access thread later on. This seemed to somehow pass
fine in headless runs, but would fail on visual test execution
(specifically on `TestBeatmapConfirmed()`).
2022-04-06 14:01:41 +09:00
..
Audio Fix AudioFilter test not stopping track on forced exit 2021-10-14 12:55:02 +09:00
Background Update existing usages to point to RealmRulesetStore 2022-02-16 17:13:54 +09:00
Beatmaps Merge branch 'master' into realm-integration/score-and-beatmaps 2022-01-15 14:45:42 +01:00
Collections Update existing usages to point to RealmRulesetStore 2022-02-16 17:13:54 +09:00
Colours Add visual test scene 2021-08-03 15:02:18 +03:00
Components Rewrite PreviewTrackManager to avoid constructing TrackBass locally 2021-11-09 17:38:12 +09:00
Editing Disallow exiting the editor without saving (unless explicitly confirming) 2022-03-22 15:42:56 +09:00
Gameplay Fix typo in step name 2022-03-30 22:04:55 +02:00
Menus Need to commit the second half again because my Git UI messed up 2022-04-02 04:53:47 +02:00
Mods Add testing for auto-restart behaviour 2021-08-15 15:04:14 +02:00
Multiplayer Fix dangerous realm operation in TestSceneMultiplayerMatchSongSelect 2022-04-06 14:01:41 +09:00
Navigation Ignore EF-to-realm migration tests on ARM architectures 2022-03-30 01:24:37 +03:00
Online Merge pull request #17545 from jai-x/new-chat-textbox 2022-04-03 22:12:12 +09:00
Playlists Move all PlaylistResultScreen test state initialisation into SetUpSteps 2022-03-15 22:15:35 +00:00
Ranking Restructure PerformanceCalculator to not require ScoreInfo argument 2022-03-14 14:25:28 +09:00
Settings Add test coverage of textbox focus in settings panels when switching between nested panels 2022-03-31 15:24:21 +09:00
SongSelect Merge pull request #17555 from peppy/remove-source-from-wedge 2022-03-30 18:57:25 +09:00
UserInterface Merge branch 'master' into dangerous-delete-actions 2022-04-05 10:55:01 +09:00
TestMultiplayerComponents.cs Merge branch 'master' into remove-playlistitem-beatmap 2022-02-16 14:24:57 +09:00
TestSceneOsuScreenStack.cs Move MusicController adjustment set to inside OsuScreen itself (and result nullable) 2021-09-16 16:08:09 +09:00