Bug 163912 - Handle context lost in WebGL 2 bufferData() methods
Summary: Handle context lost in WebGL 2 bufferData() methods
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Myles C. Maxfield
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-24 14:36 PDT by Myles C. Maxfield
Modified: 2016-12-08 17:43 PST (History)
9 users (show)

See Also:


Attachments
Patch (4.39 KB, patch)
2016-10-24 14:37 PDT, Myles C. Maxfield
darin: review-
buildbot: commit-queue-
Details | Formatted Diff | Diff
Archive of layout-test-results from ews103 for mac-yosemite (958.38 KB, application/zip)
2016-10-24 15:35 PDT, Build Bot
no flags Details
Archive of layout-test-results from ews116 for mac-yosemite (1.44 MB, application/zip)
2016-10-24 15:45 PDT, Build Bot
no flags Details
Archive of layout-test-results from ews104 for mac-yosemite-wk2 (1.22 MB, application/zip)
2016-10-24 16:08 PDT, Build Bot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Myles C. Maxfield 2016-10-24 14:36:04 PDT
Handle context lost in WebGL 2 bufferData() methods
Comment 1 Myles C. Maxfield 2016-10-24 14:37:35 PDT
Created attachment 292655 [details]
Patch
Comment 2 Build Bot 2016-10-24 15:35:31 PDT
Comment on attachment 292655 [details]
Patch

Attachment 292655 [details] did not pass mac-ews (mac):
Output: http://webkit-queues.webkit.org/results/2360993

New failing tests:
fast/canvas/webgl/context-lost.html
Comment 3 Build Bot 2016-10-24 15:35:37 PDT
Created attachment 292664 [details]
Archive of layout-test-results from ews103 for mac-yosemite

The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: ews103  Port: mac-yosemite  Platform: Mac OS X 10.10.5
Comment 4 Build Bot 2016-10-24 15:45:12 PDT
Comment on attachment 292655 [details]
Patch

Attachment 292655 [details] did not pass mac-debug-ews (mac):
Output: http://webkit-queues.webkit.org/results/2361006

New failing tests:
fast/canvas/webgl/context-lost.html
Comment 5 Build Bot 2016-10-24 15:45:17 PDT
Created attachment 292667 [details]
Archive of layout-test-results from ews116 for mac-yosemite

The attached test failures were seen while running run-webkit-tests on the mac-debug-ews.
Bot: ews116  Port: mac-yosemite  Platform: Mac OS X 10.10.5
Comment 6 Build Bot 2016-10-24 16:08:07 PDT
Comment on attachment 292655 [details]
Patch

Attachment 292655 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.webkit.org/results/2361163

New failing tests:
fast/canvas/webgl/context-lost.html
Comment 7 Build Bot 2016-10-24 16:08:11 PDT
Created attachment 292673 [details]
Archive of layout-test-results from ews104 for mac-yosemite-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews104  Port: mac-yosemite-wk2  Platform: Mac OS X 10.10.5
Comment 8 Darin Adler 2016-10-26 18:28:06 PDT
Comment on attachment 292655 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=292655&action=review

Test failing.

> LayoutTests/fast/canvas/webgl/bufferData-offset-length.html:42
> +    	internals.setWebGL2Enabled(true);

Should not use tabs here at all.