Bug 110525 - Add script to generate LayoutTests from WebGL Conformance Tests
Summary: Add script to generate LayoutTests from WebGL Conformance Tests
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gregg Tavares
URL:
Keywords:
Depends on:
Blocks: 94643
  Show dependency treegraph
 
Reported: 2013-02-21 16:05 PST by Gregg Tavares
Modified: 2013-10-17 23:40 PDT (History)
5 users (show)

See Also:


Attachments
Patch (11.08 KB, patch)
2013-02-21 16:09 PST, Gregg Tavares
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gregg Tavares 2013-02-21 16:05:58 PST
Add script to generate LayoutTests from WebGL Conformance Tests
Comment 1 Gregg Tavares 2013-02-21 16:09:08 PST
Created attachment 189628 [details]
Patch
Comment 2 WebKit Review Bot 2013-02-21 16:18:12 PST
Attachment 189628 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'LayoutTests/ChangeLog', u'LayoutTests/webgl/generate-webgl-tests.py', u'LayoutTests/webgl/resources/webgl-expectation-template.txt', u'LayoutTests/webgl/resources/webgl-wrapper-template.html']" exit_code: 1
LayoutTests/ChangeLog:13:  Line contains tab character.  [whitespace/tab] [5]
Total errors found: 1 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Kenneth Russell 2013-02-21 16:31:44 PST
Comment on attachment 189628 [details]
Patch

I'd very much like this to be committed because it will make it much easier to pull in updates to these conformance tests. r=me with the style error in the ChangeLog fixed.
Comment 4 Kenneth Russell 2013-02-22 13:20:13 PST
I'll fix the ChangeLog and land this.
Comment 5 Kenneth Russell 2013-02-22 13:22:49 PST
Committed r143782: <http://trac.webkit.org/changeset/143782>