[webkit-changes] [WebKit/WebKit] e233e4: Update WebGL conformance test suite 2023-01-25

Kimmo Kinnunen noreply at github.com
Wed Jan 25 07:23:36 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e233e41dfa739650b45c58b9f010d148db2655d3
      https://github.com/WebKit/WebKit/commit/e233e41dfa739650b45c58b9f010d148db2655d3
  Author: Kimmo Kinnunen <kkinnunen at apple.com>
  Date:   2023-01-25 (Wed, 25 Jan 2023)

  Changed paths:
    A LayoutTests/webgl/1.0.x/conformance/uniforms/gl-get-uniform-non-current-program-expected.txt
    A LayoutTests/webgl/1.0.x/conformance/uniforms/gl-get-uniform-non-current-program.html
    A LayoutTests/webgl/2.0.y/conformance/uniforms/gl-get-uniform-non-current-program-expected.txt
    A LayoutTests/webgl/2.0.y/conformance/uniforms/gl-get-uniform-non-current-program.html
    A LayoutTests/webgl/2.0.y/conformance2/extensions/webgl-clip-cull-distance-expected.txt
    A LayoutTests/webgl/2.0.y/conformance2/extensions/webgl-clip-cull-distance.html
    A LayoutTests/webgl/2.0.y/conformance2/programs/get-uniform-indices-expected.txt
    A LayoutTests/webgl/2.0.y/conformance2/programs/get-uniform-indices.html
    M LayoutTests/webgl/resources/webgl_test_files/conformance/extensions/ext-sRGB.html
    M LayoutTests/webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float.html
    M LayoutTests/webgl/resources/webgl_test_files/conformance/textures/misc/exif-orientation.html
    A LayoutTests/webgl/resources/webgl_test_files/conformance/uniforms/gl-get-uniform-non-current-program.html
    A LayoutTests/webgl/resources/webgl_test_files/conformance2/extensions/webgl-clip-cull-distance.html
    M LayoutTests/webgl/resources/webgl_test_files/conformance2/extensions/webgl-provoking-vertex.html
    A LayoutTests/webgl/resources/webgl_test_files/conformance2/programs/get-uniform-indices.html
    M LayoutTests/webgl/resources/webgl_test_files/js/tests/compressed-texture-utils.js
    M LayoutTests/webgl/resources/webgl_test_files/js/tests/ext-color-buffer-half-float.js
    R LayoutTests/webgl/resources/webgl_test_files/resources/exif-orientation-originals/exif-orientation-test-6-90-ccw.jpg
    A LayoutTests/webgl/resources/webgl_test_files/resources/exif-orientation-originals/exif-orientation-test-6-90-cw.jpg
    A LayoutTests/webgl/resources/webgl_test_files/resources/exif-orientation-originals/exif-orientation-test-8-90-ccw.jpg
    R LayoutTests/webgl/resources/webgl_test_files/resources/exif-orientation-originals/exif-orientation-test-8-90-cw.jpg
    R LayoutTests/webgl/resources/webgl_test_files/resources/exif-orientation-test-6-90-ccw.jpg
    A LayoutTests/webgl/resources/webgl_test_files/resources/exif-orientation-test-6-90-cw.jpg
    A LayoutTests/webgl/resources/webgl_test_files/resources/exif-orientation-test-8-90-ccw.jpg
    R LayoutTests/webgl/resources/webgl_test_files/resources/exif-orientation-test-8-90-cw.jpg

  Log Message:
  -----------
  Update WebGL conformance test suite 2023-01-25
https://bugs.webkit.org/show_bug.cgi?id=251143
rdar://104641729

Reviewed by Antti Koivisto.

Update up to commit:
    Update clip / cull distance specs and tests (#3511)  c06fc8230ce4b1748be89ce3279cbe5348c9c9c9

* LayoutTests/webgl/1.0.x/conformance/uniforms/gl-get-uniform-non-current-program-expected.txt: Added.
* LayoutTests/webgl/1.0.x/conformance/uniforms/gl-get-uniform-non-current-program.html: Added.
* LayoutTests/webgl/2.0.y/conformance/uniforms/gl-get-uniform-non-current-program-expected.txt: Added.
* LayoutTests/webgl/2.0.y/conformance/uniforms/gl-get-uniform-non-current-program.html: Added.
* LayoutTests/webgl/2.0.y/conformance2/extensions/webgl-clip-cull-distance-expected.txt: Added.
* LayoutTests/webgl/2.0.y/conformance2/extensions/webgl-clip-cull-distance.html: Added.
* LayoutTests/webgl/2.0.y/conformance2/programs/get-uniform-indices-expected.txt: Added.
* LayoutTests/webgl/2.0.y/conformance2/programs/get-uniform-indices.html: Added.
* LayoutTests/webgl/resources/webgl_test_files/conformance/extensions/ext-sRGB.html:
* LayoutTests/webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float.html:
* LayoutTests/webgl/resources/webgl_test_files/conformance/textures/misc/exif-orientation.html:
* LayoutTests/webgl/resources/webgl_test_files/conformance/uniforms/gl-get-uniform-non-current-program.html: Added.
* LayoutTests/webgl/resources/webgl_test_files/conformance2/extensions/webgl-clip-cull-distance.html: Added.
* LayoutTests/webgl/resources/webgl_test_files/conformance2/extensions/webgl-provoking-vertex.html:
* LayoutTests/webgl/resources/webgl_test_files/conformance2/programs/get-uniform-indices.html: Added.
* LayoutTests/webgl/resources/webgl_test_files/js/tests/compressed-texture-utils.js:
(let.testCompressedFormatsUnavailableWhenExtensionDisabled):
(let.CompressedTextureUtils):
* LayoutTests/webgl/resources/webgl_test_files/js/tests/ext-color-buffer-half-float.js:
(else.else.runUniqueObjectTest):
* LayoutTests/webgl/resources/webgl_test_files/resources/exif-orientation-originals/exif-orientation-test-6-90-cw.jpg: Renamed from LayoutTests/webgl/resources/webgl_test_files/resources/exif-orientation-originals/exif-orientation-test-8-90-cw.jpg.
* LayoutTests/webgl/resources/webgl_test_files/resources/exif-orientation-originals/exif-orientation-test-8-90-ccw.jpg: Renamed from LayoutTests/webgl/resources/webgl_test_files/resources/exif-orientation-originals/exif-orientation-test-6-90-ccw.jpg.
* LayoutTests/webgl/resources/webgl_test_files/resources/exif-orientation-test-6-90-cw.jpg: Renamed from LayoutTests/webgl/resources/webgl_test_files/resources/exif-orientation-test-6-90-ccw.jpg.
* LayoutTests/webgl/resources/webgl_test_files/resources/exif-orientation-test-8-90-ccw.jpg: Renamed from LayoutTests/webgl/resources/webgl_test_files/resources/exif-orientation-test-8-90-cw.jpg.

Canonical link: https://commits.webkit.org/259352@main




More information about the webkit-changes mailing list