summaryrefslogtreecommitdiff
path: root/scripts/Component.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2019-10-23 18:40:52 +0200
committerBenoit Foucher <benoit@zeroc.com>2019-10-23 18:42:50 +0200
commit5b837432ef9a23e04dd9d97746204dee974894ee (patch)
treeb7b8d0163f22bd93f2c32ab279aa73b4a8e55a85 /scripts/Component.py
parentFix MATLAB linter warnings (diff)
downloadice-5b837432ef9a23e04dd9d97746204dee974894ee.tar.bz2
ice-5b837432ef9a23e04dd9d97746204dee974894ee.tar.xz
ice-5b837432ef9a23e04dd9d97746204dee974894ee.zip
Fixed Objective-C cross tests to support --workers
Diffstat (limited to 'scripts/Component.py')
-rw-r--r--scripts/Component.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/Component.py b/scripts/Component.py
index 96eaf36fd9e..6054dd5bd0c 100644
--- a/scripts/Component.py
+++ b/scripts/Component.py
@@ -162,7 +162,6 @@ class Ice(Component):
return True
def isMainThreadOnly(self, testId):
- #return testId.startswith("IceStorm") # TODO: WORKAROUND for ICE-8175
return False # By default, tests support being run concurrently
def getDefaultProcesses(self, mapping, processType, testId):
@@ -187,7 +186,6 @@ class Ice(Component):
def isCross(self, testId):
return testId in [
"Ice/ami",
- "Ice/info",
"Ice/exceptions",
"Ice/enums",
"Ice/facets",
@@ -196,7 +194,6 @@ class Ice(Component):
"Ice/objects",
"Ice/operations",
"Ice/proxy",
- "Ice/servantLocator",
"Ice/slicing/exceptions",
"Ice/slicing/objects",
"Ice/optional",