Bug 164707 - Support WPT templated tests
Summary: Support WPT templated tests
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-13 19:10 PST by youenn fablet
Modified: 2016-11-14 07:49 PST (History)
7 users (show)

See Also:


Attachments
Patch (25.09 KB, patch)
2016-11-13 19:12 PST, youenn fablet
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description youenn fablet 2016-11-13 19:10:10 PST
WPT tests *.any.js an *.worker.js do not have any corresponding html files as they are generated by wpt server directly.
But WebKit test infrastructure does not know about these tests since there is no html file.
We could either teach WebKit test infrastructure about these or check in dummy html files.
Comment 1 youenn fablet 2016-11-13 19:12:38 PST
Created attachment 294685 [details]
Patch
Comment 2 WebKit Commit Bot 2016-11-14 07:49:41 PST
Comment on attachment 294685 [details]
Patch

Clearing flags on attachment: 294685

Committed r208684: <http://trac.webkit.org/changeset/208684>
Comment 3 WebKit Commit Bot 2016-11-14 07:49:45 PST
All reviewed patches have been landed.  Closing bug.