summaryrefslogtreecommitdiff
path: root/cs/allTests.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2012-04-25 11:19:13 +0200
committerBenoit Foucher <benoit@zeroc.com>2012-04-25 11:19:13 +0200
commit7e874613ff22bedf988273b51a15ab937f01169f (patch)
tree115a92a902f80fcc6252c5fac6a957ecc548b82c /cs/allTests.py
parentFixed copyrights (diff)
downloadice-7e874613ff22bedf988273b51a15ab937f01169f.tar.bz2
ice-7e874613ff22bedf988273b51a15ab937f01169f.tar.xz
ice-7e874613ff22bedf988273b51a15ab937f01169f.zip
Merged Silverlight support
Diffstat (limited to 'cs/allTests.py')
-rwxr-xr-xcs/allTests.py30
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__":