Skip to content

Implement SDL3 Audio backend #6498

Implement SDL3 Audio backend

Implement SDL3 Audio backend #6498

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

3188 passed, 2 failed and 80 skipped

Tests failed

❌ TestResults-Linux-MultiThreaded-Debug.trx

3270 tests were completed in 274s with 3188 passed, 2 failed and 80 skipped.

Test suite Passed Failed Skipped Time
osu.Framework.Tests.Visual.Sprites.TestSceneVideo 21✅ 2❌ 27s

❌ osu.Framework.Tests.Visual.Sprites.TestSceneVideo

✅ TestConstructor
✅ TestDecodingStopsBeforeStartTime(False)
✅ TestDecodingStopsBeforeStartTime(True)
✅ TestDecodingStopsWhenNotPresent
✅ TestFileFormats
✅ TestJumpBack("h264.mp4")
✅ TestJumpBack("hevc.mp4")
✅ TestJumpBack("vp8.webm")
✅ TestJumpBack("vp9.webm")
❌ TestJumpBackAfterEndOfPlayback("h264.mp4")
	"Reached end" timed out
❌ TestJumpBackAfterEndOfPlayback("hevc.mp4")
	"Reached end" timed out
✅ TestJumpBackAfterEndOfPlayback("vp8.webm")
✅ TestJumpBackAfterEndOfPlayback("vp9.webm")
✅ TestJumpForward("h264.mp4")
✅ TestJumpForward("hevc.mp4")
✅ TestJumpForward("vp8.webm")
✅ TestJumpForward("vp9.webm")
✅ TestShader
✅ TestStartFromCurrentTime
✅ TestVideoDoesNotLoopIfDisabled
✅ TestVideoFormats
✅ TestVideoFormatsWithHwAccel
✅ TestVideoLoopsIfEnabled

Annotations

Check failure on line 66 in osu.Framework/Testing/Drawables/Steps/UntilStepButton.cs

See this annotation in the file changed.

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

osu.Framework.Tests.Visual.Sprites.TestSceneVideo ► TestJumpBackAfterEndOfPlayback("h264.mp4")

Failed test found in:
  TestResults-Linux-MultiThreaded-Debug.trx
Error:
  "Reached end" timed out
Raw output
"Reached end" timed out
   at osu.Framework.Testing.Drawables.Steps.UntilStepButton.<>c__DisplayClass11_0.<.ctor>b__0() in /home/runner/work/osu-framework/osu-framework/osu.Framework/Testing/Drawables/Steps/UntilStepButton.cs:line 66
   at osu.Framework.Testing.Drawables.Steps.StepButton.PerformStep(Boolean userTriggered) in /home/runner/work/osu-framework/osu-framework/osu.Framework/Testing/Drawables/Steps/StepButton.cs:line 124
   at osu.Framework.Testing.TestScene.runNextStep(Action onCompletion, Action`1 onError, Func`2 stopCondition) in /home/runner/work/osu-framework/osu-framework/osu.Framework/Testing/TestScene.cs:line 235
--- End of stack trace from previous location ---
   at osu.Framework.Testing.TestSceneTestRunner.TestRunner.RunTestBlocking(TestScene test) in /home/runner/work/osu-framework/osu-framework/osu.Framework/Testing/TestSceneTestRunner.cs:line 89
   at osu.Framework.Testing.TestSceneTestRunner.RunTestBlocking(TestScene test) in /home/runner/work/osu-framework/osu-framework/osu.Framework/Testing/TestSceneTestRunner.cs:line 32
   at osu.Framework.Testing.TestScene.UseTestSceneRunnerAttribute.AfterTest(ITest test) in /home/runner/work/osu-framework/osu-framework/osu.Framework/Testing/TestScene.cs:line 564
   at NUnit.Framework.Internal.Commands.TestActionCommand.<>c__DisplayClass0_0.<.ctor>b__1(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__1()
   at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)

Check failure on line 66 in osu.Framework/Testing/Drawables/Steps/UntilStepButton.cs

See this annotation in the file changed.

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

osu.Framework.Tests.Visual.Sprites.TestSceneVideo ► TestJumpBackAfterEndOfPlayback("hevc.mp4")

Failed test found in:
  TestResults-Linux-MultiThreaded-Debug.trx
Error:
  "Reached end" timed out
Raw output
"Reached end" timed out
   at osu.Framework.Testing.Drawables.Steps.UntilStepButton.<>c__DisplayClass11_0.<.ctor>b__0() in /home/runner/work/osu-framework/osu-framework/osu.Framework/Testing/Drawables/Steps/UntilStepButton.cs:line 66
   at osu.Framework.Testing.Drawables.Steps.StepButton.PerformStep(Boolean userTriggered) in /home/runner/work/osu-framework/osu-framework/osu.Framework/Testing/Drawables/Steps/StepButton.cs:line 124
   at osu.Framework.Testing.TestScene.runNextStep(Action onCompletion, Action`1 onError, Func`2 stopCondition) in /home/runner/work/osu-framework/osu-framework/osu.Framework/Testing/TestScene.cs:line 235
--- End of stack trace from previous location ---
   at osu.Framework.Testing.TestSceneTestRunner.TestRunner.RunTestBlocking(TestScene test) in /home/runner/work/osu-framework/osu-framework/osu.Framework/Testing/TestSceneTestRunner.cs:line 89
   at osu.Framework.Testing.TestSceneTestRunner.RunTestBlocking(TestScene test) in /home/runner/work/osu-framework/osu-framework/osu.Framework/Testing/TestSceneTestRunner.cs:line 32
   at osu.Framework.Testing.TestScene.UseTestSceneRunnerAttribute.AfterTest(ITest test) in /home/runner/work/osu-framework/osu-framework/osu.Framework/Testing/TestScene.cs:line 564
   at NUnit.Framework.Internal.Commands.TestActionCommand.<>c__DisplayClass0_0.<.ctor>b__1(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__1()
   at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)