qt5base-lts/tests/auto/widgets/dialogs
Shawn Rutledge 7d20f86958 Stabilize and rename tst_qmessagebox::expandDetails_QTBUG_32473
This has been flaky on OpenSuSE; if the stored geom.topLeft() is 0,0
it apparently means the window manager (probably kwin) didn't get around
to decorating and repositioning the dialog by the time
qWaitForWindowExposed() returns.  Because we check later to see whether
it moved, we need to be certain of its initial position.

Waiting for the extra "fleece" widget to be shown was based on the
theory that by the time the X server has processed messages related
to that new window, the WM should be done processing the consequences
of the resized dialog window.  But there's no such guarantee, so let's
try removing that.  On the other hand, removing the delay does open
us up to miss a regression (maybe the dialog gets moved after we have
checked that it didn't move).

Rename because we don't name autotests after bugs.

Amends 26ddb586ac

Task-number: QTBUG-32473
Change-Id: I6bbfe2b4baaee389db0d4112f0fec3b7cb9da554
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Liang Qi <liang.qi@qt.io>
2020-03-12 18:46:44 +01:00
..
qcolordialog Fix deprecation warnings in widget autotests 2019-02-08 18:00:51 +00:00
qdialog Flatten version-specific blacklisting on macOS to all macOS versions 2020-01-22 17:58:31 +01:00
qerrormessage Updated license headers 2016-01-21 18:55:18 +00:00
qfiledialog Fix flaky test tst_QFiledialog::clearLineEdit() 2019-12-03 19:57:03 +01:00
qfiledialog2 Flatten version-specific blacklisting on macOS to all macOS versions 2020-01-22 17:58:31 +01:00
qfilesystemmodel Stabilize QFileSystemModel::dirsBeforeFiles test 2020-02-22 02:52:44 +01:00
qfontdialog If only family is set, prefer that in the families list after resolving 2019-11-05 09:46:29 +01:00
qinputdialog Replace Q_NULLPTR with nullptr where possible 2017-09-19 11:53:55 +00:00
qmessagebox Stabilize and rename tst_qmessagebox::expandDetails_QTBUG_32473 2020-03-12 18:46:44 +01:00
qprogressdialog Extend blacklisting for a few tests to include all macOS versions 2020-01-22 17:26:23 +01:00
qsidebar winrt: make dialog auto tests pass 2018-06-22 05:02:43 +00:00
qwizard Merge remote-tracking branch 'origin/5.13' into 5.14 2019-09-30 14:43:02 +02:00
dialogs.pro winrt: Remove qfiledialog and qmessagebox auto tests for now 2018-05-28 06:50:45 +00:00