summaryrefslogtreecommitdiff
path: root/cpp/allTests.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2012-07-19 18:26:38 +0200
committerJose <jose@zeroc.com>2012-07-19 18:26:38 +0200
commitd0994b8115bc70f04b772d21365703a3a106587d (patch)
tree1bb72b16494ab7a14a48035e9bdac02dc82b0585 /cpp/allTests.py
parentICE-4782 Generate "#pragma once" for include-guards in generated C++ header f... (diff)
downloadice-d0994b8115bc70f04b772d21365703a3a106587d.tar.bz2
ice-d0994b8115bc70f04b772d21365703a3a106587d.tar.xz
ice-d0994b8115bc70f04b772d21365703a3a106587d.zip
Remove BCC support
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-xcpp/allTests.py22
1 files changed, 11 insertions, 11 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py
index 046dfe586ce..095a203853b 100755
--- a/cpp/allTests.py
+++ b/cpp/allTests.py
@@ -35,7 +35,7 @@ tests = [
("Slice/errorDetection", ["once"]),
("Slice/keyword", ["once"]),
("Slice/structure", ["once"]),
- ("Ice/properties", ["once", "novc6", "nobcc"]),
+ ("Ice/properties", ["once", "novc6"]),
("Ice/proxy", ["core"]),
("Ice/operations", ["core"]),
("Ice/exceptions", ["core"]),
@@ -67,7 +67,7 @@ tests = [
("Ice/defaultValue", ["core"]),
("Ice/invoke", ["core", "novc6"]),
("IceSSL/configuration", ["once", "novalgrind"]), # valgrind doesn't work well with openssl
- ("IceBox/configuration", ["core", "noipv6", "nobcc", "novc6"]),
+ ("IceBox/configuration", ["core", "noipv6", "novc6"]),
("Freeze/dbmap", ["once", "novc6"]),
("Freeze/complex", ["once", "novc6"]),
("Freeze/evictor", ["core", "novc6"]),
@@ -82,15 +82,15 @@ tests = [
("FreezeScript/dbmap", ["once", "novc6"]),
("FreezeScript/evictor", ["once", "novc6"]),
("IceGrid/simple", ["service", "novc6"]),
- ("IceGrid/fileLock", ["service", "nobcc", "novc6"]),
- ("IceGrid/deployer", ["service", "nobcc", "novc6"]),
- ("IceGrid/session", ["service", "nobcc", "novc6"]),
- ("IceGrid/update", ["service", "nobcc", "novc6"]),
- ("IceGrid/activation", ["service", "nobcc", "novc6"]),
- ("IceGrid/replicaGroup", ["service", "nobcc", "novc6"]),
- ("IceGrid/replication", ["service", "nobcc", "novc6"]),
- ("IceGrid/allocation", ["service", "nobcc", "novc6"]),
- ("IceGrid/distribution", ["service", "nobcc", "novc6"]),
+ ("IceGrid/fileLock", ["service", "novc6"]),
+ ("IceGrid/deployer", ["service", "novc6"]),
+ ("IceGrid/session", ["service", "novc6"]),
+ ("IceGrid/update", ["service", "novc6"]),
+ ("IceGrid/activation", ["service", "novc6"]),
+ ("IceGrid/replicaGroup", ["service", "novc6"]),
+ ("IceGrid/replication", ["service", "novc6"]),
+ ("IceGrid/allocation", ["service", "novc6"]),
+ ("IceGrid/distribution", ["service", "novc6"]),
("IceGrid/admin", ["service", "novc6"]),
("Glacier2/router", ["service", "novc6"]),
("Glacier2/attack", ["service", "novc6"]),