Skip to content

Merge pull request #29812 from smallketchup82/add-beatmap-icon #21655

Merge pull request #29812 from smallketchup82/add-beatmap-icon

Merge pull request #29812 from smallketchup82/add-beatmap-icon #21655

GitHub Actions / Test Results (Linux, MultiThreaded) failed Sep 14, 2024 in 0s

10470 passed, 1 failed and 74 skipped

Tests failed

❌ TestResults-Linux-MultiThreaded.trx

10545 tests were completed in 2264s with 10470 passed, 1 failed and 74 skipped.

Test suite Passed Failed Skipped Time
osu.Game.Rulesets.Osu.Tests.TestSceneSpinnerInput 17✅ 1❌ 14s

❌ osu.Game.Rulesets.Osu.Tests.TestSceneSpinnerInput

✅ TestConstructor
✅ TestRewind
✅ TestSpinHalfBothDirections
✅ TestSpinOneDirectionThenChangeDirection(-180,540,1)
✅ TestSpinOneDirectionThenChangeDirection(-180,900,2)
✅ TestSpinOneDirectionThenChangeDirection(180,-540,1)
✅ TestSpinOneDirectionThenChangeDirection(180,-900,2)
✅ TestSpinSingleDirection(-180,0)
✅ TestSpinSingleDirection(-360,1)
✅ TestSpinSingleDirection(-540,1)
✅ TestSpinSingleDirection(-720,2)
✅ TestSpinSingleDirection(180,0)
✅ TestSpinSingleDirection(360,1)
✅ TestSpinSingleDirection(540,1)
✅ TestSpinSingleDirection(720,2)
✅ TestVibrateWithoutSpinningOffCentre
✅ TestVibrateWithoutSpinningOnCentre
❌ TestVibrateWithoutSpinningOnCentreWithDoubleTime
	spinner is missed: Expected: False
	  But was:  True
	

Annotations

Check failure on line 0 in TestResults-Linux-MultiThreaded.trx

See this annotation in the file changed.

@github-actions github-actions / Test Results (Linux, MultiThreaded)

osu.Game.Rulesets.Osu.Tests.TestSceneSpinnerInput ► TestVibrateWithoutSpinningOnCentreWithDoubleTime

Failed test found in:
  TestResults-Linux-MultiThreaded.trx
Error:
  spinner is missed: Expected: False
    But was:  True
  
Raw output
spinner is missed: Expected: False
  But was:  True

   at osu.Framework.Threading.ScheduledDelegate.RunTaskInternal()
   at osu.Framework.Threading.Scheduler.Update()
   at osu.Framework.Graphics.Drawable.UpdateSubTree()
   at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
   at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
   at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
   at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
   at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
   at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
   at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
   at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
   at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
   at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
   at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
   at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
   at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
   at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
   at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
   at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
   at osu.Framework.Platform.GameHost.UpdateFrame()
   at osu.Framework.Threading.GameThread.processFrame()
   at osu.Framework.Threading.GameThread.<createThread>g__runWork|70_0()