aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest
Commit message (Expand)AuthorAgeFilesLines
* AutoTest: Fix handling of parameterized boost testsChristian Stenger2019-10-172-2/+7
* AutoTest: Fix Run Under Cursor for GTestChristian Stenger2019-10-101-1/+2
* Revert "Autotest: Fix warning about type mismatch"Christian Stenger2019-08-232-2/+2
* Autotest: Fix warning about type mismatchChristian Kandeler2019-08-222-2/+2
* AutoTest: Fix handling of unnamed QuickTestsChristian Stenger2019-08-226-10/+37
* AutoTest: fine tune quick test case specsDavid Schulz2019-07-303-52/+50
* AutoTest: Fix parsing of multiple test cases in single qml fileChristian Stenger2019-07-307-60/+108
* AutoTest: Avoid unclosable progress bar widgetChristian Stenger2019-07-111-2/+5
* Autotest: Avoid a deprecation warninghjk2019-07-051-1/+1
* Avoid more deprecation warningshjk2019-07-051-2/+2
* More Utils::toSet/toListhjk2019-07-041-2/+2
* Utils: Add toSet/toList functionshjk2019-07-021-4/+4
* Fix lupdate issuesEike Ziller2019-06-271-0/+1
* AutoTest: Limit condition for test execution to LinuxChristian Stenger2019-06-251-2/+3
* AutoTest: Fix updating parentChristian Stenger2019-06-121-1/+0
* AutoTest: Add support for templated boost testsChristian Stenger2019-06-074-5/+27
* AutoTest: Support data-driven test with fixtureChristian Stenger2019-06-072-1/+10
* AutoTest: Remove wrong todosChristian Stenger2019-06-071-3/+1
* AutoTest: Add support for decorator fixtureChristian Stenger2019-06-071-1/+5
* AutoTest: Use reporting summary from Boost UTFChristian Stenger2019-06-071-6/+42
* AutoTest: Enhance reporting passes and failsChristian Stenger2019-06-075-4/+33
* AutoTest: Fix handling of test output messagesChristian Stenger2019-06-051-3/+3
* Utils: Rename FileName to FilePathhjk2019-05-2816-21/+21
* ExtensionSystem: Move away from QListEike Ziller2019-05-272-3/+3
* AutoTest: Fix building arguments listChristian Stenger2019-05-271-1/+1
* AutoTest: Replace QRegExp by QRegularExpressionChristian Stenger2019-05-273-40/+62
* AutoTest: Fix regular expressionChristian Stenger2019-05-271-1/+1
* Remove excess blank lines after namespaceOrgad Shaneh2019-05-272-2/+0
* AutoTest: Improve handling unexpected outputChristian Stenger2019-05-242-1/+14
* AutoTest: Add unit test for parsing boost testsChristian Stenger2019-05-2422-9/+306
* AutoTest: Further adaption following official termsChristian Stenger2019-05-244-33/+33
* AutoTest: Update unit test projectsChristian Stenger2019-05-236-33/+34
* AutoTest: Improve options and environment variable handlingChristian Stenger2019-05-231-33/+65
* AutoTest: Rename internally used structChristian Stenger2019-05-231-5/+5
* AutoTest: Adapt Type enumChristian Stenger2019-05-2312-49/+49
* CMake build: Add ability to disable building of individual pluginsEike Ziller2019-05-231-5/+4
* AutoTest: Fix unexpected colored outputChristian Stenger2019-05-221-0/+1
* Autotest: Add an EXPLICIT_MOC to CMakeLists.txtAlessandro Portale2019-05-211-0/+1
* AutoTest: Add basic boost test supportChristian Stenger2019-05-2024-0/+2690
* Qt Creator CMake portCristian Adam2019-05-171-0/+70
* AutoTest: Add suite layer for testsChristian Stenger2019-05-168-6/+13
* AutoTest: Extract decision of adding filtered itemsChristian Stenger2019-05-164-1/+9
* AutoTest: Add missing iconChristian Stenger2019-05-162-0/+1
* ProjectExplorer: Remove BuildTargetInfoList wrapper classhjk2019-05-141-2/+2
* Autotest: extract cpp document lookup into cpp test parserDavid Schulz2019-05-134-7/+12
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-05-083-12/+17
|\
| * AutoTest: Fix uncheck all filterChristian Stenger2019-04-233-15/+20
* | AutoTest: Redo evaluation of result summary itemsChristian Stenger2019-04-297-73/+111
* | Remove a couple of "setAutoRaise(true)" for toolbar buttonsAlessandro Portale2019-04-292-2/+0
* | AutoTest: Refactor TestResultChristian Stenger2019-04-2617-339/+309