From c5b7db2e5cbc4477da75691602af1cc5fad10af0 Mon Sep 17 00:00:00 2001 From: Sami Nurmenniemi Date: Fri, 20 Oct 2017 13:57:14 +0300 Subject: Blacklist and skip failing tests for Boot2Qt / 64 bit arm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-60263 Change-Id: I1848a0a4d5927b114400bc1646e1a676562cbf46 Reviewed-by: Tony Sarajärvi --- tests/auto/auto.pro | 5 +++++ tests/auto/qscriptjstestsuite/BLACKLIST | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 tests/auto/qscriptjstestsuite/BLACKLIST diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 07b696c..1e39494 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -30,3 +30,8 @@ SUBDIRS=\ qscriptvalue !cross_compile: SUBDIRS += host.pro + +# QTBUG-63916 +boot2qt: { + contains(QT_ARCH, arm64): SUBDIRS -= cmake +} diff --git a/tests/auto/qscriptjstestsuite/BLACKLIST b/tests/auto/qscriptjstestsuite/BLACKLIST new file mode 100644 index 0000000..1b4053f --- /dev/null +++ b/tests/auto/qscriptjstestsuite/BLACKLIST @@ -0,0 +1,8 @@ +[ecma/Expressions:-(-2147483648) == 2147483648] +# QTBUG-63916 +b2qt 64bit + +[ecma/TypeConversion:- -"0x80000000"] +# QTBUG-63916 +b2qt 64bit + -- cgit v1.2.1