Changeset 225846 in webkit


Ignore:
Timestamp:
Dec 13, 2017 9:29:38 AM (6 years ago)
Author:
Ms2ger@igalia.com
Message:

[GTK][WPE] Test gardening
https://bugs.webkit.org/show_bug.cgi?id=180751

Unreviewed test gardening.

  • platform/gtk/TestExpectations:
  • platform/gtk/http/tests/inspector/network/fetch-response-body-expected.txt:
  • platform/gtk/http/tests/inspector/network/xhr-response-body-expected.txt:
  • platform/gtk/imported/w3c/web-platform-tests/encoding/textdecoder-fatal-single-byte-expected.txt: Added.
  • platform/wpe/TestExpectations:
  • platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage-expected.txt: Added.
  • platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt: Added.
  • platform/wpe/imported/w3c/web-platform-tests/encoding/textdecoder-fatal-single-byte-expected.txt: Added.
Location:
trunk/LayoutTests
Files:
8 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r225843 r225846  
     12017-12-13  Ms2ger  <Ms2ger@igalia.com>
     2
     3        [GTK][WPE] Test gardening
     4        https://bugs.webkit.org/show_bug.cgi?id=180751
     5
     6        Unreviewed test gardening.
     7
     8        * platform/gtk/TestExpectations:
     9        * platform/gtk/http/tests/inspector/network/fetch-response-body-expected.txt:
     10        * platform/gtk/http/tests/inspector/network/xhr-response-body-expected.txt:
     11        * platform/gtk/imported/w3c/web-platform-tests/encoding/textdecoder-fatal-single-byte-expected.txt: Added.
     12        * platform/wpe/TestExpectations:
     13        * platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage-expected.txt: Added.
     14        * platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt: Added.
     15        * platform/wpe/imported/w3c/web-platform-tests/encoding/textdecoder-fatal-single-byte-expected.txt: Added.
     16
    1172017-12-13  Konstantin Tokarev  <annulen@yandex.ru>
    218
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r225781 r225846  
    33483348webkit.org/b/180062 fast/text/user-installed-fonts [ ImageOnlyFailure ]
    33493349
     3350webkit.org/b/180749 http/wpt/offscreen-canvas/transferToImageBitmap-webgl.html [ ImageOnlyFailure ]
     3351
    33503352#////////////////////////////////////////////////////////////////////////////////////////
    33513353# End of non-crashing, non-flaky tests failing
  • trunk/LayoutTests/platform/gtk/http/tests/inspector/network/fetch-response-body-expected.txt

    r214343 r225846  
    66PASS: Resource should be Fetch type.
    77PASS: MIMEType should be 'text/plain'.
     8PASS: Content should not be base64Encoded.
    89PASS: Text content should match data.txt.
    910
     
    1112PASS: Resource should be Fetch type.
    1213PASS: MIMEType should be 'text/html'.
     14PASS: Content should not be base64Encoded.
    1315PASS: Text content should match data.html.
    1416
     
    1820    Expected: "application/octet-stream"
    1921    Actual: "application/json"
     22FAIL: Content should be base64Encoded.
     23    Expected: true
     24    Actual: false
    2025PASS: JSON content should match data.json.
    2126
     
    2328PASS: Resource should be Fetch type.
    2429PASS: MIMEType should be 'application/json'.
     30PASS: Content should not be base64Encoded.
    2531PASS: JSON content should match specified content.
    2632
     
    2834PASS: Resource should be Fetch type.
    2935PASS: MIMEType should be 'application/vnd.api+json'.
     36PASS: Content should not be base64Encoded.
    3037PASS: JSON content should match specified content.
    3138
     
    3340PASS: Resource should be Fetch type.
    3441PASS: MIMEType should be 'image/svg+xml'.
     42PASS: Content should not be base64Encoded.
    3543PASS: SVG content should be text.
    3644
     
    3846PASS: Resource should be Fetch type.
    3947PASS: MIMEType should be 'image/png'.
    40 PASS: Image content should be text.
     48PASS: Content should be base64Encoded.
     49PASS: Image content should be a Blob.
    4150
  • trunk/LayoutTests/platform/gtk/http/tests/inspector/network/xhr-response-body-expected.txt

    r214343 r225846  
    66PASS: Resource should be XHR type.
    77PASS: MIMEType should be 'text/plain'.
     8PASS: Content should not be base64Encoded.
    89PASS: Text content should match data.txt.
    910
     
    1112PASS: Resource should be XHR type.
    1213PASS: MIMEType should be 'text/html'.
     14PASS: Content should not be base64Encoded.
    1315PASS: Text content should match data.html.
    1416
     
    1820    Expected: "application/octet-stream"
    1921    Actual: "application/json"
     22FAIL: Content should be base64Encoded.
     23    Expected: true
     24    Actual: false
    2025PASS: JSON content should match data.json.
    2126
     
    2328PASS: Resource should be XHR type.
    2429PASS: MIMEType should be 'application/json'.
     30PASS: Content should not be base64Encoded.
    2531PASS: JSON content should match specified content.
    2632
     
    2834PASS: Resource should be XHR type.
    2935PASS: MIMEType should be 'application/vnd.api+json'.
     36PASS: Content should not be base64Encoded.
    3037PASS: JSON content should match specified content.
    3138
     
    3340PASS: Resource should be XHR type.
    3441PASS: MIMEType should be 'image/svg+xml'.
     42PASS: Content should not be base64Encoded.
    3543PASS: SVG content should be text.
    3644
     
    3846PASS: Resource should be XHR type.
    3947PASS: MIMEType should be 'image/png'.
    40 PASS: Image content should be text.
     48PASS: Content should be base64Encoded.
     49PASS: Image content should be a Blob.
    4150
  • trunk/LayoutTests/platform/wpe/TestExpectations

    r225782 r225846  
    980980
    981981webkit.org/b/177872 http/wpt/fetch/response-status-text.html [ Failure ]
    982 
     982webkit.org/b/180749 http/wpt/offscreen-canvas/transferToImageBitmap-webgl.html [ ImageOnlyFailure ]
    983983webkit.org/b/168543 http/wpt/resource-timing/rt-nextHopProtocol.html [ Failure ]
    984984webkit.org/b/168543 http/wpt/resource-timing/rt-nextHopProtocol.worker.html [ Failure ]
     
    10301030webkit.org/b/178576 http/wpt/service-workers/extendableEvent.https.html [ Failure ]
    10311031webkit.org/b/178576 http/wpt/service-workers/fetchEvent.https.html [ Failure ]
     1032webkit.org/b/178576 http/wpt/service-workers/useragent.https.html [ Failure ]
    10321033webkit.org/b/178576 imported/w3c/web-platform-tests/service-workers [ Skip ]
    10331034webkit.org/b/178576 imported/w3c/web-platform-tests/service-workers/stub-4.6.2-cache.html [ Pass ]
     
    10401041webkit.org/b/178577 http/tests/dom/document-attributes-null-handling.html [ Failure ]
    10411042webkit.org/b/178578 http/tests/images/hidpi-srcset-copy.html [ Failure ]
     1043webkit.org/b/180370 http/tests/images/image-supports-video.html [ Skip ]
    10421044
    10431045webkit.org/b/175422 http/tests/blink/sendbeacon/beacon-same-origin.html [ Failure ]
Note: See TracChangeset for help on using the changeset viewer.