Details
-
Bug
-
Resolution: Incomplete
-
P2: Important
-
4.6.3, 4.7.1
-
None
-
TM 9.2 wk46
axisnokia: Tested on N8, using Symbian^3 PDK, and Qt 4.7 SHA 373378b7f47.
Description
The attached test is failed with Qt 4.7 on Symbian environment. This test case is from binary compatibility test cases between Qt 4.6 and Qt 4.7.
Calling
QApplication::processEvents();
method goes into endless loop. It is not reproduced with Qt 4.6 release.
Maybe some problem with test QTestLib implementation in 4.7. When test case contains only
tst_QTreeWidget::dropEvent
method without initialization functions all is ok.