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: PR c++/42758


On 01/27/2010 08:16 AM, Paolo Carlini wrote:
I have a side comment about including whole library facilities in C++
testcases, I'm not sure if we ever discussed the issue in the open.
Anyway, in my opinion, it makes sense to avoid doing that as much as
possible: it implies that library people can confidently regression test
only the library and be 100% sure to not cause regressions.

Yeah, I try to avoid #includes in testcases as much as possible so that the tests run faster; I figure the library testsuite covers library usage.


Jason


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