From 7ad92c364aada20775138c47c43f3dfb0ad8fc2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 17 May 2023 12:50:58 +0100 Subject: [PATCH] testsuites: remove wontfix issues for legacy HLS elements Chances that will ever get fixed are about zero, so there's no point leaving these issues open. Part-of: --- .../testsuites/validate_known_issues.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/subprojects/gst-integration-testsuites/testsuites/validate_known_issues.py b/subprojects/gst-integration-testsuites/testsuites/validate_known_issues.py index 927ee78438..f9ea3bfe4c 100644 --- a/subprojects/gst-integration-testsuites/testsuites/validate_known_issues.py +++ b/subprojects/gst-integration-testsuites/testsuites/validate_known_issues.py @@ -101,7 +101,8 @@ KNOWN_ISSUES = { }, ] }, - "https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/930": { + # https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/930 + "WontFix-legacy-HLS-1": { "tests": [ "validate.hls.playback.reverse_playback.*", ], @@ -125,7 +126,8 @@ KNOWN_ISSUES = { }, ], }, - "https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/609": { + # https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/609 + "WontFix-legacy-HLS-2": { "tests": [ "validate.hls.playback.*seek.*", ], @@ -139,7 +141,8 @@ KNOWN_ISSUES = { }, ], }, - "https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/937": { + # https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/937 + "WontFix-legacy-HLS-3": { "tests": [ "validate.hls.playback.fast_forward.*", ],