diff options
author | Bernard Normier <bernard@zeroc.com> | 2019-11-01 11:24:52 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2021-02-02 10:55:08 -0500 |
commit | 336c68e6e413f45a7269ca6e83850d9e1ef9f751 (patch) | |
tree | d3fc90d53718041c9760cde317b8be194a20807c /scripts/Component.py | |
parent | Remove Ice::Application & Glacier2::Application deprecated classes (diff) | |
download | ice-336c68e6e413f45a7269ca6e83850d9e1ef9f751.tar.bz2 ice-336c68e6e413f45a7269ca6e83850d9e1ef9f751.tar.xz ice-336c68e6e413f45a7269ca6e83850d9e1ef9f751.zip |
Update Glacier2 tests to use C++11 mapping
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 |