diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/test/Ice/background/AllTests.cpp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/cpp/test/Ice/background/AllTests.cpp b/cpp/test/Ice/background/AllTests.cpp index c8d663d6f0b..20ae71b8c75 100644 --- a/cpp/test/Ice/background/AllTests.cpp +++ b/cpp/test/Ice/background/AllTests.cpp @@ -89,6 +89,7 @@ public: noException(const Ice::Exception& ex) { cerr << ex << endl; + cerr << "stack: " << ex.ice_stackTrace() << endl; test(false); } @@ -591,6 +592,7 @@ initializeTests(const ConfigurationPtr& configuration, catch(const Ice::LocalException& ex) { cerr << ex << endl; + cerr << "stack: " << ex.ice_stackTrace() << endl; test(false); } background->ice_getConnection()->close(Ice::ICE_SCOPED_ENUM(ConnectionClose, GracefullyWithWait)); @@ -681,6 +683,7 @@ initializeTests(const ConfigurationPtr& configuration, catch(const Ice::LocalException& ex) { cerr << ex << endl; + cerr << "stack: " << ex.ice_stackTrace() << endl; test(false); } background->ice_getConnection()->close(Ice::ICE_SCOPED_ENUM(ConnectionClose, GracefullyWithWait)); @@ -694,6 +697,7 @@ initializeTests(const ConfigurationPtr& configuration, catch(const Ice::LocalException& ex) { cerr << ex << endl; + cerr << "stack: " << ex.ice_stackTrace() << endl; test(false); } background->ice_getConnection()->close(Ice::ICE_SCOPED_ENUM(ConnectionClose, GracefullyWithWait)); @@ -728,6 +732,7 @@ initializeTests(const ConfigurationPtr& configuration, catch(const Ice::LocalException& ex) { cerr << ex << endl; + cerr << "stack: " << ex.ice_stackTrace() << endl; test(false); } background->ice_getConnection()->close(Ice::ICE_SCOPED_ENUM(ConnectionClose, GracefullyWithWait)); @@ -763,6 +768,7 @@ initializeTests(const ConfigurationPtr& configuration, catch(const Ice::LocalException& ex) { cerr << ex << endl; + cerr << "stack: " << ex.ice_stackTrace() << endl; test(false); } @@ -784,6 +790,7 @@ initializeTests(const ConfigurationPtr& configuration, catch(const Ice::LocalException& ex) { cerr << ex << endl; + cerr << "stack: " << ex.ice_stackTrace() << endl; test(false); } @@ -810,6 +817,7 @@ initializeTests(const ConfigurationPtr& configuration, catch(const Ice::LocalException& ex) { cerr << ex << endl; + cerr << "stack: " << ex.ice_stackTrace() << endl; test(false); } @@ -828,6 +836,7 @@ initializeTests(const ConfigurationPtr& configuration, catch(const Ice::LocalException& ex) { cerr << ex << endl; + cerr << "stack: " << ex.ice_stackTrace() << endl; test(false); } } @@ -868,6 +877,7 @@ validationTests(const ConfigurationPtr& configuration, catch(const Ice::LocalException& ex) { cerr << ex << endl; + cerr << "stack: " << ex.ice_stackTrace() << endl; test(false); } @@ -924,6 +934,7 @@ validationTests(const ConfigurationPtr& configuration, catch(const Ice::LocalException& ex) { cerr << ex << endl; + cerr << "stack: " << ex.ice_stackTrace() << endl; test(false); } background->ice_getConnection()->close(Ice::ICE_SCOPED_ENUM(ConnectionClose, GracefullyWithWait)); @@ -944,6 +955,7 @@ validationTests(const ConfigurationPtr& configuration, catch(const Ice::LocalException& ex) { cerr << ex << endl; + cerr << "stack: " << ex.ice_stackTrace() << endl; test(false); } @@ -1071,6 +1083,7 @@ validationTests(const ConfigurationPtr& configuration, catch(const Ice::LocalException& ex) { cerr << ex << endl; + cerr << "stack: " << ex.ice_stackTrace() << endl; test(false); } @@ -1084,6 +1097,7 @@ validationTests(const ConfigurationPtr& configuration, catch(const Ice::LocalException& ex) { cerr << ex << endl; + cerr << "stack: " << ex.ice_stackTrace() << endl; test(false); } background->ice_getConnection()->close(Ice::ICE_SCOPED_ENUM(ConnectionClose, GracefullyWithWait)); @@ -1104,6 +1118,7 @@ validationTests(const ConfigurationPtr& configuration, catch(const Ice::LocalException& ex) { cerr << ex << endl; + cerr << "stack: " << ex.ice_stackTrace() << endl; test(false); } #if defined(ICE_USE_IOCP) || defined(ICE_USE_CFSTREAM) @@ -1131,6 +1146,7 @@ validationTests(const ConfigurationPtr& configuration, catch(const Ice::LocalException& ex) { cerr << ex << endl; + cerr << "stack: " << ex.ice_stackTrace() << endl; test(false); } @@ -1150,6 +1166,7 @@ validationTests(const ConfigurationPtr& configuration, catch(const Ice::LocalException& ex) { cerr << ex << endl; + cerr << "stack: " << ex.ice_stackTrace() << endl; test(false); } @@ -1206,6 +1223,7 @@ readWriteTests(const ConfigurationPtr& configuration, catch(const Ice::LocalException& ex) { cerr << ex << endl; + cerr << "stack: " << ex.ice_stackTrace() << endl; test(false); } @@ -1353,6 +1371,7 @@ readWriteTests(const ConfigurationPtr& configuration, catch(const Ice::LocalException& ex) { cerr << ex << endl; + cerr << "stack: " << ex.ice_stackTrace() << endl; test(false); } |