From 3a94084bc7aaf653b97252afc1962648d0716281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=81o=C5=9B?= Date: Wed, 6 Nov 2024 09:33:56 +0100 Subject: [PATCH] Blacklist flaky test of QPrinter for VxWorks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Test taskQTBUG4497_reusePrinterOnDifferentFiles of QPrinter is flaky on VxWorks, failing between 2-5 times per 10 runs. This is due to VxWorks being run on 32bit ARM emulator, which causes delays in test file generation, and failing randomly on timestamp lines not covered by test checks. Identical issue is reproducible on imx6 hardware. Blacklist this particular test, as it blocks making VxWorks tests significant on COIN. Task-number: QTBUG-130742 Task-number: QTBUG-115777 Change-Id: Ib0799d8b3c0ff571f2165428d75c17a6f44736de Reviewed-by: Jarno Lämsä Reviewed-by: Volker Hilsheimer --- tests/auto/printsupport/kernel/qprinter/BLACKLIST | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/auto/printsupport/kernel/qprinter/BLACKLIST b/tests/auto/printsupport/kernel/qprinter/BLACKLIST index 1894330eca6..0857bff695a 100644 --- a/tests/auto/printsupport/kernel/qprinter/BLACKLIST +++ b/tests/auto/printsupport/kernel/qprinter/BLACKLIST @@ -1,3 +1,7 @@ # QTBUG-127920 [testPrintPreviewDialog] wayland ubuntu-24.04 + +# QTBUG-130742 +[taskQTBUG4497_reusePrinterOnDifferentFiles] +vxworks