diff options
Diffstat (limited to 'scripts/Component.py')
-rw-r--r-- | scripts/Component.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/Component.py b/scripts/Component.py index b5bf846c65c..22304270b87 100644 --- a/scripts/Component.py +++ b/scripts/Component.py @@ -145,15 +145,6 @@ class Ice(Component): if testId == "IceStorm/repgrid": return False - # No C++11 tests for IceStorm, IceGrid, etc - if isinstance(mapping, CppMapping) and current.config.cpp11: - if parent in ["IceStorm", "IceBridge"]: - return False - elif parent in ["IceGrid"] and testId not in ["IceGrid/simple"]: - return False - elif parent in ["Glacier2"] and testId not in ["Glacier2/application", "Glacier2/sessionHelper"]: - return False - if current.config.xamarin and not current.config.uwp: # # With Xamarin on Android and iOS Ice/udp is only supported with IPv4 |