From 060e2e7846441a65bfdab5cf0afea008b1bbb13f Mon Sep 17 00:00:00 2001 From: VaL Doroshchuk Date: Wed, 4 Mar 2020 15:56:09 +0100 Subject: Skip all tst_QMediaPlayerBackend tests when there is no codec available Previously tst_QMediaPlayerBackend::isWavSupported() always returned true unless boot2q env, which is not correct. Since if there is no codec installed in CI (but it is not boot2qt), also need to skip the tests. Change-Id: Ib58864bb3648a3d8f6c99354034f4ad85d5e4f98 Fixes: QTBUG-82673 Reviewed-by: Asmo Saarela Reviewed-by: Friedemann Kleint Reviewed-by: Andy Shaw --- tests/auto/integration/qmediaplayerbackend/qmediaplayerbackend.pro | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/auto/integration/qmediaplayerbackend/qmediaplayerbackend.pro') diff --git a/tests/auto/integration/qmediaplayerbackend/qmediaplayerbackend.pro b/tests/auto/integration/qmediaplayerbackend/qmediaplayerbackend.pro index b9417f7c2..6dd1e8d62 100644 --- a/tests/auto/integration/qmediaplayerbackend/qmediaplayerbackend.pro +++ b/tests/auto/integration/qmediaplayerbackend/qmediaplayerbackend.pro @@ -15,8 +15,6 @@ HEADERS += \ TESTDATA += testdata/* boot2qt: { - # Yocto sysroot does not have gstreamer/wav - QMAKE_CXXFLAGS += -DWAV_SUPPORT_NOT_FORCED # OGV testing is unstable with qemu QMAKE_CXXFLAGS += -DSKIP_OGV_TEST } -- cgit v1.2.3