This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: More ObjC++ work on @encode in C++ templates


On Oct 8, 2010, at 12:43 AM, Nicola Pero wrote:
> Sure, I love the idea of using subdirectories.  We could put all the "old"
> tests into a "misc" or "old" subdirectory.

old is never a good name.  Neither is new.

The usual convention is to leave the testsuite as is and not to `reorganize' it.  There is little benefit from the reorganization and the benefit of being able to compare and track failures and regressions with stable testcase names is at time useful.  Also, using the stable names to be able to compare with llvm-gcc-4.2 is useful.  I'd like to see that preserved.  Now, if we didn't have any functionality remaining to be merged, and there were 0 testcase failures on all platforms, the benefit of the stable names lessons, but, I don't think we are there yet.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]