<?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>237559</bug_id>
          
          <creation_ts>2022-03-07 14:50:59 -0800</creation_ts>
          <short_desc>[ iOS Debug ] fast/canvas/webgl/index-validation-with-resized-buffer.html is a flaky failure</short_desc>
          <delta_ts>2022-03-11 11:03:25 -0800</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>WebKit Nightly Build</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>
          <dependson>237372</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Dawn Morningstar">Morningstar</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
    
    <cc>dino</cc>
    
    <cc>kbr</cc>
    
    <cc>kkinnunen</cc>
    
    <cc>webkit-bot-watchers-bugzilla</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1848981</commentid>
    <comment_count>0</comment_count>
    <who name="Dawn Morningstar">Morningstar</who>
    <bug_when>2022-03-07 14:50:59 -0800</bug_when>
    <thetext>fast/canvas/webgl/index-validation-with-resized-buffer.html
Is a flaky failure on iOS Debug queues.

Failure appears to originate around r289703 but further investigation is needed to identify regression point.

HISTORY:
https://results.webkit.org/?suite=layout-tests&amp;test=fast%2Fcanvas%2Fwebgl%2Findex-validation-with-resized-buffer.html&amp;platform=ios

DIFF:
--- /Volumes/Data/worker/ios-simulator-15-debug-tests-wk2/build/layout-test-results/fast/canvas/webgl/index-validation-with-resized-buffer-expected.txt
+++ /Volumes/Data/worker/ios-simulator-15-debug-tests-wk2/build/layout-test-results/fast/canvas/webgl/index-validation-with-resized-buffer-actual.txt
@@ -1,16 +1,16 @@
+CONSOLE MESSAGE: WebGL: INVALID_VALUE: shaderSource: attempt to use a deleted program or shader
+CONSOLE MESSAGE: WebGL: INVALID_VALUE: compileShader: attempt to use a deleted program or shader
+CONSOLE MESSAGE: WebGL: INVALID_VALUE: getShaderParameter: attempt to use a deleted program or shader
+CONSOLE MESSAGE: WebGL: INVALID_VALUE: getShaderInfoLog: attempt to use a deleted program or shader
+CONSOLE MESSAGE: *** Error compiling shader &apos;[object WebGLShader]&apos;:null
+CONSOLE MESSAGE: TypeError: null is not an object (evaluating &apos;gl.NO_ERROR&apos;)
 Test that updating the size of a vertex buffer is properly noticed by the WebGL implementation.
 
 On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
 
-PASS getError was expected value: NO_ERROR : after initialization
-PASS getError was expected value: NO_ERROR : after vertex setup
-PASS getError was expected value: NO_ERROR : after texture coord setup
-PASS getError was expected value: NO_ERROR : after vertex redefinition
-PASS getError was expected value: NO_ERROR : after texture coordinate / color redefinition
-PASS getError was expected value: NO_ERROR : after setting up indices
-PASS getError was expected value: NO_ERROR : after drawing
-
-PASS successfullyParsed is true
+*** Error compiling shader &apos;[object WebGLShader]&apos;:null
+FAIL successfullyParsed should be true. Was false.
+Some tests failed.
 
 TEST COMPLETE
 
DIFF-URL:
https://build.webkit.org/results/Apple-iOS-15-Simulator-Debug-WK2-Tests/r290888%20(1860)/fast/canvas/webgl/index-validation-with-resized-buffer-diff.txt</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1848982</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2022-03-07 14:51:26 -0800</bug_when>
    <thetext>&lt;rdar://problem/89931080&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1849856</commentid>
    <comment_count>2</comment_count>
    <who name="Kenneth Russell">kbr</who>
    <bug_when>2022-03-09 14:55:28 -0800</bug_when>
    <thetext>Could these failures stem from the GPU process crashing unexpectedly?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1849878</commentid>
    <comment_count>3</comment_count>
    <who name="Dawn Morningstar">Morningstar</who>
    <bug_when>2022-03-09 15:31:35 -0800</bug_when>
    <thetext>(In reply to Kenneth Russell from comment #2)
&gt; Could these failures stem from the GPU process crashing unexpectedly?

They look as if they could&apos;ve been tangentially related to https://bugs.webkit.org/show_bug.cgi?id=237372 as after that fix, these appear to no longer be failing.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1849897</commentid>
    <comment_count>4</comment_count>
    <who name="Kenneth Russell">kbr</who>
    <bug_when>2022-03-09 15:51:54 -0800</bug_when>
    <thetext>Thanks for the info - interesting, but good that these are probably not real failures.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1850572</commentid>
    <comment_count>5</comment_count>
    <who name="Dawn Morningstar">Morningstar</who>
    <bug_when>2022-03-11 11:03:25 -0800</bug_when>
    <thetext>Failure appears resolved as of 3/7/22</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>