Bug 282031
| Summary: | WebGL CTS context loss tests fail due to vertex array extension not taking context loss into account | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kimmo Kinnunen <kkinnunen> |
| Component: | WebGL | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | djg, kbr, kkinnunen, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=281969 | ||
Kimmo Kinnunen
After CTS update
+[ 45: FAIL ] [with extension lost] createVertexArrayOES() -> non-null
+[ 46: PASS ] [with context lost] isVertexArrayOES(createVertexArrayOES()) -> false
+[ 47: PASS ] newExtension != null is true
+[ 48: PASS ] newExtension.webglTestProperty === undefined is true
+[ 49: PASS ] [with new non-lost extension] createVertexArrayOES() -> non-null
+[ 50: PASS ] [with new non-lost extension, before bindVAO] isVertexArrayOES(createVertexArrayOES()) -> false
+[ 51: PASS ] [with new non-lost extension, after bindVAO] isVertexArrayOES(createVertexArrayOES()) -> true
+[ 52: FAIL ] [with old lost extension] createVertexArrayOES() -> non-null
bug 281969
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/138542123>