Re: [dev-servo] Alternate way to handle block formatting contexts

2014-04-19 Thread Boris Zbarsky
On 4/19/14, 2:38 PM, Patrick Walton wrote: Any thoughts? I agree that the speculation described will typically succeed. The only worry I have is that the idea of doing stuff for an element then redoing it again if we discover it wasn't right sets off my "can this lead to O(2^depth) behavior?

[dev-servo] Alternate way to handle block formatting contexts

2014-04-19 Thread Patrick Walton
Hi everyone, I had an idea for how to handle block formatting contexts impacted by floats in a way that doesn't sacrifice parallelism, with some speculation. I'd like to get feedback on people's intuitions as to (a) whether this is likely to pay off; (b) whether this works :) Recall that blo

Re: [dev-servo] Web-platform-tests status

2014-04-19 Thread James Graham
On 19/04/14 16:24, Jack Moffitt wrote: Thanks to the work of (in particular) jgraham and Manishearth, we can now run web-platform-tests (the parts starting with /dom) in Servo with the `make check-wpt` target. Great work everyone! This will be a great source of good bugs for new contributors I

Re: [dev-servo] Web-platform-tests status

2014-04-19 Thread James Graham
On 19/04/14 15:32, Manish Goregaokar wrote: * we don't have an easy way to run single tests run.py (in src/test/wpt) has an --include option. Be sure to source the virtualenv in the build dir before running run.py FWIW if we had mach we could use the mach script which would automatically s

Re: [dev-servo] Web-platform-tests status

2014-04-19 Thread Jack Moffitt
> Thanks to the work of (in particular) jgraham and Manishearth, we can now > run web-platform-tests (the parts starting with /dom) in Servo with the > `make check-wpt` target. Great work everyone! This will be a great source of good bugs for new contributors I think and a great way to evaluate ou

Re: [dev-servo] Web-platform-tests status

2014-04-19 Thread Manish Goregaokar
> * we don't have an easy way to run single tests run.py (in src/test/wpt) has an --include option. Be sure to source the virtualenv in the build dir before running run.py > * Servo times out on a lot of tests, causing the run to take 11 minutes here We probably should exclude some of the t

[dev-servo] Web-platform-tests status

2014-04-19 Thread Ms2ger
Hi all, Thanks to the work of (in particular) jgraham and Manishearth, we can now run web-platform-tests (the parts starting with /dom) in Servo with the `make check-wpt` target. The results for a run yesterday are at [1] (generated with [2]); I've already started filing issues for some failu