From 336c68e6e413f45a7269ca6e83850d9e1ef9f751 Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Fri, 1 Nov 2019 11:24:52 -0400 Subject: Update Glacier2 tests to use C++11 mapping --- scripts/Component.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'scripts/Component.py') 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 -- cgit v1.2.3