summaryrefslogtreecommitdiff
path: root/cpp/allTests.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2013-02-11 16:07:16 +0100
committerBenoit Foucher <benoit@zeroc.com>2013-02-11 16:07:16 +0100
commit0a52973ce569827357cfa9ac0a2e96c09ffbf7cc (patch)
treef219b25bebeca4f1e9e58e7174fe7870675b6246 /cpp/allTests.py
parentAdd Makefile.mak rule to register assemblies in source dir. (diff)
downloadice-0a52973ce569827357cfa9ac0a2e96c09ffbf7cc.tar.bz2
ice-0a52973ce569827357cfa9ac0a2e96c09ffbf7cc.tar.xz
ice-0a52973ce569827357cfa9ac0a2e96c09ffbf7cc.zip
Fixed ICE-5215: IPv6 support enabled by default
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-xcpp/allTests.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py
index 00096ad5b57..6546ce61dfe 100755
--- a/cpp/allTests.py
+++ b/cpp/allTests.py
@@ -69,7 +69,7 @@ tests = [
("Ice/invoke", ["core"]),
("Ice/plugin", ["core", "nomingw"]),
("Ice/hash", ["once"]),
- ("Ice/admin", ["core"]),
+ ("Ice/admin", ["core", "noipv6"]),
("Ice/metrics", ["core", "nossl", "noipv6", "nocompress", "nomingw"]),
("Ice/enums", ["once"]),
("IceSSL/configuration", ["once", "novalgrind"]), # valgrind doesn't work well with openssl
@@ -79,10 +79,10 @@ tests = [
("Freeze/complex", ["once", "novc90", "nomingw"]),
("Freeze/evictor", ["core", "novc90", "nomingw"]),
("Freeze/fileLock", ["core", "novc90", "nomingw"]),
- ("IceStorm/single", ["service", "novc90", "noappverifier", "nomingw"]), # This test doesn't work with appverifier is sensitive to timeouts.
+ ("IceStorm/single", ["service", "novc90", "noappverifier", "nomingw"]), # This test doesn't work with appverifier
("IceStorm/federation", ["service", "novc90", "nomingw"]),
("IceStorm/federation2", ["service", "novc90", "nomingw"]),
- ("IceStorm/stress", ["service", "stress", "novc90", "noappverifier", "nomingw"]), # This test is very slow with appverifier.
+ ("IceStorm/stress", ["service", "stress", "novc90", "noappverifier", "nomingw"]), # Too slow with appverifier.
("IceStorm/rep1", ["service", "novc90", "nomingw"]),
("IceStorm/repgrid", ["service", "novc90", "nomingw"]),
("IceStorm/repstress", ["service", "noipv6", "stress", "novc90", "nomingw"]),