<?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>223372</bug_id>
          
          <creation_ts>2021-03-17 01:56:27 -0700</creation_ts>
          <short_desc>webgl/1.0.4/conformance/extensions/oes-vertex-array-object.html  fails on iOS-simulator</short_desc>
          <delta_ts>2021-03-17 02:04:44 -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>iPhone / iPad</rep_platform>
          <op_sys>iOS 14</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>96828</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></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>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1740605</commentid>
    <comment_count>0</comment_count>
    <who name="Kimmo Kinnunen">kkinnunen</who>
    <bug_when>2021-03-17 01:56:27 -0700</bug_when>
    <thetext>webgl/1.0.4/conformance/extensions/oes-vertex-array-object.html  fails on iOS-simulator

--- /Users/kkinnunen/Build/Release-iphonesimulator/layout-test-results/webgl/1.0.4/conformance/extensions/oes-vertex-array-object-expected.txt
+++ /Users/kkinnunen/Build/Release-iphonesimulator/layout-test-results/webgl/1.0.4/conformance/extensions/oes-vertex-array-object-actual.txt
@@ -1,4 +1,76 @@
 This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
 
 Test: ../../../resources/webgl_test_files/conformance/extensions/oes-vertex-array-object.html
-[ PASS ] All tests passed
+
+[ 1: PASS ] WebGL context exists
+[ 2: PASS ] getError was expected value: INVALID_ENUM : VERTEX_ARRAY_BINDING_OES should not be queryable if extension is disabled
+[ 3: PASS ] Successfully enabled OES_vertex_array_object extension
+[ 4: PASS ] OES_vertex_array_object listed as supported and getExtension succeeded
+[ 5: PASS ] ext.VERTEX_ARRAY_BINDING_OES is 0x85B5
+[ 6: PASS ] getError was expected value: NO_ERROR : VERTEX_ARRAY_BINDING_OES query should succeed if extension is enabled
+[ 7: PASS ] Default value of VERTEX_ARRAY_BINDING_OES is null
+[ 8: PASS ] gl.getParameter(ext.VERTEX_ARRAY_BINDING_OES) is null
+[ 9: PASS ] gl.getParameter(ext.VERTEX_ARRAY_BINDING_OES) is expected VAO
+[ 10: PASS ] gl.getParameter(ext.VERTEX_ARRAY_BINDING_OES) is expected VAO
+[ 11: PASS ] gl.getParameter(ext.VERTEX_ARRAY_BINDING_OES) is null
+[ 12: PASS ] getError was expected value: INVALID_OPERATION : binding a deleted vertex array object
+[ 13: PASS ] gl.getParameter(ext.VERTEX_ARRAY_BINDING_OES) is null
+[ 14: PASS ] getError was expected value: NO_ERROR : createVertexArrayOES should not set an error
+[ 15: PASS ] vao is non-null.
+[ 16: PASS ] ext.isVertexArrayOES(vao) is false
+[ 17: PASS ] ext.isVertexArrayOES(vao) is true
+[ 18: PASS ] ext.isVertexArrayOES(vao) is true
+[ 19: PASS ] ext.isVertexArrayOES(null) is false
+[ 20: PASS ] All attributes preserved across bindings
+[ 21: PASS ] Vertex attribute values are not attached to bindings
+[ 22: PASS ] Drawing with the default VAO should pass
+[ 23: PASS ] Drawing with the default VAO should pass
+[ 24: PASS ] Drawing with the default VAO should pass
+[ 25: PASS ] Drawing with the default VAO should pass
+[ 26: PASS ] Drawing with the default VAO should pass
+[ 27: PASS ] Drawing with the default VAO should pass
+[ 28: PASS ] Drawing with VAO #0 should pass
+[ 29: PASS ] Drawing with VAO #0 should pass
+[ 30: PASS ] Drawing with VAO #0 should pass
+[ 31: PASS ] Drawing with VAO #0 should pass
+[ 32: PASS ] Drawing with VAO #0 should pass
+[ 33: PASS ] Drawing with VAO #0 should pass
+[ 34: PASS ] Drawing with VAO #1 should pass
+[ 35: PASS ] Drawing with VAO #1 should pass
+[ 36: PASS ] Drawing with VAO #1 should pass
+[ 37: PASS ] Drawing with VAO #1 should pass
+[ 38: PASS ] Drawing with VAO #1 should pass
+[ 39: PASS ] Drawing with VAO #1 should pass
+[ 40: PASS ] Drawing with VAO that has the color array disabled should pass
+[ 41: PASS ] Drawing with VAO that has the color array disabled should pass
+[ 42: PASS ] Drawing with VAO that has the color array disabled should pass
+[ 43: PASS ] Drawing with VAO that has the color array disabled should pass
+[ 44: PASS ] Drawing with VAO that has the color array disabled should pass
+[ 45: PASS ] Drawing with VAO that has the color array disabled should pass
+[ 46: PASS ] Drawing after deleting another VAO should pass
+[ 47: PASS ] Drawing after deleting another VAO should pass
+[ 48: PASS ] Drawing after deleting another VAO should pass
+[ 49: PASS ] Drawing after deleting another VAO should pass
+[ 50: PASS ] Drawing after deleting another VAO should pass
+[ 51: PASS ] Drawing after deleting another VAO should pass
+[ 52: PASS ] Drawing after deleting the VAO that was bound should pass
+[ 53: PASS ] Drawing after deleting the VAO that was bound should pass
+[ 54: PASS ] Drawing after deleting the VAO that was bound should pass
+[ 55: PASS ] Drawing after deleting the VAO that was bound should pass
+[ 56: PASS ] Drawing after deleting the VAO that was bound should pass
+[ 57: PASS ] Drawing after deleting the VAO that was bound should pass
+[ 58: PASS ] should be green
+[ 59: PASS ] should be green
+[ 60: PASS ] should be 255,0,0,255
+[ 61: PASS ] should be 0,255,0,255
+[ 62: PASS ] should be 0,0,255,255
+[ 63: PASS ] should be 0,255,255,255
+[ 64: FAIL ] getError expected: INVALID_OPERATION. Was NO_ERROR : Draw call should fail.
+[ 65: PASS ] getError was expected value: NO_ERROR : Draw call should not fail.
+[ 66: PASS ] getError was expected value: NO_ERROR : Draw call should not fail.
+[ 67: PASS ] getError was expected value: NO_ERROR : Draw call should not fail.
+[ 68: PASS ] should be red
+[ 69: PASS ] should be green
+[ 70: PASS ] getError was expected value: NO_ERROR : there should be no errors
+[ 71: PASS ] successfullyParsed is true
+[ FAIL ] 1 failures reported</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1740611</commentid>
    <comment_count>1</comment_count>
    <who name="Kimmo Kinnunen">kkinnunen</who>
    <bug_when>2021-03-17 02:04:44 -0700</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 96828 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>