summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+