diff options
author | Bernard Normier <bernard@zeroc.com> | 2012-10-19 17:54:47 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2012-10-19 17:54:47 -0400 |
commit | 7de1e8c3f56b71821d7e68636c10bec0e6bd12f3 (patch) | |
tree | 816ba75b0809a71285931822a2939b2fd1a5cccc /cpp/allTests.py | |
parent | Fixed vsaddin build (diff) | |
download | ice-7de1e8c3f56b71821d7e68636c10bec0e6bd12f3.tar.bz2 ice-7de1e8c3f56b71821d7e68636c10bec0e6bd12f3.tar.xz ice-7de1e8c3f56b71821d7e68636c10bec0e6bd12f3.zip |
Fixed ICE-4897: replace novc6 by novc90
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 78 |
1 files changed, 39 insertions, 39 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index 7ce520ca015..b320e81271e 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -35,11 +35,11 @@ tests = [ ("Slice/errorDetection", ["once"]), ("Slice/keyword", ["once"]), ("Slice/structure", ["once"]), - ("Ice/properties", ["once", "novc6", "nomingw"]), + ("Ice/properties", ["once", "nomingw"]), ("Ice/proxy", ["core"]), ("Ice/operations", ["core"]), ("Ice/exceptions", ["core"]), - ("Ice/ami", ["core", "novc6"]), + ("Ice/ami", ["core"]), ("Ice/info", ["core", "noipv6", "nocompress"]), ("Ice/inheritance", ["core"]), ("Ice/facets", ["core"]), @@ -56,7 +56,7 @@ tests = [ ("Ice/checksum", ["core"]), ("Ice/stream", ["core"]), ("Ice/hold", ["core"]), - ("Ice/custom", ["core", "novc6", "nossl"]), + ("Ice/custom", ["core", "nossl"]), ("Ice/retry", ["core"]), ("Ice/timeout", ["core"]), ("Ice/background", ["core", "nomingw"]), @@ -66,48 +66,48 @@ tests = [ ("Ice/udp", ["core"]), ("Ice/defaultServant", ["core"]), ("Ice/defaultValue", ["core"]), - ("Ice/invoke", ["core", "novc6"]), + ("Ice/invoke", ["core"]), ("Ice/plugin", ["core"]), ("Ice/hash", ["once"]), ("Ice/admin", ["core"]), ("Ice/metrics", ["core", "nossl", "noipv6"]), ("Ice/enums", ["once"]), ("IceSSL/configuration", ["once", "novalgrind"]), # valgrind doesn't work well with openssl - ("IceBox/configuration", ["core", "noipv6", "novc6", "nomingw", "nomx"]), - ("IceBox/admin", ["core", "noipv6", "novc6", "nomingw", "nomx"]), - ("Freeze/dbmap", ["once", "novc6", "nomingw"]), - ("Freeze/complex", ["once", "novc6", "nomingw"]), - ("Freeze/evictor", ["core", "novc6", "nomingw"]), - ("Freeze/fileLock", ["core", "novc6", "nomingw"]), - ("IceStorm/single", ["service", "novc6", "noappverifier", "nomingw"]), # This test doesn't work with appverifier is sensitive to timeouts. - ("IceStorm/federation", ["service", "novc6", "nomingw"]), - ("IceStorm/federation2", ["service", "novc6", "nomingw"]), - ("IceStorm/stress", ["service", "stress", "novc6", "noappverifier", "nomingw"]), # This test is very slow with appverifier. - ("IceStorm/rep1", ["service", "novc6", "nomingw"]), - ("IceStorm/repgrid", ["service", "novc6", "nomingw"]), - ("IceStorm/repstress", ["service", "noipv6", "stress", "novc6", "nomingw"]), - ("FreezeScript/dbmap", ["once", "novc6", "nomingw"]), - ("FreezeScript/evictor", ["once", "novc6", "nomingw"]), - ("IceGrid/simple", ["service", "novc6", "nomingw"]), - ("IceGrid/fileLock", ["service", "novc6", "nomingw"]), - ("IceGrid/deployer", ["service", "novc6", "nomingw"]), - ("IceGrid/session", ["service", "novc6", "nomingw"]), - ("IceGrid/update", ["service", "novc6", "nomingw"]), - ("IceGrid/noRestartUpdate", ["service", "novc6", "nomingw"]), - ("IceGrid/activation", ["service", "novc6", "nomingw"]), - ("IceGrid/replicaGroup", ["service", "novc6", "nomingw"]), - ("IceGrid/replication", ["service", "novc6", "nomingw", "nomx"]), - ("IceGrid/allocation", ["service", "novc6", "nomingw"]), - ("IceGrid/distribution", ["service", "novc6", "nomingw"]), - ("IceGrid/admin", ["service", "novc6", "nomingw"]), - ("Glacier2/router", ["service", "novc6", "nomingw"]), - ("Glacier2/attack", ["service", "novc6", "nomingw", "nomx"]), - ("Glacier2/override", ["service", "novc6", "nomingw"]), - ("Glacier2/sessionControl", ["service", "novc6", "nomingw"]), - ("Glacier2/ssl", ["service", "novalgrind", "novc6", "nomingw"]), # valgrind doesn't work well with openssl - ("Glacier2/dynamicFiltering", ["service", "novc6", "nomingw"]), - ("Glacier2/staticFiltering", ["service", "noipv6", "novc6", "nomingw", "nomx"]), - ("Glacier2/sessionHelper", ["service", "novc6", "nomingw"]), + ("IceBox/configuration", ["core", "noipv6", "novc90", "nomingw", "nomx"]), + ("IceBox/admin", ["core", "noipv6", "novc90", "nomingw", "nomx"]), + ("Freeze/dbmap", ["once", "novc90", "nomingw"]), + ("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/federation", ["service", "novc90", "nomingw"]), + ("IceStorm/federation2", ["service", "novc90", "nomingw"]), + ("IceStorm/stress", ["service", "stress", "novc90", "noappverifier", "nomingw"]), # This test is very slow with appverifier. + ("IceStorm/rep1", ["service", "novc90", "nomingw"]), + ("IceStorm/repgrid", ["service", "novc90", "nomingw"]), + ("IceStorm/repstress", ["service", "noipv6", "stress", "novc90", "nomingw"]), + ("FreezeScript/dbmap", ["once", "novc90", "nomingw"]), + ("FreezeScript/evictor", ["once", "novc90", "nomingw"]), + ("IceGrid/simple", ["service", "novc90", "nomingw"]), + ("IceGrid/fileLock", ["service", "novc90", "nomingw"]), + ("IceGrid/deployer", ["service", "novc90", "nomingw"]), + ("IceGrid/session", ["service", "novc90", "nomingw"]), + ("IceGrid/update", ["service", "novc90", "nomingw"]), + ("IceGrid/noRestartUpdate", ["service", "novc90", "nomingw"]), + ("IceGrid/activation", ["service", "novc90", "nomingw"]), + ("IceGrid/replicaGroup", ["service", "novc90", "nomingw"]), + ("IceGrid/replication", ["service", "novc90", "nomingw", "nomx"]), + ("IceGrid/allocation", ["service", "novc90", "nomingw"]), + ("IceGrid/distribution", ["service", "novc90", "nomingw"]), + ("IceGrid/admin", ["service", "novc90", "nomingw"]), + ("Glacier2/router", ["service", "novc90", "nomingw"]), + ("Glacier2/attack", ["service", "novc90", "nomingw", "nomx"]), + ("Glacier2/override", ["service", "novc90", "nomingw"]), + ("Glacier2/sessionControl", ["service", "novc90", "nomingw"]), + ("Glacier2/ssl", ["service", "novalgrind", "novc90", "nomingw"]), # valgrind doesn't work well with openssl + ("Glacier2/dynamicFiltering", ["service", "novc90", "nomingw"]), + ("Glacier2/staticFiltering", ["service", "noipv6", "novc90", "nomingw", "nomx"]), + ("Glacier2/sessionHelper", ["service", "novc90", "nomingw"]), ] # |