[webkit-dev] Upstreaming Tests from WebKit to Web Platform Tests

2017-02-05 Thread Ryosuke Niwa
Hi all, *Background* Web Platform Tests is a suite of tests written for W3C specifications =, and Blink, Edge, Gecko, and WebKit all run them as a part of their continuous build system. Historically, each working group had their own repository for

Re: [webkit-dev] Upstreaming Tests from WebKit to Web Platform Tests

2017-02-05 Thread Chris Dumez
I also think we should do 2-way sync-ing of WPT tests, similarly to other browser engines. These tests are extremely useful for interoperability. Every major browser engine is involved. Google also has a nice dashboard showing the pass rates for each WPT test in each major browser. It makes it

Re: [webkit-dev] Upstreaming Tests from WebKit to Web Platform Tests

2017-02-05 Thread youenn fablet
I too am a big proponent of us moving more and more towards WPT. As part of the streams and fetch API implementation, most of the related functional tests have been made as WPT. The benefits of having tests being improved and updated largely outweighs the testharness.js initial cost. Somehow,

Re: [webkit-dev] Upstreaming Tests from WebKit to Web Platform Tests

2017-02-05 Thread Philip Jägenstedt
FWIW, in Blink we stopped rewriting the testharness.js paths before switching to wptserve, by instead rewriting those URLs only when running LayoutTests: