Skip to content

Merge branch 'master' into toolbar-design-iteration

Sign in for the full log view
GitHub Actions / Test Results (Windows, MultiThreaded) failed Dec 27, 2023 in 1s

Test Results (Windows, MultiThreaded) ❌

Tests failed

❌ TestResults-Windows-MultiThreaded.trx

5482 tests were completed in 1425s with 5429 passed, 1 failed and 52 skipped.

Test suite Passed Failed Skipped Time
osu.Game.Tests.Visual.Gameplay.TestSceneLeadIn 16✔️ 1❌ 3s

❌ osu.Game.Tests.Visual.Gameplay.TestSceneLeadIn

✔️ TestConstructor
✔️ TestLeadInProducesCorrectStartTime(1000,0)
✔️ TestLeadInProducesCorrectStartTime(10000,-7830.0d)
✔️ TestLeadInProducesCorrectStartTime(2000,0)
✔️ TestLeadInProducesCorrectStartTime(3000,-830.0d)
✔️ TestStoryboardProducesCorrectStartTimeFadeInAfterOtherEvents(-1000,-1000,False)
✔️ TestStoryboardProducesCorrectStartTimeFadeInAfterOtherEvents(-1000,-1000,True)
✔️ TestStoryboardProducesCorrectStartTimeFadeInAfterOtherEvents(-10000,-10000,False)
✔️ TestStoryboardProducesCorrectStartTimeFadeInAfterOtherEvents(-10000,-10000,True)
✔️ TestStoryboardProducesCorrectStartTimeFadeInAfterOtherEvents(0,0,False)
✔️ TestStoryboardProducesCorrectStartTimeFadeInAfterOtherEvents(0,0,True)
✔️ TestStoryboardProducesCorrectStartTimeFadeInAfterOtherEvents(1000,0,False)
✔️ TestStoryboardProducesCorrectStartTimeFadeInAfterOtherEvents(1000,0,True)
✔️ TestStoryboardProducesCorrectStartTimeSimpleAlpha(-1000,-1000)
❌ TestStoryboardProducesCorrectStartTimeSimpleAlpha(-10000,-10000)
	TearDown : osu.Framework.Testing.Drawables.Steps.AssertButton+TracedException : check first frame time: Expected: -10000.0d +/- 100.0d
	  But was:  -9853.5202000000008d
	  Off by:   -146.47979999999916d
	
✔️ TestStoryboardProducesCorrectStartTimeSimpleAlpha(0,0)
✔️ TestStoryboardProducesCorrectStartTimeSimpleAlpha(1000,0)

Annotations

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

See this annotation in the file changed.

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

osu.Game.Tests.Visual.Gameplay.TestSceneLeadIn ► TestStoryboardProducesCorrectStartTimeSimpleAlpha(-10000,-10000)

Failed test found in:
  TestResults-Windows-MultiThreaded.trx
Error:
  TearDown : osu.Framework.Testing.Drawables.Steps.AssertButton+TracedException : check first frame time: Expected: -10000.0d +/- 100.0d
    But was:  -9853.5202000000008d
    Off by:   -146.47979999999916d
  
Raw output
TearDown : osu.Framework.Testing.Drawables.Steps.AssertButton+TracedException : check first frame time: Expected: -10000.0d +/- 100.0d
  But was:  -9853.5202000000008d
  Off by:   -146.47979999999916d

--TearDown
   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.RunSingleFrame()
   at osu.Framework.Threading.GameThread.<createThread>g__runWork|66_0()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)