This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: [PATCH] test-in-container: Install locales into the test container


On 7/9/19 4:52 PM, Florian Weimer wrote:
I think applying this patch as-is would make glibc development
substantially more difficult for me.

Where do you draw the line? Eventually the testing is going to
slow down your edit/build/test cycle. If this is a problem for
developers then we need some kind of objective "line" that we
try not to cross.

Should we have a staggered approach?

make check-sanity
 -- Run as many tests as fit into 10s.
 -- Run all tests which are not support_become_root,
    test-in-container, or xcheck tests, since these
    can be expensive.

make check
 -- No time limit for testing.
 -- Run all tests which are not xcheck tests.

make xhceck
 -- No time limit for testing.
 -- Run all tests including xcheck tests.

--
Cheers,
Carlos.


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