Bug 42212 - Synchronize webgl-test.js from Khronos repository
Summary: Synchronize webgl-test.js from Khronos repository
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Kenneth Russell
URL:
Keywords:
Depends on:
Blocks: 42185
  Show dependency treegraph
 
Reported: 2010-07-13 16:39 PDT by Kenneth Russell
Modified: 2010-07-14 11:18 PDT (History)
5 users (show)

See Also:


Attachments
Patch (77.66 KB, patch)
2010-07-13 16:51 PDT, Kenneth Russell
fishd: review+
kbr: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Russell 2010-07-13 16:39:34 PDT
In the Khronos WebGL conformance tests, utils3d.js was folded into webgl-test.js, and some changes were made to the functions in webgl-test.js. As part of the synchronization of the test suites between these repositories, this helper library needs to be synchronized with the Khronos version, and references to utils3d.js need to be removed.
Comment 1 Kenneth Russell 2010-07-13 16:51:55 PDT
Created attachment 61434 [details]
Patch

From the ChangeLog:

Incorporated latest webgl-test.js from Khronos repository. Deleted utils3d.js and removed references to it from tests. Updated those tests which were using the create3DDebugContext helper function, which has been removed. Rebaselined five tests.
Comment 2 Darin Fisher (:fishd, Google) 2010-07-13 16:55:04 PDT
Comment on attachment 61434 [details]
Patch

LayoutTests/fast/canvas/webgl/resources/webgl-test.js:9
 +       } else {
indentation is off by 1


R=me
Comment 3 Kenneth Russell 2010-07-14 11:18:47 PDT
Committed r63333: <http://trac.webkit.org/changeset/63333>