From 7944ee7b3a6bb0cf34f3ff689c6de235eadfdd86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=81o=C5=9B?= Date: Wed, 6 Nov 2024 18:34:01 +0100 Subject: [PATCH] Fix blacklisting of parameter test of QColorSpace When creating blacklists for parametric tests, I've misunderstand the role of comma in parametric tests descriptor in BLACKLIST, thinking that this is a separator when in fact it was just a part of parameter name. This leads to tests not being actually blacklisted for VxWorks. Fix this by blacklisting each parametric tests separately. Task-number: QTBUG-130076 Task-number: QTBUG-115777 Change-Id: I7ca48a3f4bace6250aa9c990f5374912d3f3c561 Reviewed-by: Eirik Aavitsland --- tests/auto/gui/painting/qcolorspace/BLACKLIST | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/auto/gui/painting/qcolorspace/BLACKLIST b/tests/auto/gui/painting/qcolorspace/BLACKLIST index 2ffd78ce05d..e7479d76525 100644 --- a/tests/auto/gui/painting/qcolorspace/BLACKLIST +++ b/tests/auto/gui/painting/qcolorspace/BLACKLIST @@ -1,3 +1,7 @@ # QTBUG-130076 -[imageConversionOverLargerGamut2:rgbx16x4, rgba16x4, rgba16x4PM] +[imageConversionOverLargerGamut2:rgbx16x4] +vxworks +[imageConversionOverLargerGamut2:rgba16x4] +vxworks +[imageConversionOverLargerGamut2:rgba16x4PM] vxworks