summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2017-10-30 08:45:28 +0100
committerLiang Qi <liang.qi@qt.io>2017-10-30 08:45:28 +0100
commit0bb3f3017f72cbf8d6866b8baa1820ab3dd89316 (patch)
tree414b80a8081d1b173967453980a0550a3cabd81e
parent13f4c129c2ba12956a6105bd57f407cc07708ca1 (diff)
parentc5b7db2e5cbc4477da75691602af1cc5fad10af0 (diff)
downloadqtscript-5.10.0.tar.gz
Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-rc3v5.10.0-rc2v5.10.0-rc1v5.10.0-beta4v5.10.05.10.0
Change-Id: I3474042cd7fe3d2fc2864298bbb79796b9757da0
-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
+