Changeset 256504 in webkit


Ignore:
Timestamp:
Feb 13, 2020 3:14:57 AM (4 years ago)
Author:
Diego Pino Garcia
Message:

[GTK] Gardening, update TestExpectations and rebaselines
https://bugs.webkit.org/show_bug.cgi?id=207626

Unreviewed gardening.

  • platform/gtk/TestExpectations:
  • platform/gtk/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt: Added.
  • platform/gtk/imported/w3c/web-platform-tests/css/css-animations/Element-getAnimations.tentative-expected.txt:
  • platform/gtk/imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-preload-none-manual.https-expected.txt: Added.
  • platform/gtk/storage/domstorage/sessionstorage/blocked-file-access-expected.txt: Added.
Location:
trunk/LayoutTests
Files:
8 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r256503 r256504  
     12020-02-13  Diego Pino Garcia  <dpino@igalia.com>
     2
     3        [GTK] Gardening, update TestExpectations and rebaselines
     4        https://bugs.webkit.org/show_bug.cgi?id=207626
     5
     6        Unreviewed gardening.
     7
     8        * platform/gtk/TestExpectations:
     9        * platform/gtk/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt: Added.
     10        * platform/gtk/imported/w3c/web-platform-tests/css/css-animations/Element-getAnimations.tentative-expected.txt:
     11        * platform/gtk/imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-preload-none-manual.https-expected.txt: Added.
     12        * platform/gtk/storage/domstorage/sessionstorage/blocked-file-access-expected.txt: Added.
     13
    1142020-02-12  Yoshiaki Jitsukawa  <yoshiaki.jitsukawa@sony.com>
    215
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r256502 r256504  
    13201320webkit.org/b/207258 imported/w3c/web-platform-tests/html/infrastructure/safe-passing-of-structured-data/transfer-errors.window.html [ Failure ]
    13211321
     1322webkit.org/b/207624 imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange.html [ Failure ]
     1323
     1324webkit.org/b/207625 compositing/backing/backing-store-attachment-animating-outside-viewport.html [ Failure ]
     1325webkit.org/b/207625 compositing/backing/transition-extent.html [ Failure ]
     1326webkit.org/b/207625 legacy-animation-engine/compositing/backing/backing-store-attachment-animating-outside-viewport.html [ Failure ]
     1327
    13221328#////////////////////////////////////////////////////////////////////////////////////////
    13231329# End of Expected failures.
     
    24452451webkit.org/b/206498 animations/transform-non-accelerated.html [ Failure Pass ]
    24462452
     2453webkit.org/b/207623 imported/w3c/web-platform-tests/content-security-policy/reporting/report-same-origin-with-cookies.html [ Failure Pass ]
     2454
    24472455webkit.org/b/207675 fast/mediastream/delayed-permission-allowed.html [ Pass Crash ]
    24482456
     
    40354043
    40364044# These indexeddb tests below started failing in the same range 251425-251429
    4037 webkit.org/b/206367 storage/indexeddb/cursor-request-cycle.html [ Failure ]
    4038 webkit.org/b/206367 storage/indexeddb/cursor-request-cycle-private.html [ Failure ]
    40394045webkit.org/b/206367 storage/indexeddb/result-request-cycle.html [ Failure ]
    40404046webkit.org/b/206367 storage/indexeddb/value-cursor-cycle.html [ Failure ]
     
    41404146webkit.org/b/204675 imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.pattern.html [ Failure ]
    41414147webkit.org/b/204675 imported/w3c/web-platform-tests/offscreen-canvas/the-offscreen-canvas/initial.reset.pattern.worker.html [ Failure ]
    4142 
    4143 webkit.org/b/207016 http/tests/misc/form-submit-file-cross-site-redirect.html [ Failure ]
    41444148
    41454149webkit.org/b/206692 fast/canvas/canvas-fillPath-shadow.html [ Failure ]
  • trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-animations/Element-getAnimations.tentative-expected.txt

    r255251 r256504  
    1818PASS getAnimations for CSS Animations follows animation-name order
    1919PASS { subtree: false } on a leaf element returns the element's animations and ignore pseudo-elements
    20 FAIL { subtree: true } on a leaf element returns the element's animations and its pseudo-elements' animations assert_equals: The animation targeting the ::before pseudo-element should be returned second expected (string) "::before" but got (undefined) undefined
     20FAIL { subtree: true } on a leaf element returns the element's animations and its pseudo-elements' animations assert_equals: The animation targeting the parent element should be returned first expected (object) null but got (undefined) undefined
    2121PASS { subtree: false } on an element with a child returns only the element's animations
    22 FAIL { subtree: true } on an element with a child returns animations from the element, its pseudo-elements, its child and its child pseudo-elements assert_equals: The animation targeting the ::before pseudo-element should be returned second expected (string) "::before" but got (undefined) undefined
     22FAIL { subtree: true } on an element with a child returns animations from the element, its pseudo-elements, its child and its child pseudo-elements assert_equals: The animation targeting the parent element should be returned first expected (object) null but got (undefined) undefined
    2323PASS { subtree: true } on an element with many descendants returns animations from all the descendants
    2424
Note: See TracChangeset for help on using the changeset viewer.