Changeset 275505 in webkit


Ignore:
Timestamp:
Apr 6, 2021 4:46:27 AM (3 years ago)
Author:
commit-queue@webkit.org
Message:

WebGL conformance tests are missing files due to too widely matching .gitignore
https://bugs.webkit.org/show_bug.cgi?id=223988

Patch by Kimmo Kinnunen <kkinnunen@apple.com> on 2021-04-06
Reviewed by Alexey Proskuryakov.

Add the missing tests that were hidden by the .gitignore.

  • webgl/1.0.x/conformance/ogles/GL/build/*: Added.
  • webgl/2.0.y/conformance/ogles/GL/build/*: Added.
  • webgl/resources/webgl_test_files/conformance/ogles/GL/build/*: Added.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r275501 r275505  
     12021-04-06  Kimmo Kinnunen  <kkinnunen@apple.com>
     2
     3        WebGL conformance tests are missing files due to too widely matching .gitignore
     4        https://bugs.webkit.org/show_bug.cgi?id=223988
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        Add the missing tests that were hidden by the .gitignore.
     9
     10        * webgl/1.0.x/conformance/ogles/GL/build/*: Added.
     11        * webgl/2.0.y/conformance/ogles/GL/build/*: Added.
     12        * webgl/resources/webgl_test_files/conformance/ogles/GL/build/*: Added.
     13
    1142021-04-06  Ian Gilbert  <iang@apple.com>
    215
Note: See TracChangeset for help on using the changeset viewer.