mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-06 17:25:24 +08:00
qt 6.5.1 original
This commit is contained in:
62
tests/auto/other/gestures/BLACKLIST
Normal file
62
tests/auto/other/gestures/BLACKLIST
Normal file
@ -0,0 +1,62 @@
|
||||
[panelPropagation]
|
||||
ubuntu-20.04
|
||||
ubuntu-22.04 ci
|
||||
[panelStacksBehindParent]
|
||||
ubuntu-20.04
|
||||
ubuntu-22.04 ci
|
||||
|
||||
# QTBUG-108402
|
||||
[gestureOverChildGraphicsItem]
|
||||
macOS arm
|
||||
|
||||
# QTBUG-108402
|
||||
[conflictingGesturesInGraphicsView]
|
||||
macOS arm
|
||||
|
||||
# QTBUG-108402
|
||||
[graphicsItemGesture]
|
||||
macOS arm
|
||||
|
||||
# QTBUG-108402
|
||||
[graphicsView]
|
||||
macOS arm
|
||||
|
||||
# QTBUG-108402
|
||||
[graphicsItemTreeGesture]
|
||||
macOS arm
|
||||
|
||||
# QTBUG-108402
|
||||
[explicitGraphicsObjectTarget]
|
||||
macOS arm
|
||||
|
||||
# QTBUG-108402
|
||||
[gestureOverChildGraphicsItem]
|
||||
macOS arm
|
||||
|
||||
# QTBUG-108402
|
||||
[autoCancelGestures2]
|
||||
macOS arm
|
||||
|
||||
# QTBUG-108402
|
||||
[graphicsViewParentPropagation]
|
||||
macOS arm
|
||||
|
||||
# QTBUG-108402
|
||||
[panelPropagation]
|
||||
macOS arm
|
||||
|
||||
# QTBUG-108402
|
||||
[panelStacksBehindParent]
|
||||
macOS arm
|
||||
|
||||
# QTBUG-108402
|
||||
[viewportCoordinates]
|
||||
macOS arm
|
||||
|
||||
# QTBUG-108402
|
||||
[partialGesturePropagation]
|
||||
macOS arm
|
||||
|
||||
# QTBUG-108402
|
||||
[testReuseCanceledGestures]
|
||||
macOS arm
|
14
tests/auto/other/gestures/CMakeLists.txt
Normal file
14
tests/auto/other/gestures/CMakeLists.txt
Normal file
@ -0,0 +1,14 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
#####################################################################
|
||||
## tst_gestures Test:
|
||||
#####################################################################
|
||||
|
||||
qt_internal_add_test(tst_gestures
|
||||
SOURCES
|
||||
tst_gestures.cpp
|
||||
LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
2375
tests/auto/other/gestures/tst_gestures.cpp
Normal file
2375
tests/auto/other/gestures/tst_gestures.cpp
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user