diff options
author | Jose <jose@zeroc.com> | 2015-12-31 15:10:10 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2015-12-31 15:10:10 +0100 |
commit | 761330088ea92404085888ab3427f44c9787e486 (patch) | |
tree | d4552a5bcd7c6a756880e2ac96986daa26ed333c /cpp/allTests.py | |
parent | Disable some test thar are currently not supported with C++11 (diff) | |
download | ice-761330088ea92404085888ab3427f44c9787e486.tar.bz2 ice-761330088ea92404085888ab3427f44c9787e486.tar.xz ice-761330088ea92404085888ab3427f44c9787e486.zip |
C++11 IceSSL/configuration test fixes
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index c47405c8295..d597116f7b6 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -79,7 +79,7 @@ tests = [ ("Ice/logger", ["once"]), ("Ice/networkProxy", ["core", "noipv6", "nosocks"]), ("Ice/services", ["once"]), - ("IceSSL/configuration", ["once", "novalgrind", "noc++11"]), # valgrind doesn't work well with openssl + ("IceSSL/configuration", ["once", "novalgrind"]), # valgrind doesn't work well with openssl ("IceBox/configuration", ["core", "noipv6", "novc100", "nomingw", "nomx"]), ("IceBox/admin", ["core", "noipv6", "novc100", "nomingw", "nomx"]), ("IceStorm/single", ["service", "novc100", "noappverifier", "nomingw", "noc++11"]), # This test doesn't work with appverifier |