Re: [webkit-dev] WPT tests and runtime-enabled features

2017-06-07 Thread Philip Jägenstedt
FWIW, in Chromium, if we had an off-by-default feature that we wanted to test using wpt, we would probably use the https://cs.chromium.org/chromium/src/third_party/WebKit/LayoutTests/VirtualTestSuites mechanism. On Sat, Jun 3, 2017 at 1:03 AM, youenn fablet wrote: > Hi Ali, >

Re: [webkit-dev] WPT tests and runtime-enabled features

2017-06-02 Thread youenn fablet
Hi Ali, Yes this is something we should have a solution for. Right now, we have two ways: - Enabling the runtime-enabled flag only in DumpRenderTree/WebKitTestRunner - Updating WebKit testharnessreport.js to call internal APIs for some/all WPT tests Ideally, we should be able to set additional

[webkit-dev] WPT tests and runtime-enabled features

2017-06-02 Thread Ali Juma
Hi all, While a feature is in development behind a runtime-enabled flag, is there a way to write tests in web-platform-tests that enable the feature when they're run as part of LayoutTests? Adding "" tags would technically work but seems a bit questionable. The point of this would be to be able