qt5base-lts/tests/auto/network/kernel
Thiago Macieira dd92002416 QHostAddress: Improve code generation
Mostly related to IPv6, because Q_IPV6ADDR is an array of char, so the
compilers were generating byte access to each value. Instead, force
access as 32- and 64-bit in most places that make sense (64-bit access
decays to 32-bit on 32-bit machines). In one isLoopback(), this is now a
128-bit access for best improvement.

Some smaller improvements relating to SpecialAddress by combining the
three IPv4 special addresses.

Change-Id: I7de033f80b0e4431b7f1ffff13f932b1cd7b5d21
Reviewed-by: Richard J. Moore <rich@kde.org>
2015-08-19 06:13:33 +00:00
..
qauthenticator tests/auto/network: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 04:29:33 +00:00
qdnslookup Merge remote-tracking branch 'origin/5.4' into 5.5 2015-03-31 10:03:31 +02:00
qdnslookup_appless Merge remote-tracking branch 'origin/5.4' into 5.5 2015-03-02 09:23:07 +01:00
qhostaddress QHostAddress: Improve code generation 2015-08-19 06:13:33 +00:00
qhostinfo Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v). 2015-07-27 12:09:19 +00:00
qnetworkaddressentry tests/auto/network: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 04:29:33 +00:00
qnetworkinterface Blacklist and skip various tests that are flakey 2015-06-14 10:50:45 +00:00
qnetworkproxy Update copyright headers 2015-02-11 06:49:51 +00:00
qnetworkproxyfactory Tests: Blacklist tests for ubuntu 14.04 2015-04-01 13:59:04 +00:00
kernel.pro Disable tst_qhostinfo on OS X. 2014-10-10 13:15:43 +02:00