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>
This commit is contained in:
parent
8aadfbc657
commit
9c58dd1588
@ -43,3 +43,8 @@ else:!qtConfig(process): SUBDIRS -= tools
|
||||
SUBDIRS -= dbus
|
||||
}
|
||||
}
|
||||
|
||||
# QTBUG-63915
|
||||
boot2qt: {
|
||||
contains(QT_ARCH, arm64): SUBDIRS -= dbus
|
||||
}
|
||||
|
3
tests/auto/corelib/global/qlogging/BLACKLIST
Normal file
3
tests/auto/corelib/global/qlogging/BLACKLIST
Normal file
@ -0,0 +1,3 @@
|
||||
[qMessagePattern:backtrace depth,separator]
|
||||
# QTBUG-63915
|
||||
b2qt 64bit
|
Loading…
x
Reference in New Issue
Block a user