Skip to content

Use same hitcircle radius for all skins #22316

Use same hitcircle radius for all skins

Use same hitcircle radius for all skins #22316

GitHub Actions / Test Results (Linux, MultiThreaded) failed Oct 24, 2024 in 1s

10674 passed, 1 failed and 74 skipped

Tests failed

❌ TestResults-Linux-MultiThreaded.trx

10749 tests were completed in 2345s with 10674 passed, 1 failed and 74 skipped.

Test suite Passed Failed Skipped Time
osu.Game.Rulesets.Osu.Tests.TestSceneSpinnerRotation 9✅ 1❌ 21s

❌ osu.Game.Rulesets.Osu.Tests.TestSceneSpinnerRotation

✅ TestConstructor
✅ TestRotationDirection(False)
✅ TestRotationDirection(True)
✅ TestSpinnerCompleteBonusRewinding
✅ TestSpinnerMiddleRewindingRotation
✅ TestSpinnerNormalBonusRewinding
✅ TestSpinnerRewindingRotation
❌ TestSpinPerMinuteOnRewind
	spm still valid: Expected: 477.60593518316068d +/- 1.0d
	  But was:  463.77421130387853d
	  Off by:   13.831723879282151d
	
✅ TestSpinUnaffectedByClockRate(0.5d)
✅ TestSpinUnaffectedByClockRate(2.0d)

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.TestSceneSpinnerRotation ► TestSpinPerMinuteOnRewind

Failed test found in:
  TestResults-Linux-MultiThreaded.trx
Error:
  spm still valid: Expected: 477.60593518316068d +/- 1.0d
    But was:  463.77421130387853d
    Off by:   13.831723879282151d
  
Raw output
spm still valid: Expected: 477.60593518316068d +/- 1.0d
  But was:  463.77421130387853d
  Off by:   13.831723879282151d

   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()