Changeset 265004 in webkit


Ignore:
Timestamp:
Jul 28, 2020 1:29:40 PM (4 years ago)
Author:
commit-queue@webkit.org
Message:

[WebGL2] Enable more multiple render target layout tests
https://bugs.webkit.org/show_bug.cgi?id=214780

Patch by Kenneth Russell <kbr@chromium.org> on 2020-07-28
Reviewed by Dean Jackson.

Re-enable two WebGL 2.0 layout tests that are now passing after
the fix for Bug 211156.

  • TestExpectations:
  • webgl/2.0.0/conformance2/rendering/clear-func-buffer-type-match-expected.txt:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r265001 r265004  
     12020-07-28  Kenneth Russell  <kbr@chromium.org>
     2
     3        [WebGL2] Enable more multiple render target layout tests
     4        https://bugs.webkit.org/show_bug.cgi?id=214780
     5
     6        Reviewed by Dean Jackson.
     7
     8        Re-enable two WebGL 2.0 layout tests that are now passing after
     9        the fix for Bug 211156.
     10
     11        * TestExpectations:
     12        * webgl/2.0.0/conformance2/rendering/clear-func-buffer-type-match-expected.txt:
     13
    1142020-07-28  Rob Buis  <rbuis@igalia.com>
    215
  • trunk/LayoutTests/TestExpectations

    r265001 r265004  
    33603360webgl/2.0.0/conformance/more/functions/texImage2DHTML.html [ Skip ]
    33613361webgl/2.0.0/conformance/more/functions/texSubImage2DHTML.html [ Skip ]
    3362 
    3363 # webkit.org/b/211156 clearBuffer entry points are not implemented
    3364 webgl/2.0.0/conformance2/reading/format-r11f-g11f-b10f.html [ Skip ]
    3365 webgl/2.0.0/conformance2/rendering/clear-func-buffer-type-match.html [ Skip ]
    33663362
    33673363# webkit.org/b/208078 To-be-addressed WebGL 2 tests that generate inconsistent results between devices
  • trunk/LayoutTests/webgl/2.0.0/conformance2/rendering/clear-func-buffer-type-match-expected.txt

    r259139 r265004  
    22
    33Test: ../../resources/webgl_test_files/conformance2/rendering/clear-func-buffer-type-match.html
    4 [ 1: PASS ] context exists
    5 [ 2: PASS ] gl.checkFramebufferStatus(gl.FRAMEBUFFER) is gl.FRAMEBUFFER_COMPLETE
    6 [ 3: PASS ] getError was expected value: INVALID_OPERATION : clear and INT buffer
    7 [ 4: FAIL ] getError expected: INVALID_OPERATION. Was NO_ERROR : clearBufferfv and INT buffer
    8 [ 5: FAIL ] getError expected: INVALID_OPERATION. Was NO_ERROR : clearBufferuiv and INT buffer
    9 [ 6: PASS ] getError was expected value: NO_ERROR : clear and INT buffer is NONE
    10 [ 7: PASS ] getError was expected value: NO_ERROR : clearBufferfv and INT buffer is NONE
    11 [ 8: FAIL ] getError expected: INVALID_OPERATION. Was NO_ERROR : clearBufferuiv and float buffer
    12 [ 9: PASS ] gl.checkFramebufferStatus(gl.FRAMEBUFFER) is gl.FRAMEBUFFER_COMPLETE
    13 [ 10: PASS ] getError was expected value: INVALID_OPERATION : clear and UINT buffer
    14 [ 11: FAIL ] getError expected: INVALID_OPERATION. Was NO_ERROR : clearBufferfv and UINT buffer
    15 [ 12: FAIL ] getError expected: INVALID_OPERATION. Was NO_ERROR : clearBufferiv and UINT buffer
    16 [ 13: PASS ] getError was expected value: NO_ERROR : clear and UINT buffer is NONE
    17 [ 14: PASS ] getError was expected value: NO_ERROR : clearBufferfv and UINT buffer is NONE
    18 [ 15: FAIL ] getError expected: INVALID_OPERATION. Was NO_ERROR : clearBufferiv and float buffer
    19 [ 16: PASS ] gl.checkFramebufferStatus(gl.FRAMEBUFFER) is gl.FRAMEBUFFER_COMPLETE
    20 [ 17: PASS ] getError was expected value: NO_ERROR : clear and RGBA8 buffer
    21 [ 18: PASS ] getError was expected value: NO_ERROR : clearBufferfv and RGBA8 buffer
    22 [ 19: FAIL ] getError expected: INVALID_OPERATION. Was NO_ERROR : clearBufferiv and RGBA8 buffer
    23 [ 20: FAIL ] getError expected: INVALID_OPERATION. Was NO_ERROR : clearBufferuiv and RGBA8 buffer
    24 [ 21: PASS ] getError was expected value: NO_ERROR : should be no error
    25 [ 22: PASS ] successfullyParsed is true
    26 [ FAIL ] 8 failures reported
     4[ PASS ] All tests passed
    275
Note: See TracChangeset for help on using the changeset viewer.