Details
-
Task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
Description
QTestLib's functions for data driven are currently slow since everything is converted/stored in a 2 dimensional array of QVariant.
This needs to be rethought in terms of C++ 11 . Conceivably, coroutines/generators yielding std::tuples of data could be employed.
Attachments
Issue Links
- relates to
-
QTBUG-63146 qtestlib: cleanups, re-design, API completeness and documentation
- Reported
-
QTBUG-38890 Speed up autotests
- Closed