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.7 6.6 6.5 Change-Id: I6502c40e0c39afb68a461bd530df1bacb5211dec Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>bb10
parent
7c502391cf
commit
4e9017c1fc
|
|
@ -1,7 +1,5 @@
|
|||
[raise]
|
||||
opensuse-leap
|
||||
[optimizedResizeMove]
|
||||
osx
|
||||
[optimizedResize_topLevel]
|
||||
osx
|
||||
[render_windowOpacity]
|
||||
|
|
|
|||
|
|
@ -4924,7 +4924,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