diff options
author | Mark Spruiell <mes@zeroc.com> | 2015-12-17 11:45:27 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2015-12-17 11:45:27 -0800 |
commit | 884e2be89b0cd997f372c59f05bf05a9a5372b60 (patch) | |
tree | 53d2123abf22042f827d0e83b6093cea038c3b3a /cpp/allTests.py | |
parent | Merge branch '3.6' (diff) | |
download | ice-884e2be89b0cd997f372c59f05bf05a9a5372b60.tar.bz2 ice-884e2be89b0cd997f372c59f05bf05a9a5372b60.tar.xz ice-884e2be89b0cd997f372c59f05bf05a9a5372b60.zip |
Fixes for Bluetooth plug-ins.
Updates to testsuite to support Bluetooth and remote servers.
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index 8b84f12ec34..3dcdcecb2da 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -39,32 +39,32 @@ tests = [ ("Slice/macros", ["once"]), ("Slice/headers", ["once", "nowin32"]), ("Ice/properties", ["once", "nomingw"]), - ("Ice/proxy", ["core"]), - ("Ice/operations", ["core"]), - ("Ice/exceptions", ["core"]), - ("Ice/ami", ["core", "nocompress"]), + ("Ice/proxy", ["core", "bt"]), + ("Ice/operations", ["core", "bt"]), + ("Ice/exceptions", ["core", "bt"]), + ("Ice/ami", ["core", "nocompress", "bt"]), ("Ice/info", ["core", "noipv6", "nocompress", "nosocks"]), - ("Ice/inheritance", ["core"]), - ("Ice/facets", ["core"]), - ("Ice/objects", ["core"]), - ("Ice/optional", ["core"]), - ("Ice/binding", ["core", "nosocks"]), + ("Ice/inheritance", ["core", "bt"]), + ("Ice/facets", ["core", "bt"]), + ("Ice/objects", ["core", "bt"]), + ("Ice/optional", ["core", "bt"]), + ("Ice/binding", ["core", "nosocks", "bt"]), ("Ice/faultTolerance", ["core", "novalgrind"]), # valgrind reports leak with aborted servers ("Ice/location", ["core"]), ("Ice/adapterDeactivation", ["core"]), - ("Ice/slicing/exceptions", ["core"]), - ("Ice/slicing/objects", ["core"]), + ("Ice/slicing/exceptions", ["core", "bt"]), + ("Ice/slicing/objects", ["core", "bt"]), ("Ice/gc", ["once"]), ("Ice/dispatcher", ["once"]), ("Ice/checksum", ["core"]), ("Ice/stream", ["core"]), - ("Ice/hold", ["core"]), + ("Ice/hold", ["core", "bt"]), ("Ice/custom", ["core", "nossl", "nows"]), ("Ice/retry", ["core"]), ("Ice/timeout", ["core", "nocompress", "nosocks"]), - ("Ice/acm", ["core"]), + ("Ice/acm", ["core", "bt"]), ("Ice/background", ["core", "nomingw", "nosocks"]), - ("Ice/servantLocator", ["core"]), + ("Ice/servantLocator", ["core", "bt"]), ("Ice/interceptor", ["core"]), ("Ice/stringConverter", ["core"]), ("Ice/udp", ["core"]), @@ -75,7 +75,7 @@ tests = [ ("Ice/hash", ["once"]), ("Ice/admin", ["core", "noipv6"]), ("Ice/metrics", ["core", "nossl", "nows", "noipv6", "nocompress", "nomingw", "nosocks"]), - ("Ice/enums", ["once"]), + ("Ice/enums", ["once", "bt"]), ("Ice/logger", ["once"]), ("Ice/networkProxy", ["core", "noipv6", "nosocks"]), ("Ice/services", ["once"]), |