Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-63204

Testlib: Redesign data driven test functionality (QTest::addColumn()/newRow(), QTest::addRow(), QFETCH)

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • None
    • Testing: qtestlib

    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

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              macadder Jason McDonald
              kleint Friedemann Kleint
              Vladimir Minenko Vladimir Minenko
              Alex Blasche Alex Blasche
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes