qt5base-lts/src/testlib
Thiago Macieira 75fba93fc6 Fix more warnings, found by cross-compiling Qt
KeccakF-1600-opt32.c:497:5: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
harfbuzz-thai.c:264:49: error: comparison is always false due to limited range of data type [-Werror=type-limits]

These warnings are caused by "char" defaulting to unsigned on ARM. In
particular, the second warning was introduced by commit
785e95ef0a, which is not upstream...

qbenchmarkvalgrind.cpp:224:5: error: variable ‘_qzz_res’ set but not used [-Werror=unused-but-set-variable]

This one was fixed for x86-64 in 7b54571ec2 but not
for the other platforms.

KeccakF-1600-opt32.c:250:5: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]

This one is wasn't caught before because it applies only to big-endian
code.

Change-Id: Ice33b639e55d95140cbf912bb81b6f508ed3744a
Reviewed-by: Richard J. Moore <rich@kde.org>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2013-05-01 08:48:13 +02:00
..
3rdparty Fix more warnings, found by cross-compiling Qt 2013-05-01 08:48:13 +02:00
doc Fix the QTouchEventSequence code snippet so that it compiles 2013-04-18 09:18:43 +02:00
qabstracttestlogger_p.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qabstracttestlogger.cpp don't clobber 8-bit output 2013-03-12 18:13:37 +01:00
qasciikey.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qbenchmark_p.h Add minimumtotal option to improve accuracy of short-lived benchmarks. 2013-03-19 10:29:23 +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
qbenchmarkevent_p.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qbenchmarkevent.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
qbenchmarkmeasurement.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qbenchmarkmetric_p.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +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
qbenchmarkperfevents_p.h Add support for more performance counters in QBenchlib 2013-03-06 21:50:28 +01:00
qbenchmarkperfevents.cpp Add support for attributes in the -perfcounter argument 2013-03-06 21:50:28 +01:00
qbenchmarkvalgrind_p.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qbenchmarkvalgrind.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qplaintestlogger_p.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qplaintestlogger.cpp fix encoding when printing debug under wince 2013-03-12 18:13:37 +01:00
qsignaldumper_p.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qsignaldumper.cpp 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 Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
qtest_global.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qtest_gui.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qtest_widgets.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qtest.h make testlib's toString() use local8Bit, not latin1 2013-03-13 18:40:26 +01:00
qtestaccessible.h Make sure that we #include qconfig.h before testing for features. 2013-03-19 07:02:57 +01:00
qtestassert.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qtestcase.cpp Add minimumtotal option to improve accuracy of short-lived benchmarks. 2013-03-19 10:29:23 +01:00
qtestcase.h Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01: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_p.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
qtestelementattribute_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
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 Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
qtestlog_p.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qtestlog.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qtestmouse.h Warn if mouse event occurs outside target window in tests. 2013-04-12 01:25:37 +02:00
qtestresult_p.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qtestresult.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qtestspontaneevent.h Silence warning about unused fields in test event (CLANG). 2013-03-12 09:16:42 +01:00
qtestsystem.h qWaitForWindow* default timeouts are 5 seconds 2013-03-23 16:47:28 +01:00
qtesttable_p.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qtesttable.cpp 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_p.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
qxmltestlogger_p.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qxmltestlogger.cpp Fix error in XML and Xunit formatted benchmark output. 2013-03-22 12:59:01 +01:00
qxunittestlogger_p.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qxunittestlogger.cpp Fix error in XML and Xunit formatted benchmark output. 2013-03-22 12:59:01 +01:00
testlib.pro Add the skeleton Linux perf events counter for QtTest 2013-03-06 21:50:28 +01:00