qt6-bb10/tests/auto
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
..
android Fix typo in test results report for android 2015-07-28 21:16:19 +00:00
bic/data
cmake
compilerwarnings/data
concurrent Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
corelib tst_QChar: add a check for comparing against int/uint 2015-12-13 13:14:43 +00:00
dbus Tests: Remove empty init/cleanup slots, constructors and destructors. 2015-12-10 05:26:05 +00:00
gui Tests: Remove empty init/cleanup slots, constructors and destructors. 2015-12-10 05:26:05 +00:00
guiapplauncher
installed_cmake
network Tests: Remove empty init/cleanup slots, constructors and destructors. 2015-12-10 05:26:05 +00:00
opengl Remove insignificant flag for a platform not supported 2015-11-29 07:02:20 +00:00
other Tests: Remove empty init/cleanup slots, constructors and destructors. 2015-12-10 05:26:05 +00:00
printsupport Merge remote-tracking branch 'origin/5.6' into dev 2015-11-18 09:01:51 +01:00
shared Fix kerned advances in QRawFont on OS X and Windows 2015-11-25 19:53:46 +00:00
sql Merge remote-tracking branch 'origin/5.6' into dev 2015-11-23 07:13:00 +01:00
testlib generate_expected_output: Open the file as binary. 2015-11-06 11:40:24 +00:00
tools Tests: Remove empty init/cleanup slots, constructors and destructors. 2015-12-10 05:26:05 +00:00
widgets Tests: Remove empty init/cleanup slots, constructors and destructors. 2015-12-10 05:26:05 +00:00
xml Merge remote-tracking branch 'origin/5.6' into dev 2015-11-04 20:18:14 +01:00
auto.pro Merge remote-tracking branch 'origin/5.6' into dev 2015-09-25 14:02:04 +02:00
network-settings.h
qtest-config.h
test.pl