summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2017-06-13 12:52:43 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2017-06-21 14:13:39 +0000
commit07cb03c798010662eb80588132e765d0ba1f2e0e (patch)
tree2cbbdf8a3f6a762bbac138973651402e35b60501
parentfd301f9289b6c7d0ddc1c97c00540a2844f2ac50 (diff)
Blacklist AAAA related DNS lookup tests on Windows 7/8.1
These are failing in Qt 5.6 when using qemu/kvm and the tests are skipped in 5.9 as Qt thinks IPv6 is not supported. The tests are skipped when running under vmware (with vmxnet) for the same reason. The actual reason for why the trip-A lookups are not working is unknown. They do work when using nslookup in a command shell. Task-number: QTQAINFRA-1201 Change-Id: I224f167be7d4657646ffcd16940cabec02f9d4e4 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
-rw-r--r--tests/auto/network/kernel/qdnslookup/BLACKLIST6
-rw-r--r--tests/auto/network/kernel/qhostinfo/BLACKLIST4
2 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/network/kernel/qdnslookup/BLACKLIST b/tests/auto/network/kernel/qdnslookup/BLACKLIST
new file mode 100644
index 0000000000..9c19f6a699
--- /dev/null
+++ b/tests/auto/network/kernel/qdnslookup/BLACKLIST
@@ -0,0 +1,6 @@
+[normal:any-multi]
+windows-7
+windows-8.1
+[idn:any-multi]
+windows-7
+windows-8.1
diff --git a/tests/auto/network/kernel/qhostinfo/BLACKLIST b/tests/auto/network/kernel/qhostinfo/BLACKLIST
new file mode 100644
index 0000000000..df245d564d
--- /dev/null
+++ b/tests/auto/network/kernel/qhostinfo/BLACKLIST
@@ -0,0 +1,4 @@
+[lookupIPv6:a-plus-aaaa]
+windows-8.1
+[blockingLookup:a-plus-aaaa]
+windows-8.1