Blacklist and skip failing tests for Boot2Qt / 64 bit arm
Task-number: QTBUG-60263 Change-Id: I05978915b5bb7ae31069e8e9ae1dc273e483ddb0 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>bb10
parent
8aadfbc657
commit
9c58dd1588
|
|
@ -43,3 +43,8 @@ else:!qtConfig(process): SUBDIRS -= tools
|
|||
SUBDIRS -= dbus
|
||||
}
|
||||
}
|
||||
|
||||
# QTBUG-63915
|
||||
boot2qt: {
|
||||
contains(QT_ARCH, arm64): SUBDIRS -= dbus
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
[qMessagePattern:backtrace depth,separator]
|
||||
# QTBUG-63915
|
||||
b2qt 64bit
|
||||
Loading…
Reference in New Issue