diff options
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"]), |