qt6-bb10/tests/auto/corelib
Marc Mutz a8ff0bc887 tst_QChar: add a check for comparing against int/uint
This is used throughout Qt and resolves to
   operator op(QChar, QChar)

This test makes sure we don't break those
use-cases as we fix missing relational
operators as found by tst_QStringBinOps.

In the other direction, 0 op QChar is
ambiguous, due to op(const char*, QString)
etc, so only test the uint op QChar case.

Change-Id: Ifae7fb65bf3269583898cfea3fc6c95547c75122
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
2015-12-13 13:14:43 +00:00
..
animation qevent.h: Add fixme comments to remove include directives for Qt 6. 2015-10-02 06:37:03 +00:00
codecs Tests: Fix single-character string literals. 2015-10-13 18:14:27 +00:00
global Merge remote-tracking branch 'origin/5.6' into dev 2015-12-02 23:33:06 +01:00
io add a way to modify CreateProcess parameters 2015-12-10 16:29:33 +00:00
itemmodels Merge remote-tracking branch 'origin/5.6' into dev 2015-12-02 23:33:06 +01:00
json Tests: Remove empty init/cleanup slots, constructors and destructors. 2015-12-10 05:26:05 +00:00
kernel Interpret precision == -128 as "shortest" double conversion 2015-11-23 14:13:34 +00:00
mimetypes Merge remote-tracking branch 'origin/5.6' into dev 2015-10-14 15:45:35 +02:00
plugin Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/dev 2015-11-05 08:27:56 +00:00
statemachine Add PointerToMemberFunction for ctor of QSignalTransition 2015-12-08 17:07:04 +00:00
thread Merge remote-tracking branch 'origin/5.6' into dev 2015-12-02 23:33:06 +01:00
tools tst_QChar: add a check for comparing against int/uint 2015-12-13 13:14:43 +00:00
xml tests/auto/corelib: Remove some placeholder formatting. 2015-10-22 03:54:29 +00:00
corelib.pro