summaryrefslogtreecommitdiff
path: root/cpp/allTests.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-01-04 18:12:01 +0100
committerJose <jose@zeroc.com>2016-01-04 18:12:01 +0100
commitd9e5b954e165554e7ddb39de92e02319d276ac22 (patch)
treef2dcdd29f4a8a3f1c1fda13bd05503dfce7ee4b6 /cpp/allTests.py
parentFix ICE-6903 (diff)
downloadice-d9e5b954e165554e7ddb39de92e02319d276ac22.tar.bz2
ice-d9e5b954e165554e7ddb39de92e02319d276ac22.tar.xz
ice-d9e5b954e165554e7ddb39de92e02319d276ac22.zip
C++11 test fixes
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-xcpp/allTests.py2
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"]),