qt6-bb10/src/testlib
Eskil Abrahamsen Blomfeldt 1c08a41cb9 Support getting test data from qrc
If none of the other locations work, we can fall back to bundling
the test data in qrc to make it possible to include test data on
platforms that do not have any good way of deploying files to the
traditional file system, like Android.

Change-Id: I7779ce6be2380d551697cecfb9f76652d1fd0a38
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
2014-07-08 08:34:30 +02:00
..
3rdparty Fix more warnings, found by cross-compiling Qt 2013-05-01 08:48:13 +02:00
doc Doc: add info about the -perf benchmark switch to QtTest's manual 2014-04-29 03:27:26 +02:00
qabstracttestlogger.cpp Ensure that output is world readable on Android 2013-08-05 14:53:12 +02:00
qabstracttestlogger_p.h Testlib: Use QString for messages in QAbstractTestLogger::addMessage() 2014-01-21 06:28:23 +01:00
qasciikey.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qbenchmark.cpp Add minimumtotal option to improve accuracy of short-lived benchmarks. 2013-03-19 10:29:23 +01:00
qbenchmark.h Merge remote-tracking branch 'origin/stable' into dev 2013-02-14 14:24:57 +01:00
qbenchmark_p.h Add minimumtotal option to improve accuracy of short-lived benchmarks. 2013-03-19 10:29:23 +01:00
qbenchmarkevent.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qbenchmarkevent_p.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qbenchmarkmeasurement.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qbenchmarkmeasurement_p.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qbenchmarkmetric.cpp Add more events for QBenchlib, based on the Linux perf counters 2013-03-06 21:50:28 +01:00
qbenchmarkmetric.h Add more events for QBenchlib, based on the Linux perf counters 2013-03-06 21:50:28 +01:00
qbenchmarkmetric_p.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qbenchmarkperfevents.cpp Fix file descriptor leak in the perf event counter 2014-01-10 02:33:32 +01:00
qbenchmarkperfevents_p.h Add support for more performance counters in QBenchlib 2013-03-06 21:50:28 +01:00
qbenchmarkvalgrind.cpp Doc: Adding mark-up to boolean default values. 2013-10-08 00:46:27 +02:00
qbenchmarkvalgrind_p.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qcsvbenchmarklogger.cpp Add a CSV logging feature to the benchlib 2014-02-14 00:34:25 +01:00
qcsvbenchmarklogger_p.h Add a CSV logging feature to the benchlib 2014-02-14 00:34:25 +01:00
qplaintestlogger.cpp Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/staging/dev 2014-01-21 17:57:54 +01:00
qplaintestlogger_p.h Testlib: Use QString for messages in QAbstractTestLogger::addMessage() 2014-01-21 06:28:23 +01:00
qsignaldumper.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qsignaldumper_p.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qsignalspy.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qsignalspy.qdoc Doc: Adding mark-up to boolean default values. 2013-10-08 00:46:27 +02:00
qtest.h Testlib: Fix minor leak and crash when comparing lists 2014-05-06 22:37:23 +02:00
qtest_global.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qtest_gui.h Check the right object's height in qCompare for QImage and QPixmap. 2014-04-28 09:34:06 +02:00
qtest_widgets.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qtestaccessible.h Improve accessibility event failure output 2014-04-30 09:05:19 +02:00
qtestassert.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qtestcase.cpp Support getting test data from qrc 2014-07-08 08:34:30 +02:00
qtestcase.h QTestCase: fix macros taking expressions to avoid clang warnings 2014-04-08 10:39:13 +02:00
qtestcoreelement_p.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qtestcorelist_p.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qtestdata.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qtestdata.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qtestelement.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qtestelement_p.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qtestelementattribute.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qtestelementattribute_p.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qtestevent.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qtestevent.qdoc Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
qtesteventloop.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qtestkeyboard.h Fix QtTest function-unused warnings found by Clang 3.4 2014-01-17 01:36:39 +01:00
qtestlog.cpp Add a CSV logging feature to the benchlib 2014-02-14 00:34:25 +01:00
qtestlog_p.h Add a CSV logging feature to the benchlib 2014-02-14 00:34:25 +01:00
qtestmouse.h Fix synqt-warnings in QTestLib. 2013-10-14 17:30:14 +02:00
qtestresult.cpp Fix auto test failure output on QNX 2014-05-19 10:03:38 +02:00
qtestresult_p.h Expose QTest::currentAppName() and remove hard-coded argv[0] in tests 2013-09-26 18:45:16 +02:00
qtestspontaneevent.h Silence warning about unused fields in test event (CLANG). 2013-03-12 09:16:42 +01:00
qtestsystem.h Fix QtTest function-unused warnings found by Clang 3.4 2014-01-17 01:36:39 +01:00
qtesttable.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qtesttable_p.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qtesttouch.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qtestxunitstreamer.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qtestxunitstreamer_p.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qxmltestlogger.cpp Testlib: Use QString for messages in QAbstractTestLogger::addMessage() 2014-01-21 06:28:23 +01:00
qxmltestlogger_p.h Testlib: Use QString for messages in QAbstractTestLogger::addMessage() 2014-01-21 06:28:23 +01:00
qxunittestlogger.cpp Testlib: Use QString for messages in QAbstractTestLogger::addMessage() 2014-01-21 06:28:23 +01:00
qxunittestlogger_p.h Testlib: Use QString for messages in QAbstractTestLogger::addMessage() 2014-01-21 06:28:23 +01:00
testlib.pro Add a CSV logging feature to the benchlib 2014-02-14 00:34:25 +01:00