Hide Forgot
Description of problem: Expected exceptions are missing for some "bad" data conversions. This problem is restricted to the native solaris studio compiler with stlport C++ runtime. Steps to Reproduce: $ ctest -V -R unit_test Actual results: 1: /b5/qpid/cpp/src/tests/Variant.cpp(106): error in "testConversionsFromString": exception InvalidConversion is expected 1: /b5/qpid/cpp/src/tests/Variant.cpp(114): error in "testConversionsFromString": exception InvalidConversion is expected 1: /b5/qpid/cpp/src/tests/Variant.cpp(122): error in "testConversionsFromString": exception InvalidConversion is expected Expected results: no failures.