From 18ef1b83fb96378e976d334c8bef08cd222d3741 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Tue, 5 Jan 2021 12:33:03 +0200 Subject: [PATCH] tst_qtextmarkdown: blacklist tests for QEMU ARMv7 Most tests fail when running on QEMU ARMv7, but not on target HW or QEMU ARM64. Task-number: QTBUG-89819 Change-Id: I686268c200cce1a44a717b80c2970f608be44636 Reviewed-by: Shawn Rutledge --- tests/auto/gui/text/qtextmarkdownimporter/BLACKLIST | 3 +++ tests/auto/gui/text/qtextmarkdownwriter/BLACKLIST | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 tests/auto/gui/text/qtextmarkdownimporter/BLACKLIST diff --git a/tests/auto/gui/text/qtextmarkdownimporter/BLACKLIST b/tests/auto/gui/text/qtextmarkdownimporter/BLACKLIST new file mode 100644 index 00000000000..ee09d020904 --- /dev/null +++ b/tests/auto/gui/text/qtextmarkdownimporter/BLACKLIST @@ -0,0 +1,3 @@ +# QTBUG-89819 +[lists] +ci b2qt 32bit diff --git a/tests/auto/gui/text/qtextmarkdownwriter/BLACKLIST b/tests/auto/gui/text/qtextmarkdownwriter/BLACKLIST index c266b4037a1..12cb21f40a2 100644 --- a/tests/auto/gui/text/qtextmarkdownwriter/BLACKLIST +++ b/tests/auto/gui/text/qtextmarkdownwriter/BLACKLIST @@ -1,2 +1,2 @@ -[rewriteDocument] -ci b2qt +# QTBUG-89819 +ci b2qt 32bit