summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSami Nurmenniemi <sami.nurmenniemi@qt.io>2017-10-20 13:57:14 +0300
committerSami Nurmenniemi <sami.nurmenniemi@qt.io>2017-10-20 12:07:39 +0000
commitc5b7db2e5cbc4477da75691602af1cc5fad10af0 (patch)
tree613c3b9e0e23913d6b5618c022ba8df76b1ae696
parent95b51b007efdec4994f9c0e01b3a9609ffdedf21 (diff)
downloadqtscript-5.9.3.tar.gz
Blacklist and skip failing tests for Boot2Qt / 64 bit armv5.9.35.9.3
Task-number: QTBUG-60263 Change-Id: I1848a0a4d5927b114400bc1646e1a676562cbf46 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
-rw-r--r--tests/auto/auto.pro5
-rw-r--r--tests/auto/qscriptjstestsuite/BLACKLIST8
2 files changed, 13 insertions, 0 deletions
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
+