diff options
Diffstat (limited to 'cs/allTests.py')
-rwxr-xr-x | cs/allTests.py | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/cs/allTests.py b/cs/allTests.py index fc5e041ade3..c2284249681 100755 --- a/cs/allTests.py +++ b/cs/allTests.py @@ -25,11 +25,11 @@ import TestUtil # List of all basic tests. # tests = [ - ("Slice/keyword", ["once"]), - ("Slice/structure", ["once"]), - ("IceUtil/inputUtil", ["once"]), + ("Slice/keyword", ["once", "nosilverlight"]), + ("Slice/structure", ["once", "nosilverlight"]), + ("IceUtil/inputUtil", ["once", "nosilverlight"]), ("Ice/proxy", ["core"]), - ("Ice/properties", ["once"]), + ("Ice/properties", ["once", "nosilverlight"]), ("Ice/operations", ["core"]), ("Ice/exceptions", ["core"]), ("Ice/ami", ["core"]), @@ -44,26 +44,26 @@ tests = [ ("Ice/adapterDeactivation", ["core"]), ("Ice/slicing/exceptions", ["core"]), ("Ice/slicing/objects", ["core"]), - ("Ice/checksum", ["core", "nocompact"]), + ("Ice/checksum", ["core", "nocompact", "nosilverlight"]), ("Ice/dispatcher", ["core"]), ("Ice/stream", ["core"]), ("Ice/retry", ["core"]), ("Ice/timeout", ["core"]), ("Ice/servantLocator", ["core"]), - ("Ice/interceptor", ["core"]), + ("Ice/interceptor", ["core", "nosilverlight"]), ("Ice/dictMapping", ["core"]), ("Ice/seqMapping", ["core"]), - ("Ice/background", ["core"]), - ("Ice/udp", ["core"]), - ("Ice/defaultServant", ["core"]), + ("Ice/background", ["core", "nosilverlight"]), + ("Ice/udp", ["core", "nosilverlight"]), + ("Ice/defaultServant", ["core", "nosilverlight"]), ("Ice/defaultValue", ["core"]), - ("Ice/threadPoolPriority", ["core", "nomono"]), + ("Ice/threadPoolPriority", ["core", "nomono", "nosilverlight"]), ("Ice/invoke", ["core"]), - ("IceBox/configuration", ["core", "noipv6"]), - ("Glacier2/router", ["service"]), - ("Glacier2/sessionHelper", ["service"]), - ("IceGrid/simple", ["service"]), - ("IceSSL/configuration", ["once", "novista", "nomono", "nocompact"]), + ("IceBox/configuration", ["core", "noipv6", "nosilverlight"]), + ("Glacier2/router", ["service", "nosilverlight"]), + ("Glacier2/sessionHelper", ["service", "nosilverlight"]), + ("IceGrid/simple", ["service", "nosilverlight"]), + ("IceSSL/configuration", ["once", "novista", "nomono", "nocompact", "nosilverlight"]), ] if __name__ == "__main__": |