diff options
| author | Liang Qi <liang.qi@qt.io> | 2023-03-24 09:00:01 +0100 |
|---|---|---|
| committer | Liang Qi <liang.qi@qt.io> | 2023-03-24 10:49:16 +0100 |
| commit | 0a37f944bff1015c3fdfe149ca28fddec6533c1c (patch) | |
| tree | 6c2e446a026ecde423d92712d2219b7241b9229f | |
| parent | 4e5ced054d7a2400cf5b959bf2b71e8fd1a91761 (diff) | |
tests: blacklist tst_QImageReader::setClipRect() and
setScaledClipRect() svg tests on Wayland
Task-number: QTBUG-112275
Pick-to: 6.5
Change-Id: Iaae1781df09b8402b349fd41111ea16ca26215f8
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
| -rw-r--r-- | tests/auto/gui/image/qimagereader/BLACKLIST | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/gui/image/qimagereader/BLACKLIST b/tests/auto/gui/image/qimagereader/BLACKLIST new file mode 100644 index 00000000000..6422ff1dac6 --- /dev/null +++ b/tests/auto/gui/image/qimagereader/BLACKLIST @@ -0,0 +1,8 @@ +[setClipRect:SVG: rect] +wayland +[setClipRect:SVGZ: rect] +wayland +[setScaledClipRect:SVG: rect] +wayland +[setScaledClipRect:SVGZ: rect] +wayland |
