[Webkit-unassigned] [Bug 229940] New: webgl/2.0.y/conformance/extensions/webgl-compressed-texture-etc.html fails on Metal
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 6 02:01:54 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=229940
Bug ID: 229940
Summary: webgl/2.0.y/conformance/extensions/webgl-compressed-te
xture-etc.html fails on Metal
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebGL
Assignee: webkit-unassigned at lists.webkit.org
Reporter: kkinnunen at apple.com
CC: dino at apple.com, kbr at google.com, kkinnunen at apple.com
Blocks: 222812
webgl/2.0.y/conformance/extensions/webgl-compressed-texture-etc.html fails on Intel Metal
[ 1: PASS ] context exists
[ 2: FAIL ] getError expected: INVALID_ENUM. Was NO_ERROR : Trying to use format COMPRESSED_R11_EAC with extension disabled.
[ 3: FAIL ] getError expected: INVALID_ENUM. Was NO_ERROR : Trying to use format COMPRESSED_SIGNED_R11_EAC with extension disabled.
[ 4: FAIL ] getError expected: INVALID_ENUM. Was NO_ERROR : Trying to use format COMPRESSED_RG11_EAC with extension disabled.
[ 5: FAIL ] getError expected: INVALID_ENUM. Was NO_ERROR : Trying to use format COMPRESSED_SIGNED_RG11_EAC with extension disabled.
[ 6: FAIL ] getError expected: INVALID_ENUM. Was NO_ERROR : Trying to use format COMPRESSED_RGB8_ETC2 with extension disabled.
[ 7: FAIL ] getError expected: INVALID_ENUM. Was NO_ERROR : Trying to use format COMPRESSED_SRGB8_ETC2 with extension disabled.
[ 8: FAIL ] getError expected: INVALID_ENUM. Was NO_ERROR : Trying to use format COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2 with extension disabled.
[ 9: FAIL ] getError expected: INVALID_ENUM. Was NO_ERROR : Trying to use format COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2 with extension disabled.
[ 10: FAIL ] getError expected: INVALID_ENUM. Was NO_ERROR : Trying to use format COMPRESSED_RGBA8_ETC2_EAC with extension disabled.
[ 11: FAIL ] getError expected: INVALID_ENUM. Was NO_ERROR : Trying to use format COMPRESSED_SRGB8_ALPHA8_ETC2_EAC with extension disabled.
[ 12: PASS ] WEBGL_compressed_texture_etc not listed as supported and getExtension failed -- this is legal
[ 13: PASS ] getError was one of: INVALID_ENUM or INVALID_OPERATION : after evaluating: gl.compressedTexImage2D(gl.TEXTURE_2D, 0, validFormats.COMPRESSED_R11_EAC, 4, 4, 0, 0, null)
[ 14: PASS ] getError was one of: INVALID_ENUM or INVALID_OPERATION : after evaluating: gl.compressedTexSubImage2D(gl.TEXTURE_2D, 0, 0, 0, 0, 0, validFormats.COMPRESSED_R11_EAC, 0, null)
[ 15: PASS ] getError was one of: INVALID_ENUM or INVALID_OPERATION : after evaluating: gl.compressedTexImage3D(gl.TEXTURE_2D_ARRAY, 0, validFormats.COMPRESSED_R11_EAC, 4, 4, 4, 0, 0, null)
[ 16: PASS ] getError was one of: INVALID_ENUM or INVALID_OPERATION : after evaluating: gl.compressedTexSubImage3D(gl.TEXTURE_2D_ARRAY, 0, 0, 0, 0, 0, 0, 0, validFormats.COMPRESSED_R11_EAC, 0, null)
[ 17: PASS ] successfullyParsed is true
[ FAIL ] 10 failures reported
Referenced Bugs:
https://bugs.webkit.org/show_bug.cgi?id=222812
[Bug 222812] WebGL2 conformance test failures on Mac/iOS
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210906/9c506463/attachment-0001.htm>
More information about the webkit-unassigned
mailing list