Changeset 244629 in webkit


Ignore:
Timestamp:
Apr 24, 2019 5:14:51 PM (5 years ago)
Author:
aboya@igalia.com
Message:

Unreviewed GTK test gardening
https://bugs.webkit.org/show_bug.cgi?id=197261

  • platform/gtk/TestExpectations:
  • platform/gtk/http/tests/inspector/network/har/har-page-expected.txt:
  • platform/gtk/imported/blink/media/track/media-element-move-to-new-document-assert-expected.txt: Removed.
Location:
trunk/LayoutTests
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r244628 r244629  
     12019-04-24  Alicia Boya García  <aboya@igalia.com>
     2
     3        Unreviewed GTK test gardening
     4        https://bugs.webkit.org/show_bug.cgi?id=197261
     5
     6        * platform/gtk/TestExpectations:
     7        * platform/gtk/http/tests/inspector/network/har/har-page-expected.txt:
     8        * platform/gtk/imported/blink/media/track/media-element-move-to-new-document-assert-expected.txt: Removed.
     9
    1102019-04-24  Commit Queue  <commit-queue@webkit.org>
    211
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r244538 r244629  
    13301330webkit.org/b/196799 imported/blink/fast/css/first-letter-crash-document-disposal.html [ Pass Crash ]
    13311331
     1332webkit.org/b/197256 http/tests/security/sandboxed-iframe-ALLOWED-modals.html [ Crash ]
     1333
    13321334#////////////////////////////////////////////////////////////////////////////////////////
    13331335# End of Crashing tests
     
    21512153
    21522154webkit.org/b/196798 media/track/track-cue-css.html [ Failure Pass ]
     2155
     2156webkit.org/b/197245 animations/remove-syncing-animation.html [ Failure Pass ]
     2157
     2158webkit.org/b/197246 editing/pasteboard/smart-paste-003-trailing-whitespace.html [ Failure Pass ]
     2159
     2160webkit.org/b/197254 imported/w3c/web-platform-tests/css/css-animations/animationevent-types.html [ Failure Pass ]
     2161
     2162webkit.org/b/197258 imported/w3c/web-platform-tests/css/selectors/focus-display-none-001.html [ Failure Pass ]
     2163webkit.org/b/197258 imported/w3c/web-platform-tests/css/selectors/focus-within-display-none-001.html [ Failure Pass ]
    21532164
    21542165#////////////////////////////////////////////////////////////////////////////////////////
     
    38063817webkit.org/b/196541 editing/pasteboard/paste-content-with-overflow-auto-parent-across-origin.html [ Failure ]
    38073818
     3819webkit.org/b/197248 fast/events/autoscroll-when-input-is-offscreen.html [ Failure ]
     3820webkit.org/b/197248 fast/events/autoscroll-with-software-keyboard.html [ Failure ]
     3821
     3822webkit.org/b/197251 fast/images/icon-decoding.html [ Failure ]
     3823webkit.org/b/197251 fast/images/reset-image-animation.html [ Failure ]
     3824webkit.org/b/197251 fast/images/slower-animation-than-decoding-image.html [ Failure ]
     3825webkit.org/b/197251 fast/images/slower-decoding-than-animation-image.html [ Failure ]
     3826webkit.org/b/197251 css3/shapes/shape-outside/shape-image/shape-image-025.html [ ImageOnlyFailure ]
     3827webkit.org/b/197251 fast/images/animated-image-loop-count.html [ ImageOnlyFailure ]
     3828webkit.org/b/197251 imported/w3c/web-platform-tests/css/css-shapes/shape-outside/shape-image/shape-image-025.html [ ImageOnlyFailure ]
     3829
     3830webkit.org/b/197252 http/tests/adClickAttribution/send-attribution-conversion-request.html [ Failure ]
     3831
     3832webkit.org/b/197260 imported/w3c/web-platform-tests/hr-time/test_cross_frame_start.html [ Failure ]
     3833
    38083834#////////////////////////////////////////////////////////////////////////////////////////
    38093835# End of non-crashing, non-flaky tests failing
  • trunk/LayoutTests/platform/gtk/http/tests/inspector/network/har/har-page-expected.txt

    r243594 r244629  
    564564          "cookies": [
    565565            {
    566               "name": "same-site-implicit-strict",
    567               "value": "same-site-implicit-strict",
     566              "name": "same-site-ignored-because-no-value",
     567              "value": "same-site-ignored-because-no-value",
    568568              "path": "/",
    569569              "expires": "",
    570570              "httpOnly": false,
    571               "secure": false,
    572               "sameSite": "Strict"
     571              "secure": false
    573572            }
    574573          ],
     
    608607            },
    609608            {
    610               "name": "same-site-implicit-strict",
    611               "value": "same-site-implicit-strict"
     609              "name": "same-site-ignored-because-no-value",
     610              "value": "same-site-ignored-because-no-value"
    612611            },
    613612            {
     
    635634          "cookies": [
    636635            {
    637               "name": "same-site-strict-because-invalid-SameSite-value",
    638               "value": "same-site-strict-because-invalid-SameSite-value",
     636              "name": "same-site-ignored-because-unknown-value",
     637              "value": "same-site-ignored-because-unknown-value",
    639638              "path": "/",
    640639              "expires": "",
    641640              "httpOnly": false,
    642               "secure": false,
    643               "sameSite": "Strict"
     641              "secure": false
    644642            }
    645643          ],
     
    679677            },
    680678            {
    681               "name": "same-site-implicit-strict",
    682               "value": "same-site-implicit-strict"
     679              "name": "same-site-ignored-because-no-value",
     680              "value": "same-site-ignored-because-no-value"
     681            },
     682            {
     683              "name": "same-site-ignored-because-unknown-value",
     684              "value": "same-site-ignored-because-unknown-value"
    683685            },
    684686            {
    685687              "name": "same-site-strict",
    686688              "value": "same-site-strict"
    687             },
    688             {
    689               "name": "same-site-strict-because-invalid-SameSite-value",
    690               "value": "same-site-strict-because-invalid-SameSite-value"
    691689            },
    692690            {
Note: See TracChangeset for help on using the changeset viewer.