Liviu Nicoara wrote:
Martin,
There are quite a few tests affected by the name changes in the
replacement op new/delete in driver:
We need to minimize breakage in the Rogue Wave test suite (i.e.,
in tests that haven't yet been ported to the new driver) while
making these changes. Two approaches come to mind for dealing
with the problem:
1. change the old names to new ones and port all the affected
tests at the same time
2. add new names and use them in tests that have been ported
and keep the old ones until all the tests have been migrated
to them
I suspect (2) will be the easier approach.
Martin
/build/nicoara/hal/tests/stdlib/containers/deque_modifiers.cpp
/build/nicoara/hal/tests/stdlib/containers/leak.cpp
/build/nicoara/hal/tests/stdlib/containers/vector.cpp
/build/nicoara/hal/tests/stdlib/containers/vector_modifiers.cpp
/build/nicoara/hal/tests/stdlib/depr/strstreambuf.cpp
/build/nicoara/hal/tests/stdlib/diagnostics/exceptions.cpp
/build/nicoara/hal/tests/stdlib/iostream/setbuf.cpp
/build/nicoara/hal/tests/stdlib/string/cons.cpp
/build/nicoara/hal/tests/stdlib/string/exceptions.cpp
/build/nicoara/hal/tests/stdlib/string/refcount.cpp
/build/nicoara/hal/tests/stdlib/test/new.cpp
/build/nicoara/hal/tests/stdlib/utilities/temp_buffer.cpp
Liviu