[VOTE RESULT] Re: regression test suite naming convention

2007-06-05 Thread Martin Sebor
test suite naming convention If we constrain ourselves to the proposed options, my vote is for Option 2. The reason for this vote is because it allows us to more easily determine what regression tests need to be run for a particular change. If we don't constrain ourselves to the proposed options, I

[VOTE] Re: regression test suite naming convention

2007-03-21 Thread Martin Sebor
as the directory and file naming convention for these new tests. Comments? I like how the existing tests are organized by sections in the standard. When working on for example vector, it's easy to run just the container tests without having to worry about all the other tests. If the regression

Re: [VOTE] Re: regression test suite naming convention

2007-03-21 Thread Andrew Black
an additional option. Option 3: Put all regression tests in tests/regress/, using the following naming convention: tests/regress/section-number.stdcxx-issue-number.cpp This option would allow us to quickly locate all regression tests, and identify which section each regression test

RE: [VOTE] Re: regression test suite naming convention

2007-03-21 Thread Scott Zhong
an additional option. Option 3: Put all regression tests in tests/regress/, using the following naming convention: tests/regress/section-number.stdcxx-issue-number.cpp This option would allow us to quickly locate all regression tests, and identify which section each regression test

Re: [VOTE] Re: regression test suite naming convention

2007-03-21 Thread Liviu Nicoara
option. Option 3: Put all regression tests in tests/regress/, using the following naming convention: tests/regress/section-number.stdcxx-issue-number.cpp This option would allow us to quickly locate all regression tests, and identify which section each regression test applies to without

Re: [VOTE] Re: regression test suite naming convention

2007-03-21 Thread Andrew Black
regression tests in tests/regress/, using the following naming convention: tests/regress/section-number.stdcxx-issue-number.cpp This option would allow us to quickly locate all regression tests, and identify which section each regression test applies to without consulting Jira. --Andrew Black

RE: [VOTE] Re: regression test suite naming convention

2007-03-21 Thread Farid Zaripov
-Original Message- From: Andrew Black [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 21, 2007 5:57 PM To: stdcxx-dev@incubator.apache.org Subject: Re: [VOTE] Re: regression test suite naming convention If we constrain ourselves to the proposed options, my vote is for Option 2

Re: [VOTE] Re: regression test suite naming convention

2007-03-21 Thread Martin Sebor
Farid Zaripov wrote: -Original Message- From: Andrew Black [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 21, 2007 5:57 PM To: stdcxx-dev@incubator.apache.org Subject: Re: [VOTE] Re: regression test suite naming convention If we constrain ourselves to the proposed options, my vote

regression test suite naming convention (was: Re: [jira] Closed: (STDCXX-16) __rb_tree::operator=() does not store rhs' comparison object in lhs)

2007-03-15 Thread Martin Sebor
Mark Brown wrote: [...] I propose tests/regress/stdcxx-NNN as the directory and file naming convention for these new tests. Comments? I like how the existing tests are organized by sections in the standard. When working on for example vector, it's easy to run just the container tests

RE: naming convention for container members

2006-03-27 Thread Anton Pevtsov
I agree with this naming convetion. And I think that it will be useful to have a common header with these enums. Shall we rename options (rw_opt_no_replace_...) according to this conversion too? Martin Sebor wrote: Once we have a nice general naming convention worked out we can move these names

Re: naming convention for container members

2006-03-27 Thread Martin Sebor
Anton Pevtsov wrote: I agree with this naming convetion. And I think that it will be useful to have a common header with these enums. Shall we rename options (rw_opt_no_replace_...) according to this conversion too? Yes, that's a good idea. In fact, once we have the enums in a common header we

naming convention for container members

2006-03-25 Thread Martin Sebor
Here's a proposed naming convention for the id tags used in string and (in the future) container tests. All the tags should probably have some prefix clearly identifying them as members of the same family (e.g., CF_ for Container Function or CM_ for Container Member, or something short like

naming convention

2006-01-17 Thread Liviu Nicoara
Martin, I am working on the strings.cons test now and I am fiddling with the replacement op new/delete support in the driver. So, the naming convention calls for _rw_ for all functions in the driver (including those with internal linkage) and rw_ for all types defined in the driver? Thanks

Re: naming convention

2006-01-17 Thread Martin Sebor
Liviu Nicoara wrote: Martin, I am working on the strings.cons test now and I am fiddling with the replacement op new/delete support in the driver. So, the naming convention calls for _rw_ for all functions in the driver (including those with internal linkage) and rw_ for all types defined

Re: naming convention

2006-01-17 Thread Liviu Nicoara
Martin, There are quite a few tests affected by the name changes in the replacement op new/delete in driver: /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

Re: naming convention

2006-01-17 Thread Liviu Nicoara
Do you mind if I take route #1? Martin Sebor wrote: 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