Details
Description
tst_qclipboard.cpp still has Q_WS_WIN which should be changed to Q_OS_WIN, After the changed, we can see that:
FAIL! : tst_QClipboard::setMimeData() Compared values are not the same Actual (spyData.count()): 2 Expected (1): 1 ..\tst_qclipboard.cpp(305) : failure location
This problem more or less related to: https://bugreports.qt-project.org/browse/QTBUG-24184
Attachments
Issue Links
- is required for
-
QTBUG-24203 Qt 5.0 - Windows: Fix tests
- Closed