Changeset 231892 in webkit


Ignore:
Timestamp:
May 17, 2018 3:17:28 AM (6 years ago)
Author:
Ms2ger@igalia.com
Message:

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

Unreviewed test gardening.

  • accessibility/gtk/spans-expected.txt: rebaseline for r231717.
  • accessibility/gtk/spans-paragraphs-and-divs-expected.txt: rebaseline for r231717.
  • js/script-tests/intl-numberformat-format-to-parts.js: skip (bug 185714).
  • js/script-tests/intl-pluralrules.js: skip (bug 185714).
  • platform/gtk/TestExpectations: skip new Intl tests (bug 185714).
  • platform/gtk/editing/deleting/delete-emoji-1-expected.txt: rebaseline for r231630.
  • platform/gtk/editing/deleting/delete-emoji-expected.txt: rebaseline for r231630.
  • platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/scheme-about.any-expected.txt: Removed (platform-neutral expectation file applies since r231000).
  • platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/scheme-about.any.worker-expected.txt: Removed (platform-neutral expectation file applies since r231000).
Location:
trunk/LayoutTests
Files:
2 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r231890 r231892  
     12018-05-17  Ms2ger  <Ms2ger@igalia.com>
     2
     3        [GTK][WPE] Test gardening
     4        https://bugs.webkit.org/show_bug.cgi?id=185718
     5
     6        Unreviewed test gardening.
     7
     8        * accessibility/gtk/spans-expected.txt: rebaseline for r231717.
     9        * accessibility/gtk/spans-paragraphs-and-divs-expected.txt: rebaseline for r231717.
     10        * js/script-tests/intl-numberformat-format-to-parts.js: skip (bug 185714).
     11        * js/script-tests/intl-pluralrules.js: skip (bug 185714).
     12        * platform/gtk/TestExpectations: skip new Intl tests (bug 185714).
     13        * platform/gtk/editing/deleting/delete-emoji-1-expected.txt: rebaseline for r231630.
     14        * platform/gtk/editing/deleting/delete-emoji-expected.txt: rebaseline for r231630.
     15        * platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/scheme-about.any-expected.txt:
     16          Removed (platform-neutral expectation file applies since r231000).
     17        * platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/scheme-about.any.worker-expected.txt:
     18          Removed (platform-neutral expectation file applies since r231000).
     19
    1202018-05-16  Ross Kirsling  <ross.kirsling@sony.com>
    221
  • trunk/LayoutTests/accessibility/gtk/spans-expected.txt

    r187777 r231892  
    22inline span
    33second block span
     4
    45first block span
    56inline span
  • trunk/LayoutTests/accessibility/gtk/spans-paragraphs-and-divs-expected.txt

    r200188 r231892  
    1010Inline span in a paragraph
    1111Block span in a paragraph
     12
    1213Block span in a link in a div
    1314Inline span in a link in a div
  • trunk/LayoutTests/js/script-tests/intl-numberformat-format-to-parts.js

    r231867 r231892  
    1 //@ skip if $hostOS == "windows" or $hostOS == "darwin"
     1//@ skip if $hostOS == "windows" or $hostOS == "darwin" or $hostOS == "linux"
    22description("This test checks the behavior of Intl.NumberFormat.prototype.formatToParts as described in the ECMAScript Internationalization API Specification.");
    33
  • trunk/LayoutTests/js/script-tests/intl-pluralrules.js

    r231047 r231892  
    1 //@ skip if $hostOS == "windows"
     1//@ skip if $hostOS == "windows" or $hostOS == "linux"
    22description("This test checks the behavior of Intl.PluralRules as described in the ECMAScript Internationalization API Specification.");
    33
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r231866 r231892  
    33763376webkit.org/b/185548 accessibility/scroll-to-make-visible-iframe-offscreen.html [ Failure ]
    33773377
     3378webkit.org/b/185714 js/intl-numberformat-format-to-parts.html [ Failure ]
     3379webkit.org/b/185714 js/intl-pluralrules.html [ Failure ]
     3380
    33783381#////////////////////////////////////////////////////////////////////////////////////////
    33793382# End of non-crashing, non-flaky tests failing
  • trunk/LayoutTests/platform/gtk/editing/deleting/delete-emoji-1-expected.txt

    r223913 r231892  
    5959
    6060Dump of markup 15:
     61| <#selection-caret>
    6162| <br>
  • trunk/LayoutTests/platform/gtk/editing/deleting/delete-emoji-expected.txt

    r223913 r231892  
    4343
    4444Dump of markup 11:
     45| <#selection-caret>
    4546| <br>
Note: See TracChangeset for help on using the changeset viewer.