From 4b1a551ec663166e6b6485d10a47c777cfc88008 Mon Sep 17 00:00:00 2001 From: Artem Dyomin Date: Mon, 6 Mar 2023 10:52:22 +0100 Subject: Temporarily disable new tests on macOS CI These tests crash accidently on macOS CI, not reproduced locally. They will be turn on after figuring out the problem. Task-number: QTBUG-111744 Pick-to: 6.5 6.5.0 Change-Id: I0894afa356a9d34eaa5e6813fb106c656b310b22 Reviewed-by: Lars Knoll --- .../qmediaplayerbackend/tst_qmediaplayerbackend.cpp | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'tests/auto/integration/qmediaplayerbackend/tst_qmediaplayerbackend.cpp') diff --git a/tests/auto/integration/qmediaplayerbackend/tst_qmediaplayerbackend.cpp b/tests/auto/integration/qmediaplayerbackend/tst_qmediaplayerbackend.cpp index b3f32baa7..a91322ee7 100644 --- a/tests/auto/integration/qmediaplayerbackend/tst_qmediaplayerbackend.cpp +++ b/tests/auto/integration/qmediaplayerbackend/tst_qmediaplayerbackend.cpp @@ -1302,7 +1302,7 @@ void tst_QMediaPlayerBackend::playbackRateChanging() #ifdef Q_OS_MACOS if (qEnvironmentVariable("QTEST_ENVIRONMENT").toLower() == "ci") QSKIP("SKIP on macOS CI since multiple fake drawing on macOS CI platform causes UB. To be " - "investigated."); + "investigated: QTBUG-111744"); #endif TestVideoSink surface(false); @@ -1642,6 +1642,12 @@ void tst_QMediaPlayerBackend::finiteLoops() if (localVideoFile3ColorsWithSound.isEmpty()) QSKIP("Video format is not supported"); +#ifdef Q_OS_MACOS + if (qEnvironmentVariable("QTEST_ENVIRONMENT").toLower() == "ci") + QSKIP("The test accidently gets crashed on macOS CI, not reproduced locally. To be " + "investigated: QTBUG-111744"); +#endif + TestVideoSink surface(false); QMediaPlayer player; @@ -1699,6 +1705,12 @@ void tst_QMediaPlayerBackend::infiteLoops() if (localVideoFile2.isEmpty()) QSKIP("Video format is not supported"); +#ifdef Q_OS_MACOS + if (qEnvironmentVariable("QTEST_ENVIRONMENT").toLower() == "ci") + QSKIP("The test accidently gets crashed on macOS CI, not reproduced locally. To be " + "investigated: QTBUG-111744"); +#endif + TestVideoSink surface(false); QMediaPlayer player; -- cgit v1.2.1