mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-04 16:25:27 +08:00
qt 6.5.1 original
This commit is contained in:
47
tests/auto/widgets/kernel/qwidget/BLACKLIST
Normal file
47
tests/auto/widgets/kernel/qwidget/BLACKLIST
Normal file
@ -0,0 +1,47 @@
|
||||
[raise]
|
||||
opensuse-leap
|
||||
[renderInvisible]
|
||||
macos
|
||||
[optimizedResizeMove]
|
||||
osx
|
||||
[optimizedResize_topLevel]
|
||||
osx
|
||||
[render_windowOpacity]
|
||||
macos arm
|
||||
[render_systemClip]
|
||||
osx
|
||||
[multipleToplevelFocusCheck]
|
||||
centos
|
||||
opensuse-leap
|
||||
ubuntu
|
||||
sles-15
|
||||
# QTBUG-87668
|
||||
[showMinimizedKeepsFocus]
|
||||
android
|
||||
macos-13 ci
|
||||
[normalGeometry]
|
||||
android
|
||||
[saveRestoreGeometry]
|
||||
android
|
||||
[optimizedResizeMove]
|
||||
android
|
||||
[update]
|
||||
android
|
||||
[scroll]
|
||||
android
|
||||
[moveChild]
|
||||
android
|
||||
[multipleToplevelFocusCheck]
|
||||
android
|
||||
[renderInvisible]
|
||||
android
|
||||
[updateWhileMinimized]
|
||||
android
|
||||
[doubleRepaint]
|
||||
android
|
||||
[setMaskInResizeEvent]
|
||||
android
|
||||
[activateWindow]
|
||||
android
|
||||
[optimizedResize_topLevel]
|
||||
android
|
42
tests/auto/widgets/kernel/qwidget/CMakeLists.txt
Normal file
42
tests/auto/widgets/kernel/qwidget/CMakeLists.txt
Normal file
@ -0,0 +1,42 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
#####################################################################
|
||||
## tst_qwidget Test:
|
||||
#####################################################################
|
||||
|
||||
# Resources:
|
||||
set(qwidget_resource_files
|
||||
"geometry-fullscreen.dat"
|
||||
"geometry-maximized.dat"
|
||||
"geometry.dat"
|
||||
"hellotr_la.qm"
|
||||
)
|
||||
|
||||
qt_internal_add_test(tst_qwidget
|
||||
SOURCES
|
||||
tst_qwidget.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::Gui
|
||||
Qt::GuiPrivate
|
||||
Qt::TestPrivate
|
||||
Qt::Widgets
|
||||
Qt::WidgetsPrivate
|
||||
TESTDATA ${qwidget_resource_files}
|
||||
BUILTIN_TESTDATA
|
||||
)
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
qt_internal_extend_target(tst_qwidget CONDITION AIX
|
||||
COMPILE_OPTIONS
|
||||
-fpermissive
|
||||
)
|
||||
|
||||
qt_internal_extend_target(tst_qwidget CONDITION WIN32
|
||||
LIBRARIES
|
||||
gdi32
|
||||
user32
|
||||
)
|
BIN
tests/auto/widgets/kernel/qwidget/geometry-fullscreen.dat
Normal file
BIN
tests/auto/widgets/kernel/qwidget/geometry-fullscreen.dat
Normal file
Binary file not shown.
BIN
tests/auto/widgets/kernel/qwidget/geometry-maximized.dat
Normal file
BIN
tests/auto/widgets/kernel/qwidget/geometry-maximized.dat
Normal file
Binary file not shown.
BIN
tests/auto/widgets/kernel/qwidget/geometry.dat
Normal file
BIN
tests/auto/widgets/kernel/qwidget/geometry.dat
Normal file
Binary file not shown.
BIN
tests/auto/widgets/kernel/qwidget/hellotr_la.qm
Normal file
BIN
tests/auto/widgets/kernel/qwidget/hellotr_la.qm
Normal file
Binary file not shown.
13369
tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp
Normal file
13369
tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user