⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 292283 in webkit


Ignore:
Timestamp:
Apr 4, 2022, 1:03:30 AM (4 years ago)
Author:
mmaxfield@apple.com
Message:

[WebGPU] Unskip the first few passing WebGPU tests
https://bugs.webkit.org/show_bug.cgi?id=238709

Reviewed by Tim Nguyen.

The tests pass, so they shouldn't be marked as skip.

  • platform/ios-device-wk1/TestExpectations:
  • platform/ios-simulator-wk1/TestExpectations:
  • platform/mac-wk1/TestExpectations:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r292274 r292283  
     12022-04-04  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        [WebGPU] Unskip the first few passing WebGPU tests
     4        https://bugs.webkit.org/show_bug.cgi?id=238709
     5
     6        Reviewed by Tim Nguyen.
     7
     8        The tests pass, so they shouldn't be marked as skip.
     9
     10        * platform/ios-device-wk1/TestExpectations:
     11        * platform/ios-simulator-wk1/TestExpectations:
     12        * platform/mac-wk1/TestExpectations:
     13
    1142022-04-02  Myles C. Maxfield  <mmaxfield@apple.com>
    215
  • trunk/LayoutTests/platform/ios-device-wk1/TestExpectations

    r292138 r292283  
    1010
    1111# WebGPU is not fully implemented yet.
    12 http/tests/webgpu/webgpu/idl/constants/flags.html [ Skip ]
    13 http/tests/webgpu/webgpu/idl/exposed.https.html [ Skip ]
    14 http/tests/webgpu/webgpu/idl/exposed.http.html [ Skip ]
    1512http/tests/webgpu/webgpu/web_platform/copyToTexture/video.html [ Skip ]
    1613http/tests/webgpu/webgpu/web_platform/copyToTexture/ImageBitmap.html [ Skip ]
  • trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations

    r292138 r292283  
    2020
    2121# WebGPU is not fully implemented yet.
    22 http/tests/webgpu/webgpu/idl/constants/flags.html [ Skip ]
    23 http/tests/webgpu/webgpu/idl/exposed.https.html [ Skip ]
    24 http/tests/webgpu/webgpu/idl/exposed.http.html [ Skip ]
    2522http/tests/webgpu/webgpu/web_platform/copyToTexture/video.html [ Skip ]
    2623http/tests/webgpu/webgpu/web_platform/copyToTexture/ImageBitmap.html [ Skip ]
  • trunk/LayoutTests/platform/mac-wk1/TestExpectations

    r292243 r292283  
    18191819
    18201820# WebGPU is not fully implemented yet.
    1821 http/tests/webgpu/webgpu/idl/constants/flags.html [ Skip ]
    1822 http/tests/webgpu/webgpu/idl/exposed.https.html [ Skip ]
    1823 http/tests/webgpu/webgpu/idl/exposed.http.html [ Skip ]
    18241821http/tests/webgpu/webgpu/web_platform/copyToTexture/video.html [ Skip ]
    18251822http/tests/webgpu/webgpu/web_platform/copyToTexture/ImageBitmap.html [ Skip ]
Note: See TracChangeset for help on using the changeset viewer.