<?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>223259</bug_id>
          
          <creation_ts>2021-03-16 10:12:54 -0700</creation_ts>
          <short_desc>[ macOS ARM64 ] webgl/2.0.0/conformance2/textures/misc/tex-mipmap-levels.html is constantly text failing</short_desc>
          <delta_ts>2021-03-17 11:21:10 -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>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></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="Robert Jenner">jenner</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <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>1739998</commentid>
    <comment_count>0</comment_count>
    <who name="Robert Jenner">jenner</who>
    <bug_when>2021-03-16 10:12:54 -0700</bug_when>
    <thetext>webgl/2.0.0/conformance2/textures/misc/tex-mipmap-levels.html

is a constant text failure in macOS release and debug for wk1 and wk2 on Apple Silicon only.

HISTORY URL:
https://results.webkit.org/?suite=layout-tests&amp;test=webgl%2F2.0.0%2Fconformance2%2Ftextures%2Fmisc%2Ftex-mipmap-levels.html&amp;architecture=arm64

TEXT DIFF:
--- /Volumes/Data/worker/bigsur-release-applesilicon-tests-wk2/build/layout-test-results/webgl/2.0.0/conformance2/textures/misc/tex-mipmap-levels-expected.txt
+++ /Volumes/Data/worker/bigsur-release-applesilicon-tests-wk2/build/layout-test-results/webgl/2.0.0/conformance2/textures/misc/tex-mipmap-levels-actual.txt
@@ -1,4 +1,46 @@
 This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
 
 Test: ../../../resources/webgl_test_files/conformance2/textures/misc/tex-mipmap-levels.html
-[ PASS ] All tests passed
+
+[ 1: PASS ] getError was expected value: NO_ERROR : Should be no errors from setup.
+[ 2: PASS ] getError was expected value: NO_ERROR : fillTexture(8x8, level=2) should succeed
+[ 3: PASS ] getError was expected value: NO_ERROR : fillTexture(4x4, level=3) should succeed
+[ 4: PASS ] getError was expected value: NO_ERROR : fillTexture(2x2, level=4) should succeed
+[ 5: PASS ] getError was expected value: NO_ERROR : texParameter(TEXTURE_BASE_LEVEL) should succeed
+[ 6: PASS ] getError was expected value: NO_ERROR : texParameter(TEXTURE_MAX_LEVEL) should succeed
+[ 7: PASS ] getError was expected value: NO_ERROR : texParameter(TEXTURE_MAG_FILTER) should succeed
+[ 8: PASS ] getError was expected value: NO_ERROR : texParameter(TEXTURE_MIN_FILTER) should succeed
+[ 9: PASS ] getError was expected value: NO_ERROR : clearAndDrawQuad should succeed
+[ 10: PASS ] should draw with [0, 0, 255, 255]
+[ 11: PASS ] getError was expected value: NO_ERROR : generateMipmap should succeed
+[ 12: FAIL ] should draw with [255, 0, 0, 255] at (0, 0) expected: 255,0,0,255 was 0,0,0,0
+[ 13: PASS ] getError was expected value: NO_ERROR : fillTexture(8x8, level=2) should succeed
+[ 14: PASS ] getError was expected value: NO_ERROR : fillTexture(4x4, level=3) should succeed
+[ 15: PASS ] getError was expected value: NO_ERROR : texParameter(TEXTURE_BASE_LEVEL) should succeed
+[ 16: PASS ] getError was expected value: NO_ERROR : texParameter(TEXTURE_MAX_LEVEL) should succeed
+[ 17: PASS ] getError was expected value: NO_ERROR : clearAndDrawQuad should succeed
+[ 18: PASS ] incomplete texture should draw with [0, 0, 0, 255]
+[ 19: PASS ] getError was expected value: NO_ERROR : fillTexture(8x8, level=2) should succeed
+[ 20: PASS ] getError was expected value: NO_ERROR : fillTexture(4x4, level=3) should succeed
+[ 21: PASS ] getError was expected value: NO_ERROR : fillTexture(2x2, level=4) should succeed
+[ 22: PASS ] getError was expected value: NO_ERROR : texParameter(TEXTURE_BASE_LEVEL) should succeed
+[ 23: PASS ] getError was expected value: INVALID_OPERATION : generateMipmap should fail if base level texture is not specified
+[ 24: PASS ] getError was expected value: NO_ERROR : generateMipmap should succeed
+[ 25: PASS ] getError was expected value: NO_ERROR : generateMipmap should succeed
+[ 26: PASS ] getError was expected value: NO_ERROR : texSubImage3D should succeed
+[ 27: PASS ] getError was expected value: NO_ERROR : generateMipmap should succeed
+[ 28: PASS ] getError was expected value: NO_ERROR : texSubImage3D should succeed
+[ 29: PASS ] getError was one of: NO_ERROR or INVALID_OPERATION : generateMipmap should fail for zero-size texture
+[ 30: PASS ] getError was expected value: NO_ERROR : generateMipmap should succeed
+[ 31: PASS ] getError was expected value: INVALID_OPERATION : generateMipmap should fail for non-texture-filterable format
+[ 32: PASS ] getError was expected value: INVALID_OPERATION : generateMipmap should fail for float texture
+[ 33: PASS ] getError was one of: NO_ERROR or INVALID_OPERATION : generateMipmap should fail for zero-size texture
+[ 34: PASS ] getError was expected value: NO_ERROR : generateMipmap should succeed
+[ 35: PASS ] getError was expected value: NO_ERROR : texParameter(TEXTURE_MAG_FILTER) should succeed
+[ 36: PASS ] getError was expected value: NO_ERROR : texParameter(TEXTURE_MIN_FILTER) should succeed
+[ 37: PASS ] getError was expected value: NO_ERROR : texParameter(TEXTURE_BASE_LEVEL) should succeed
+[ 38: PASS ] getError was expected value: NO_ERROR : texStorage2D should succeed
+[ 39: PASS ] getError was expected value: NO_ERROR : clearAndDrawQuad should succeed
+[ 40: PASS ] should draw with [255, 0, 0, 255]
+[ 41: PASS ] successfullyParsed is true
+[ FAIL ] 1 failures reported</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1739999</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2021-03-16 10:13:11 -0700</bug_when>
    <thetext>&lt;rdar://problem/75482124&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1740006</commentid>
    <comment_count>2</comment_count>
    <who name="Robert Jenner">jenner</who>
    <bug_when>2021-03-16 10:23:22 -0700</bug_when>
    <thetext>Updated expectations for the test here, while it is being reviewed:
https://trac.webkit.org/changeset/274488/webkit</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1740010</commentid>
    <comment_count>3</comment_count>
    <who name="Robert Jenner">jenner</who>
    <bug_when>2021-03-16 10:25:02 -0700</bug_when>
    <thetext>Failures only occur on Apple Silicon, and as such I cannot reproduce the failure because I do not have access to an Apple Silicon Mac.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>