Re: [dev-servo] Draft blog post about memory measurement

2015-06-02 Thread Azita Rashed
Yes, this page is old and needs to be updated. We’re looking into it and trying to get it updated. Thanks Azita > On Jun 2, 2015, at 2:36 PM, Kyle Huey wrote: > > Someone should update https://www.mozilla.org/en-US/research/projects/#servo >

Re: [dev-servo] Draft blog post about memory measurement

2015-06-02 Thread Kyle Huey
Someone should update https://www.mozilla.org/en-US/research/projects/#servo then. - Kyle On Mon, Jun 1, 2015 at 4:07 PM, Azita Rashed wrote: > Hi Nick, > This is very nice. One small note in the beginning of your post, you > called Servo an experimental browser engine. We should take out the

[dev-servo] Reftest analyzer [was: Re: PRs are now gated on csstests on linux]

2015-06-02 Thread James Graham
On 02/06/15 18:59, James Graham wrote: If you need to update expectation data in order to get a PR landed the best approach is to use the raw log files from buildbot as input for the |mach css-update| command. These are visible on the waterfall page [1] as wpt_raw.log links, but note that you ne

Re: [dev-servo] PRs are now gated on csstests on linux

2015-06-02 Thread Lars Bergstrom
On Jun 3, 2015, at 3:11 AM, James Graham wrote: > > On 02/06/15 18:59, Jack Moffitt wrote: >>> The mac3 builder will continue to run css tests and will now become red >>> when the build fails. This will not block PRs though. >> >> Are they unreliable there? What is the reason for this difference

[dev-servo] Try server [was: Re: PRs are now gated on csstests on linux]

2015-06-02 Thread James Graham
On 02/06/15 19:04, Manish Goregaokar wrote: As far as tryserver goes it should be easy to patch homu to accept a wider list of "try-enabled" users, which we can hand out liberally like Firefox does. First we should get around to fixing the try feature though :) Right, but the essential missing

Re: [dev-servo] PRs are now gated on csstests on linux

2015-06-02 Thread James Graham
On 02/06/15 18:59, Jack Moffitt wrote: The mac3 builder will continue to run css tests and will now become red when the build fails. This will not block PRs though. Are they unreliable there? What is the reason for this difference? My new theory is that the problem on OSX is that the tests ar

Re: [dev-servo] PRs are now gated on csstests on linux

2015-06-02 Thread Manish Goregaokar
As far as tryserver goes it should be easy to patch homu to accept a wider list of "try-enabled" users, which we can hand out liberally like Firefox does. First we should get around to fixing the try feature though :) -Manish Goregaokar On Tue, Jun 2, 2015 at 11:29 PM, James Graham wrote: > On

Re: [dev-servo] PRs are now gated on csstests on linux

2015-06-02 Thread Jack Moffitt
> The mac3 builder will continue to run css tests and will now become red > when the build fails. This will not block PRs though. Are they unreliable there? What is the reason for this difference? jack. ___ dev-servo mailing list dev-servo@lists.mozilla

Re: [dev-servo] PRs are now gated on csstests on linux

2015-06-02 Thread James Graham
On 02/06/15 18:46, Manish Goregaokar wrote: Thanks to some great work by jgraham we've gated builds by the css tests (linux3). The mac3 builder will continue to run css tests and will now become red when the build fails. This will not block PRs though.

[dev-servo] PRs are now gated on csstests on linux

2015-06-02 Thread Manish Goregaokar
Thanks to some great work by jgraham we've gated builds by the css tests (linux3). The mac3 builder will continue to run css tests and will now become red when the build fails. This will not block PRs though. If you come across any intermittents let jgrah