qt6-bb10/src/testlib
Qt Forward Merge Bot 75c0ffaf6d Merge remote-tracking branch 'origin/5.15' into dev
Conflicts:
	examples/network/bearermonitor/CMakeLists.txt
	examples/network/CMakeLists.txt
	src/corelib/tools/qlinkedlist.h
	src/sql/kernel/qsqldriver_p.h
	src/sql/kernel/qsqlresult_p.h
	src/widgets/kernel/qwidget.cpp
	src/widgets/kernel/qwidget_p.h
	tests/auto/network/socket/platformsocketengine/tst_platformsocketengine.cpp
	tests/auto/network/socket/qtcpsocket/tst_qtcpsocket.cpp
	tests/auto/tools/moc/allmocs_baseline_in.json

Change-Id: I21a3c34570ae79ea9d30107fae71759d7eac17d9
2020-02-26 18:39:21 +01:00
..
3rdparty Update 3rdparty valgrind headers to Valgrind 3.14.0 2018-10-17 11:26:08 +00:00
doc testlib: Clarify that our XUnit reporter is actually a JUnit reporter 2020-02-03 13:48:25 +01:00
.prev_CMakeLists.txt Merge remote-tracking branch 'origin/5.15' into dev 2020-02-13 18:31:40 +01:00
CMakeLists.txt Merge remote-tracking branch 'origin/5.15' into dev 2020-02-13 18:31:40 +01:00
configure.cmake Merge remote-tracking branch 'origin/dev' into wip/cmake 2019-06-03 15:51:20 +02:00
configure.json Replace QTESTLIB_USE_VALGRIND with a new feature 'valgrind' 2019-05-28 17:20:00 +09:00
qabstractitemmodeltester.cpp Replace usages of QVariant::value by qvariant_cast 2019-12-15 12:30:52 +01:00
qabstractitemmodeltester.h Fix use of deprecated ItemDataRoles Background/TextColorRole 2018-11-05 21:58:37 +00:00
qabstracttestlogger.cpp QTestLib: Introduce nullptr 2019-07-11 14:41:50 +02:00
qabstracttestlogger_p.h QTestLib: Use member initialization 2019-07-11 14:40:29 +02:00
qappletestlogger.cpp Apple test logger: Handle test log messages without a context 2019-03-26 19:15:26 +00:00
qappletestlogger_p.h Apple test logger: Handle test log messages without a context 2019-03-26 19:15:26 +00:00
qasciikey.cpp
qbenchmark.cpp QTestLib: Fix various clang warnings 2019-07-29 20:43:26 +02:00
qbenchmark.h Testlib: Rename qtest_global.h to qttestglobal.h 2018-03-21 10:31:01 +00:00
qbenchmark_p.h QTestLib: Use member initialization 2019-07-11 14:40:29 +02:00
qbenchmarkevent.cpp QTestLib: Fix class declarations/structure 2019-07-11 14:42:04 +02:00
qbenchmarkevent_p.h QTestLib: Use member initialization 2019-07-11 14:40:29 +02:00
qbenchmarkmeasurement.cpp Testlib: Move classes inheriting QBenchmarkMeasurerBase to separate header 2016-10-19 06:21:51 +00:00
qbenchmarkmeasurement_p.h QTestLib: Fix various clang warnings 2019-07-29 20:43:26 +02:00
qbenchmarkmetric.cpp Fix build for Android with android-clang in r17 2018-06-06 11:36:33 +00:00
qbenchmarkmetric.h Testlib: Rename qtest_global.h to qttestglobal.h 2018-03-21 10:31:01 +00:00
qbenchmarkmetric_p.h Testlib: Rename qtest_global.h to qttestglobal.h 2018-03-21 10:31:01 +00:00
qbenchmarkperfevents.cpp QTestLib: Introduce nullptr 2019-07-11 14:41:50 +02:00
qbenchmarkperfevents_p.h QTestLib: Fix various clang warnings 2019-07-29 20:43:26 +02:00
qbenchmarktimemeasurers_p.h QtTest: Add missing override 2016-12-01 12:07:05 +00:00
qbenchmarkvalgrind.cpp QTestLib: Fix various clang warnings 2019-07-29 20:43:26 +02:00
qbenchmarkvalgrind_p.h Replace QTESTLIB_USE_VALGRIND with a new feature 'valgrind' 2019-05-28 17:20:00 +09:00
qcsvbenchmarklogger.cpp QTestLib: Fix class declarations/structure 2019-07-11 14:42:04 +02:00
qcsvbenchmarklogger_p.h More nullptr usage in headers 2019-03-14 07:37:52 +00:00
qjunittestlogger.cpp testlib: Clarify that our XUnit reporter is actually a JUnit reporter 2020-02-03 13:48:25 +01:00
qjunittestlogger_p.h testlib: Clarify that our XUnit reporter is actually a JUnit reporter 2020-02-03 13:48:25 +01:00
qplaintestlogger.cpp QTestLib: Fix class declarations/structure 2019-07-11 14:42:04 +02:00
qplaintestlogger_p.h More nullptr usage in headers 2019-03-14 07:37:52 +00:00
qsignaldumper.cpp QTestLib: Introduce nullptr 2019-07-11 14:41:50 +02:00
qsignaldumper_p.h
qsignalspy.h Introduce QSignalSpy constructor allows to spy on a meta method 2019-08-13 17:26:18 +02:00
qsignalspy.qdoc Doc: Correct non-link related qdoc compilation errors 2020-01-14 16:38:48 +00:00
qtaptestlogger.cpp QTestLib: Fix class declarations/structure 2019-07-11 14:42:04 +02:00
qtaptestlogger_p.h More nullptr usage in headers 2019-03-14 07:37:52 +00:00
qteamcitylogger.cpp QTestLib: Fix various clang warnings 2019-07-29 20:43:26 +02:00
qteamcitylogger_p.h More nullptr usage in headers 2019-03-14 07:37:52 +00:00
qtest.h Replace most use of QVariant::type and occurrences of QVariant::Type 2020-01-23 16:46:51 +01:00
qtest_gui.h QTestlib: Check compared images for device pixel ratio 2019-07-09 20:15:34 +02:00
qtest_network.h doc: fix signatures and missing module headers 2017-12-14 13:37:51 +00:00
qtest_widgets.h
qtestaccessible.h QTestLib: Replace typedef by 'using' 2019-06-29 21:51:15 +02:00
qtestassert.h Fix modernize-use-bool-literals issues 2017-07-08 11:49:55 +00:00
qtestblacklist.cpp Merge remote-tracking branch 'origin/dev' into wip/qt6 2019-08-06 12:24:37 +02:00
qtestblacklist_p.h Bring QTestPrivate::checkBlackLists() back 2018-10-15 17:30:57 +00:00
qtestcase.cpp Merge remote-tracking branch 'origin/5.15' into dev 2020-02-13 18:31:40 +01:00
qtestcase.h Merge remote-tracking branch 'origin/wip/qt6' into wip/cmake 2019-10-11 16:23:19 +02:00
qtestcase.qdoc Doc: Add best-practice-info for using QVERIFY() and QCOMPARE() 2019-11-01 14:40:27 +01:00
qtestcoreelement_p.h QTestLib: Use member initialization 2019-07-11 14:40:29 +02:00
qtestcorelist_p.h More nullptr usage in headers 2019-03-14 07:37:52 +00:00
qtestdata.cpp QTestLib: Use member initialization 2019-07-11 14:40:29 +02:00
qtestdata.h Testlib: Rename qtest_global.h to qttestglobal.h 2018-03-21 10:31:01 +00:00
qtestelement.cpp QTestLib: Use member initialization 2019-07-11 14:40:29 +02:00
qtestelement_p.h QTestLib: Use member initialization 2019-07-11 14:40:29 +02:00
qtestelementattribute.cpp QTestLib: Introduce nullptr 2019-07-11 14:41:50 +02:00
qtestelementattribute_p.h QTestLib: Use member initialization 2019-07-11 14:40:29 +02:00
qtestevent.h Fix win32-clang-msvc build due to -Werror,-Wunused-private-field 2018-03-23 15:16:01 +00:00
qtestevent.qdoc Doc: Fix linking errors qtbase 2019-01-03 09:45:23 +00:00
qtesteventloop.h QTestLib: Use member initialization 2019-07-11 14:40:29 +02:00
qtesthelpers_p.h testlib: start sharing common helper functions 2017-11-04 20:11:22 +00:00
qtestjunitstreamer.cpp testlib: Clarify that our XUnit reporter is actually a JUnit reporter 2020-02-03 13:48:25 +01:00
qtestjunitstreamer_p.h testlib: Clarify that our XUnit reporter is actually a JUnit reporter 2020-02-03 13:48:25 +01:00
qtestkeyboard.h QShortcut: Properly port to the new configure system 2019-10-25 12:12:39 +02:00
qtestlog.cpp Fix namespaced build of QTestLib 2020-02-14 16:03:34 +01:00
qtestlog_p.h testlib: Make testlogs enumerable and printable 2020-02-10 15:06:06 +01:00
qtestmouse.cpp Testlib: Rename qtest_global.h to qttestglobal.h 2018-03-21 10:31:01 +00:00
qtestmouse.h Testlib: Rename qtest_global.h to qttestglobal.h 2018-03-21 10:31:01 +00:00
qtestresult.cpp QTestLib: Speed up QCOMPARE for QString 2019-08-01 13:51:23 +02:00
qtestresult_p.h QTestLib: Speed up QCOMPARE for QString 2019-08-01 13:51:23 +02:00
qtestspontaneevent.h Merge remote-tracking branch 'origin/5.6' into 5.7 2016-03-11 20:08:50 +01:00
qtestsystem.h testlib: Move qtestsystem helpers to their respective modules 2018-07-16 15:30:30 +00:00
qtesttable.cpp QTestLib: Introduce nullptr 2019-07-11 14:41:50 +02:00
qtesttable_p.h Testlib: Rename qtest_global.h to qttestglobal.h 2018-03-21 10:31:01 +00:00
qtesttouch.h Testlib: Rename qtest_global.h to qttestglobal.h 2018-03-21 10:31:01 +00:00
qtestutil_macos.mm testlib: Be more selective in choosing to show stacktraces on macOS 2020-02-06 23:42:55 +01:00
qtestutil_macos_p.h testlib: Be more selective in choosing to show stacktraces on macOS 2020-02-06 23:42:55 +01:00
qttestglobal.h Testlib: Add a feature for the item model tester 2018-03-21 10:31:08 +00:00
qxctestlogger.mm Clean up our Objective-C usage 2018-02-20 10:02:12 +00:00
qxctestlogger_p.h Clean up our Objective-C usage 2018-02-20 10:02:12 +00:00
qxmltestlogger.cpp QTestLib: Fix various clang warnings 2019-07-29 20:43:26 +02:00
qxmltestlogger_p.h More nullptr usage in headers 2019-03-14 07:37:52 +00:00
selfcover.pri Add a feature to enable CodeCoverage analysis of testlib 2019-01-24 15:51:13 +00:00
testlib.pro testlib: Be more selective in choosing to show stacktraces on macOS 2020-02-06 23:42:55 +01:00