NEW282031
WebGL CTS context loss tests fail due to vertex array extension not taking context loss into account
https://bugs.webkit.org/show_bug.cgi?id=282031
Summary WebGL CTS context loss tests fail due to vertex array extension not taking co...
Kimmo Kinnunen
Reported 2024-10-24 00:10:15 PDT
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
Radar WebKit Bug Importer
Comment 1 2024-10-24 00:10:25 PDT
Note You need to log in before you can comment on or make changes to this bug.