<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>223337</bug_id>
          
          <creation_ts>2021-03-17 00:23:30 -0700</creation_ts>
          <short_desc>webgl/2.0.1/conformance/misc/expando-loss.html fails</short_desc>
          <delta_ts>2022-07-21 11:41:37 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebGL</component>
          <version>Other</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>222812</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Kimmo Kinnunen">kkinnunen</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>dino</cc>
    
    <cc>kbr</cc>
    
    <cc>kkinnunen</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1740431</commentid>
    <comment_count>0</comment_count>
    <who name="Kimmo Kinnunen">kkinnunen</who>
    <bug_when>2021-03-17 00:23:30 -0700</bug_when>
    <thetext>webgl/2.0.1/conformance/misc/expando-loss.html fails</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1740512</commentid>
    <comment_count>1</comment_count>
    <who name="Kimmo Kinnunen">kkinnunen</who>
    <bug_when>2021-03-17 01:10:11 -0700</bug_when>
    <thetext>https://www.khronos.org/registry/webgl/sdk/tests/conformance/misc/expando-loss.html?webglVersion=2&amp;quiet=0&amp;quick=1

This test verifies that WebGL object expandos are preserved across garbage collections.

On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.

Basic Bindings
PASS getParameter(TEXTURE_BINDING_2D) returns instance that was bound.
PASS getParameter(TEXTURE_BINDING_2D): Expect basic expando to survive despite GC.
PASS getParameter(TEXTURE_BINDING_2D): Expect subobject expando to survive despite GC.
PASS getParameter(FRAMEBUFFER_BINDING) returns instance that was bound.
PASS getParameter(FRAMEBUFFER_BINDING): Expect basic expando to survive despite GC.
PASS getParameter(FRAMEBUFFER_BINDING): Expect subobject expando to survive despite GC.
PASS getParameter(RENDERBUFFER_BINDING) returns instance that was bound.
PASS getParameter(RENDERBUFFER_BINDING): Expect basic expando to survive despite GC.
PASS getParameter(RENDERBUFFER_BINDING): Expect subobject expando to survive despite GC.
PASS getParameter(ELEMENT_ARRAY_BUFFER_BINDING) returns instance that was bound.
PASS getParameter(ELEMENT_ARRAY_BUFFER_BINDING): Expect basic expando to survive despite GC.
PASS getParameter(ELEMENT_ARRAY_BUFFER_BINDING): Expect subobject expando to survive despite GC.
PASS getParameter(ARRAY_BUFFER_BINDING) returns instance that was bound.
PASS getParameter(ARRAY_BUFFER_BINDING): Expect basic expando to survive despite GC.
PASS getParameter(ARRAY_BUFFER_BINDING): Expect subobject expando to survive despite GC.
PASS getParameter(TEXTURE_BINDING_CUBE_MAP) returns instance that was bound.
PASS getParameter(TEXTURE_BINDING_CUBE_MAP): Expect basic expando to survive despite GC.
PASS getParameter(TEXTURE_BINDING_CUBE_MAP): Expect subobject expando to survive despite GC.

Programs and Shaders
PASS getParameter(gl.CURRENT_PROGRAM) return instance set with useProgram
PASS Vertex shader instance found in getAttachedShaders
PASS Fragment shader instance found in getAttachedShaders
PASS Current program: Expect basic expando to survive despite GC.
PASS Current program: Expect subobject expando to survive despite GC.
PASS [object WebGLProgram] is an instance of WebGLProgram
PASS Shader[0]: Expect basic expando to survive despite GC.
PASS Shader[0]: Expect subobject expando to survive despite GC.
PASS [object WebGLShader] is an instance of WebGLShader
PASS Shader[1]: Expect basic expando to survive despite GC.
PASS Shader[1]: Expect subobject expando to survive despite GC.
PASS [object WebGLShader] is an instance of WebGLShader

Vertex Attribute Buffers
PASS getVertexAttrib(VERTEX_ATTRIB_ARRAY_BUFFER_BINDING) return instance set with vertexAttribPointer
PASS Vertex Attribute Buffer: Expect basic expando to survive despite GC.
PASS Vertex Attribute Buffer: Expect subobject expando to survive despite GC.
PASS [object WebGLBuffer] is an instance of WebGLBuffer

FrameBuffer Attachments
PASS getFramebufferAttachmentParameter(COLOR_ATTACHMENT0) returns instance set with framebufferRenderbuffer
PASS getFramebufferAttachmentParameter(DEPTH_ATTACHMENT) returns instance set with framebufferRenderbuffer
PASS getFramebufferAttachmentParameter(STENCIL_ATTACHMENT) returns instance set with framebufferRenderbuffer
FAIL getFramebufferAttachmentParameter(DEPTH_STENCIL_ATTACHMENT) returns instance set with framebufferRenderbuffer
PASS COLOR_ATTACHMENT0: Expect basic expando to survive despite GC.
PASS COLOR_ATTACHMENT0: Expect subobject expando to survive despite GC.
PASS [object WebGLRenderbuffer] is an instance of WebGLRenderbuffer
PASS DEPTH_ATTACHMENT: Expect basic expando to survive despite GC.
PASS DEPTH_ATTACHMENT: Expect subobject expando to survive despite GC.
PASS [object WebGLRenderbuffer] is an instance of WebGLRenderbuffer
PASS STENCIL_ATTACHMENT: Expect basic expando to survive despite GC.
PASS STENCIL_ATTACHMENT: Expect subobject expando to survive despite GC.
PASS [object WebGLRenderbuffer] is an instance of WebGLRenderbuffer
FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined).

TEST COMPLETE</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1740578</commentid>
    <comment_count>2</comment_count>
    <who name="Kimmo Kinnunen">kkinnunen</who>
    <bug_when>2021-03-17 01:45:44 -0700</bug_when>
    <thetext>At least macOS 11.3, iMacPro1,1, Radeon Pro Vega 56</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1743183</commentid>
    <comment_count>3</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2021-03-24 00:24:13 -0700</bug_when>
    <thetext>&lt;rdar://problem/75773979&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1885731</commentid>
    <comment_count>4</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2022-07-21 11:41:34 -0700</bug_when>
    <thetext>Committed 252695@main (70f7b05838c5): &lt;https://commits.webkit.org/252695@main&gt;

Reviewed commits have been landed. Closing PR #2038 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>