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:
Tor Arne Vestbø 2024-02-10 12:24:42 +01:00 committed by Qt Cherry-pick Bot
parent a339175672
commit 35677d5739
2 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
[raise]
opensuse-leap
[optimizedResizeMove]
osx
[optimizedResize_topLevel]
osx
[render_windowOpacity]

View File

@ -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()
{