[webkit-dev] LayoutTests results fallback graph

2011-07-10 Thread Adam Barth
Hi webkit-dev, In trying to understand how our LayoutTest results system works, I've created a digram of the fallback graph among the various platform-specific directories: https://docs.google.com/drawings/d/1z65SKkWrD4Slm6jobIphHwwRADyUtjOAxwGBVKBY8Kc/edit?hl=en_US Unfortunately, the fallback

Re: [webkit-dev] LayoutTests results fallback graph

2011-07-10 Thread James Robinson
On Jul 10, 2011 10:53 AM, Adam Barth aba...@webkit.org wrote: Hi webkit-dev, In trying to understand how our LayoutTest results system works, I've created a digram of the fallback graph among the various platform-specific directories:

Re: [webkit-dev] LayoutTests results fallback graph

2011-07-10 Thread Adam Barth
On Sun, Jul 10, 2011 at 12:01 PM, James Robinson jam...@google.com wrote: On Jul 10, 2011 10:53 AM, Adam Barth aba...@webkit.org wrote: Hi webkit-dev, In trying to understand how our LayoutTest results system works, I've created a digram of the fallback graph among the various

Re: [webkit-dev] LayoutTests results fallback graph

2011-07-10 Thread Adam Barth
On Sun, Jul 10, 2011 at 12:11 PM, Adam Barth aba...@webkit.org wrote: On Sun, Jul 10, 2011 at 12:01 PM, James Robinson jam...@google.com wrote: On Jul 10, 2011 10:53 AM, Adam Barth aba...@webkit.org wrote: Hi webkit-dev, In trying to understand how our LayoutTest results system works, I've

Re: [webkit-dev] LayoutTests results fallback graph

2011-07-10 Thread Adam Barth
On Sun, Jul 10, 2011 at 12:38 PM, Mark Rowe mr...@apple.com wrote: On 2011-07-10, at 10:52, Adam Barth wrote: Hi webkit-dev, In trying to understand how our LayoutTest results system works, I've created a digram of the fallback graph among the various platform-specific directories:

Re: [webkit-dev] LayoutTests results fallback graph

2011-07-10 Thread Mark Rowe
On 2011-07-10, at 12:46, Adam Barth wrote: On Sun, Jul 10, 2011 at 12:38 PM, Mark Rowe mr...@apple.com wrote: On 2011-07-10, at 10:52, Adam Barth wrote: Hi webkit-dev, In trying to understand how our LayoutTest results system works, I've created a digram of the fallback graph among the

Re: [webkit-dev] LayoutTests results fallback graph

2011-07-10 Thread Adam Barth
On Sun, Jul 10, 2011 at 1:07 PM, Mark Rowe mr...@apple.com wrote: On 2011-07-10, at 12:46, Adam Barth wrote: On Sun, Jul 10, 2011 at 12:38 PM, Mark Rowe mr...@apple.com wrote: On 2011-07-10, at 10:52, Adam Barth wrote: Hi webkit-dev, In trying to understand how our LayoutTest results system

Re: [webkit-dev] LayoutTests results fallback graph

2011-07-10 Thread Mark Rowe
On 2011-07-10, at 13:20, Adam Barth wrote: Sure. I'll highlight the relevant section of my original email: On Sun, Jul 10, 2011 at 10:52 AM, Adam Barth aba...@webkit.org wrote: These changes have the following virtues: A) The resulting fallback graph will be a tree, making the fallback

Re: [webkit-dev] LayoutTests results fallback graph

2011-07-10 Thread Adam Barth
On Sun, Jul 10, 2011 at 1:26 PM, Mark Rowe mr...@apple.com wrote: On 2011-07-10, at 13:20, Adam Barth wrote: Sure.  I'll highlight the relevant section of my original email: On Sun, Jul 10, 2011 at 10:52 AM, Adam Barth aba...@webkit.org wrote: These changes have the following virtues: A)

Re: [webkit-dev] LayoutTests results fallback graph

2011-07-10 Thread Mark Rowe
On Jul 10, 2011, at 13:57, Adam Barth aba...@webkit.org wrote: On Sun, Jul 10, 2011 at 1:26 PM, Mark Rowe mr...@apple.com wrote: On 2011-07-10, at 13:20, Adam Barth wrote: Sure. I'll highlight the relevant section of my original email: On Sun, Jul 10, 2011 at 10:52 AM, Adam Barth

Re: [webkit-dev] LayoutTests results fallback graph

2011-07-10 Thread Adam Barth
On Sun, Jul 10, 2011 at 2:06 PM, Mark Rowe mr...@apple.com wrote: On Jul 10, 2011, at 13:57, Adam Barth aba...@webkit.org wrote: On Sun, Jul 10, 2011 at 1:26 PM, Mark Rowe mr...@apple.com wrote: On 2011-07-10, at 13:20, Adam Barth wrote: Sure.  I'll highlight the relevant section of my

Re: [webkit-dev] LayoutTests results fallback graph

2011-07-10 Thread Mark Rowe
We seem to be talking past one another. Why are there two edges originating at win, but not mac-leopard? Sent from my iPhone On Jul 10, 2011, at 15:23, Adam Barth aba...@webkit.org wrote: On Sun, Jul 10, 2011 at 2:50 PM, Mark Rowe mr...@apple.com wrote: On Jul 10, 2011, at 14:27, Adam Barth

Re: [webkit-dev] LayoutTests results fallback graph

2011-07-10 Thread Adam Barth
Because the LayoutTest fallback graph is a mess, hence this email thread. :) More proximately, because when the chromium-mac-leopard (for example) fallback path flows through mac-leopard, it flows to mac-snowleopard alongside the fallback path that originates with mac-leopard. Now, in the case

Re: [webkit-dev] LayoutTests results fallback graph

2011-07-10 Thread Mark Rowe
Ok, the fact that chromium-win's fallback behaviour uses win results but doesn't match win's fallback behaviour is what I was missing. Couldn't we also address that by changing the behaviour of chromium-win? - Mark Sent from my iPhone On Jul 10, 2011, at 15:55, Adam Barth aba...@webkit.org

Re: [webkit-dev] LayoutTests results fallback graph

2011-07-10 Thread Adam Barth
Yes. As I said before: On Sun, Jul 10, 2011 at 3:23 PM, Adam Barth aba...@webkit.org wrote: Being a tree is a global property, not a local property.  There are two edges emanating from win.  In order for the graph to be a tree one of them must be removed.  Neither one, in isolation, makes the

Re: [webkit-dev] LayoutTests results fallback graph

2011-07-10 Thread Mark Rowe
On 2011-07-10, at 18:21, Adam Barth wrote: On Sun, Jul 10, 2011 at 6:20 PM, Mark Rowe mr...@apple.com wrote: On 2011-07-10, at 17:54, Adam Barth wrote: Yes. As I said before: On Sun, Jul 10, 2011 at 3:23 PM, Adam Barth aba...@webkit.org wrote: Being a tree is a global property, not a