mirror of https://github.com/qt/qtbase.git
Un-blacklist tst_QWidget::optimizedResizeMove on macOS
It has been passing consistently in dev, 6.7, 6.6, and 6.5 for the past
6 months: http://testresults.qt.io/grafana/goto/S35hM52IR
As a drive-by, fix comment that claims the test is only run on macOS.
Pick-to: 6.6 6.5
Change-Id: I6502c40e0c39afb68a461bd530df1bacb5211dec
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
(cherry picked from commit 4e9017c1fc
)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
a339175672
commit
35677d5739
|
@ -1,7 +1,5 @@
|
|||
[raise]
|
||||
opensuse-leap
|
||||
[optimizedResizeMove]
|
||||
osx
|
||||
[optimizedResize_topLevel]
|
||||
osx
|
||||
[render_windowOpacity]
|
||||
|
|
|
@ -4923,7 +4923,7 @@ private:
|
|||
|
||||
/*
|
||||
Test that widget resizes and moves can be done with minimal repaints when WA_StaticContents
|
||||
and WA_OpaquePaintEvent is set. Test is mac-only for now.
|
||||
and WA_OpaquePaintEvent is set.
|
||||
*/
|
||||
void tst_QWidget::optimizedResizeMove()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue