Re: Updated mozilla-central code coverage

2015-05-26 Thread Joshua Cranmer 🐧
On 5/26/2015 10:20 PM, Shih-Chiang Chien wrote: Thanks for the explanation. IIRC content process is closed by SIGKILL in Gecko. Looks like we'll have to tweak the timing. A SIGKILL would definitely not trigger the information to be dumped. -- Joshua Cranmer Thunderbird and DXR developer Source

Re: Updated mozilla-central code coverage

2015-05-26 Thread Shih-Chiang Chien
Thanks for the explanation. IIRC content process is closed by SIGKILL in Gecko. Looks like we'll have to tweak the timing. Best Regards, Shih-Chiang Chien Mozilla Taiwan On Wed, May 27, 2015 at 10:10 AM, Joshua Cranmer 🐧 wrote: > On 5/26/2015 8:54 PM, Shih-Chiang Chien wrote: > >> Hi Joshua, >>

Re: Updated mozilla-central code coverage

2015-05-26 Thread Joshua Cranmer 🐧
On 5/26/2015 8:54 PM, Shih-Chiang Chien wrote: Hi Joshua, Great job for working on this! However I found that the coverage doesn't include those ran on child process (e.g. ContentChild). It would be wonderful if we can add the support on it. The coverage files are emitted by a process when it

Re: Updated mozilla-central code coverage

2015-05-26 Thread Shih-Chiang Chien
Hi Joshua, Great job for working on this! However I found that the coverage doesn't include those ran on child process (e.g. ContentChild). It would be wonderful if we can add the support on it. Best Regards, Shih-Chiang Chien Mozilla Taiwan On Wed, May 27, 2015 at 6:28 AM, Mike Hommey wrote:

Re: Updated mozilla-central code coverage

2015-05-26 Thread Mike Hommey
On Tue, May 26, 2015 at 03:48:06PM -0500, Joshua Cranmer ? wrote: > On 5/26/2015 3:21 PM, kgu...@mozilla.com wrote: > >Does this coverage info also include gtests? From a quick glance it looks > >like not. > > The code coverage includes all tests run on Linux opt or Linux-64 opt > excluding those

Re: Updated mozilla-central code coverage

2015-05-26 Thread Joshua Cranmer 🐧
On 5/26/2015 3:21 PM, kgu...@mozilla.com wrote: Does this coverage info also include gtests? From a quick glance it looks like not. The code coverage includes all tests run on Linux opt or Linux-64 opt excluding those run under check, marionette, web-platform tests, or luciddream. If gtests

Re: Updated mozilla-central code coverage

2015-05-26 Thread kgupta
Does this coverage info also include gtests? From a quick glance it looks like not. On Tuesday, May 26, 2015 at 2:59:16 PM UTC-4, Joshua Cranmer 🐧 wrote: > I've posted updated code coverage information for mozilla-central to > . This data is accurate as