From e35c08c067a7a417801e6938439a5a7a71ba1cfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 16 Jun 2024 18:40:44 +0100 Subject: [PATCH] testsuites: remove prores reverse playback test from known issues list Looks like it may have been fixed since (either in ffmpeg and/or gstreamer). See https://gitlab.freedesktop.org/gstreamer/gst-libav/-/issues/45 Part-of: --- .../testsuites/validate_known_issues.py | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/subprojects/gst-integration-testsuites/testsuites/validate_known_issues.py b/subprojects/gst-integration-testsuites/testsuites/validate_known_issues.py index 3a8aba9613..c1f38ff4f5 100644 --- a/subprojects/gst-integration-testsuites/testsuites/validate_known_issues.py +++ b/subprojects/gst-integration-testsuites/testsuites/validate_known_issues.py @@ -209,26 +209,6 @@ KNOWN_ISSUES = { }, ] }, - "https://gitlab.freedesktop.org/gstreamer/gst-libav/issues/45": { - "tests": [ - "validate.file.playback.reverse_playback.rawaudioS32LE_prores_mov" - ], - "issues": [ - { - "issue-id": "runtime::error-on-bus", - "summary": "We got an ERROR message on the bus", - "level": "critical", - "detected-on": "playbin0", - "details": ".*No valid frames decoded before end of stream.*", - }, - { - "issue-id": "scenario::not-ended", - "summary": "The program stopped before some actions were executed", - "level": "critical", - "detected-on": "reverse_playback", - }, - ], - }, "Our asf file is basically broken": { "tests": [ "validate.file.transcode.*.samples_multimedia_cx_asf_wmv_elephant_asf",