Bug 163912

Summary: Handle context lost in WebGL 2 bufferData() methods
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: New BugsAssignee: Myles C. Maxfield <mmaxfield>
Status: NEW ---    
Severity: Normal CC: buildbot, cdumez, commit-queue, dino, esprehn+autocc, graouts, gyuyoung.kim, kondapallykalyan, rniwa
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
darin: review-, buildbot: commit-queue-
Archive of layout-test-results from ews103 for mac-yosemite
none
Archive of layout-test-results from ews116 for mac-yosemite
none
Archive of layout-test-results from ews104 for mac-yosemite-wk2 none

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.