qt6-bb10/src/testlib
Kai Köhne 8275611766 Core: Remove 'properties' feature
Even QtCore alone cannot be built without the properties feature since
Qt 5.5. While fixing this is easy, other modules like dbus,
networking are also using QObject::property() and friends liberally.

All in all I doubt that anybody will miss the feature (otherwise it
would have been fixed in the last decade).

Change-Id: Iaf3cc20bda54ee2ff3b809fac8fa82b94ecc88c0
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2022-02-14 12:50:59 +01:00
..
3rdparty
doc Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiom 2021-12-09 22:20:04 +01:00
CMakeLists.txt testlib: Replace custom QTestCoreList with std::vector 2021-09-10 22:19:45 +02:00
configure.cmake CMake: Regenerate configure.cmake files to get reports 2020-03-09 23:09:02 +01:00
qabstractitemmodeltester.cpp Fix typo in QAbstractItemModelTester 2021-12-08 17:39:27 +01:00
qabstractitemmodeltester.h
qabstracttestlogger.cpp Make Skip an incident in test logging 2021-12-09 20:54:26 +01:00
qabstracttestlogger_p.h Make Skip an incident in test logging 2021-12-09 20:54:26 +01:00
qappletestlogger.cpp Make Skip an incident in test logging 2021-12-09 20:54:26 +01:00
qappletestlogger_p.h Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
qasciikey.cpp Canonical pointer usage 2021-02-09 10:27:14 +08:00
qbenchmark.cpp QTestLib: Fix various clang warnings 2019-07-29 20:43:26 +02:00
qbenchmark.h
qbenchmark_p.h Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE 2020-11-30 17:16:21 +01: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
qbenchmarkmeasurement_p.h QTestLib: Fix various clang warnings 2019-07-29 20:43:26 +02:00
qbenchmarkmetric.cpp
qbenchmarkmetric.h
qbenchmarkmetric_p.h
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
qbenchmarkvalgrind.cpp Properly deprecate QProcess::pid 2020-10-01 04:55:47 +02:00
qbenchmarkvalgrind_p.h Make QStringList an alias to QList<QString> 2020-09-12 23:37:15 +02: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
qemulationdetector_p.h Move QEMU emulation detector to QTest 2021-02-13 10:02:51 +02:00
qjunittestlogger.cpp Remove spurious class prefixes from subclass code 2021-12-09 20:54:26 +01:00
qjunittestlogger_p.h testlib: Replace custom QTestCoreList with std::vector 2021-09-10 22:19:45 +02:00
qplaintestlogger.cpp QTestLib: code tidies 2022-02-03 04:34:08 +01:00
qplaintestlogger_p.h QPlainTestLogger: do not print "failure location" if there's no failure 2022-02-02 23:08:37 +01:00
qpropertytesthelper_p.h Include qproperty.h where needed 2021-11-04 21:45:02 +01:00
qsignaldumper.cpp Deprecate the static int based API in QMetaType 2020-08-24 00:19:05 +02:00
qsignaldumper_p.h testlib: Defer signal dumper start until tests are ready to run 2020-07-22 23:23:16 +02:00
qsignalspy.h QSignalSpy: Use QMetaType instead of metatype id in initArgs 2020-11-10 11:23:55 +01:00
qsignalspy.qdoc Doc: Correct non-link related qdoc compilation errors 2020-01-14 16:38:48 +00:00
qt_cmdline.cmake CMake: Re-implement configure/qmake's command line handling in CMake 2020-08-17 08:08:20 +02:00
qtaptestlogger.cpp Tidy up in QTapTestLogger::addIncident() 2021-12-09 20:54:26 +01:00
qtaptestlogger_p.h Remove unnecessary ; after function implementations 2020-07-06 11:46:39 +02:00
qteamcitylogger.cpp Use QLatin1String::arg() directly 2021-12-09 20:54:26 +01:00
qteamcitylogger_p.h More nullptr usage in headers 2019-03-14 07:37:52 +00:00
qtest.h Refactor QTEST*_MAIN() implementations 2021-12-09 20:54:25 +01:00
qtest_gui.h QTest: there's no toString(QImage) 2021-07-07 15:07:55 +02:00
qtest_network.h
qtest_widgets.h
qtestaccessible.h QTestAccessible: Clear objects in EventList when deleted 2021-05-23 10:46:03 +00:00
qtestassert.h
qtestblacklist.cpp Core: Remove 'properties' feature 2022-02-14 12:50:59 +01:00
qtestblacklist_p.h
qtestcase.cpp macOS: Don't print stack trace via lldb on test failure if SIP prevents it 2022-02-09 18:19:57 +01:00
qtestcase.h Replace out-of-date comment on QTRY_IMPL(), about qWaitFor() 2021-12-09 20:54:25 +01:00
qtestcase.qdoc Long live QVERIFY_THROWS_NO_EXCEPTION! 2021-11-26 18:28:50 +01:00
qtestcoreelement_p.h testlib: Replace custom QTestCoreList with std::vector 2021-09-10 22:19:45 +02:00
qtestdata.cpp Deprecate the static int based API in QMetaType 2020-08-24 00:19:05 +02:00
qtestdata.h QTestData: fix streaming of u8 string literals in C++20 mode 2022-01-03 12:22:53 +01:00
qtestelement.cpp testlib: Replace custom QTestCoreList with std::vector 2021-09-10 22:19:45 +02:00
qtestelement_p.h testlib: Replace custom QTestCoreList with std::vector 2021-09-10 22:19:45 +02:00
qtestelementattribute.cpp testlib: Remove unused QTestCoreElement and QTestElementAttribute types 2021-08-10 16:06:36 +00:00
qtestelementattribute_p.h testlib: Replace custom QTestCoreList with std::vector 2021-09-10 22:19:45 +02:00
qtestevent.h Use Q_DECL_UNUSED_MEMBER instead of Q_UNUSED 2020-07-06 11:29:39 +02:00
qtestevent.qdoc Doc: Fix linking errors qtbase 2019-01-03 09:45:23 +00:00
qtesteventloop.h QTestEventLoop: stop when the test fails 2021-08-05 01:07:41 +02:00
qtesthelpers_p.h
qtestjunitstreamer.cpp Verify returns from QXmlTestLogger's xmlQuote() and xmlCdata() 2021-11-30 12:26:08 +01:00
qtestjunitstreamer_p.h Verify returns from QXmlTestLogger's xmlQuote() and xmlCdata() 2021-11-30 12:26:08 +01:00
qtestkeyboard.h Replace QTest::qWarn() with qWarning() 2021-09-23 16:57:03 +02:00
qtestlog.cpp Make counts of various types of test result add up correctly 2022-01-13 19:47:22 +01:00
qtestlog_p.h Make counts of various types of test result add up correctly 2022-01-13 19:47:22 +01:00
qtestmouse.cpp Remove QTest::lastMouseButton 2020-11-11 09:12:35 +01:00
qtestmouse.h Implement QTest:mouseMove widget overload to send event 2021-10-30 11:46:03 +02:00
qtestresult.cpp Make counts of various types of test result add up correctly 2022-01-13 19:47:22 +01:00
qtestresult_p.h testlib: Pass on file location on failure, but don't assume we have one 2021-08-04 17:31:51 +00:00
qtestspontaneevent.h Cleanup qtestspontaneevent.h for Qt 6 2020-07-06 09:30:22 +00:00
qtestsystem.h
qtesttable.cpp QTestLib: Introduce nullptr 2019-07-11 14:41:50 +02:00
qtesttable_p.h
qtesttouch.h Refactor testlib touch functions into qtestsupport_gui and _widgets 2020-09-08 08:02:15 +02:00
qtestutil_macos.mm testlib: Disable window restoration on macOS in a non-persistent way 2022-02-01 16:56:02 +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 Migrate to autogenerated cpp exports 2021-06-25 19:33:12 +02:00
qxctestlogger.mm Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
qxctestlogger_p.h Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
qxmltestlogger.cpp Properly indent qtestlib's XML output 2021-12-17 07:03:26 +01:00
qxmltestlogger_p.h Verify returns from QXmlTestLogger's xmlQuote() and xmlCdata() 2021-11-30 12:26:08 +01:00
selfcover.cmake CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00