diff options
author | Jose <jose@zeroc.com> | 2016-01-04 18:12:01 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-01-04 18:12:01 +0100 |
commit | d9e5b954e165554e7ddb39de92e02319d276ac22 (patch) | |
tree | f2dcdd29f4a8a3f1c1fda13bd05503dfce7ee4b6 /cpp/allTests.py | |
parent | Fix ICE-6903 (diff) | |
download | ice-d9e5b954e165554e7ddb39de92e02319d276ac22.tar.bz2 ice-d9e5b954e165554e7ddb39de92e02319d276ac22.tar.xz ice-d9e5b954e165554e7ddb39de92e02319d276ac22.zip |
C++11 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 d597116f7b6..ff6a3587015 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -32,7 +32,7 @@ tests = [ ("IceUtil/uuid", ["once", "noappverifier"]), # This test is very slow with appverifier. ("IceUtil/timer", ["once"]), ("IceUtil/sha1", ["once"]), - ("IceUtil/stacktrace", ["once"]), + ("IceUtil/stacktrace", ["once", "noc++11"]), ("Slice/errorDetection", ["once"]), ("Slice/keyword", ["once"]), ("Slice/structure", ["once"]), |