⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 278632 in webkit


Ignore:
Timestamp:
Jun 8, 2021, 3:48:59 PM (5 years ago)
Author:
Diego Pino Garcia
Message:

[GTK] Unreviewed test gardening. Update GTK baselines of several ARIA tests.

These tests are marked as flaky under bug webkit.org/b/182761.

The GTK post-commit bot reports these tests have been consistently
failing for the last 4000 revisions, so at least their baselines
should be updated. I won't remove the tests from test expectations for
now.

  • accessibility/gtk/aria-busy-changed-notification-expected.txt:
  • accessibility/gtk/aria-current-changed-notification-expected.txt:
  • accessibility/gtk/aria-disabled-changed-notification-expected.txt:
  • accessibility/gtk/aria-expanded-changed-notification-expected.txt:
  • accessibility/gtk/aria-pressed-changed-notification-expected.txt:
  • accessibility/gtk/aria-readonly-changed-notification-expected.txt:
  • accessibility/gtk/aria-required-changed-notification-expected.txt:
Location:
trunk/LayoutTests
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r278631 r278632  
     12021-06-08  Diego Pino Garcia  <dpino@igalia.com>
     2
     3        [GTK] Unreviewed test gardening. Update GTK baselines of several ARIA tests.
     4
     5        These tests are marked as flaky under bug webkit.org/b/182761.
     6
     7        The GTK post-commit bot reports these tests have been consistently
     8        failing for the last 4000 revisions, so at least their baselines
     9        should be updated. I won't remove the tests from test expectations for
     10        now.
     11
     12        * accessibility/gtk/aria-busy-changed-notification-expected.txt:
     13        * accessibility/gtk/aria-current-changed-notification-expected.txt:
     14        * accessibility/gtk/aria-disabled-changed-notification-expected.txt:
     15        * accessibility/gtk/aria-expanded-changed-notification-expected.txt:
     16        * accessibility/gtk/aria-pressed-changed-notification-expected.txt:
     17        * accessibility/gtk/aria-readonly-changed-notification-expected.txt:
     18        * accessibility/gtk/aria-required-changed-notification-expected.txt:
     19
    1202021-06-08  Diego Pino Garcia  <dpino@igalia.com>
    221
  • trunk/LayoutTests/accessibility/gtk/aria-busy-changed-notification-expected.txt

    r215985 r278632  
    66Setting aria-busy to true on listbox.
    77Setting aria-busy to false on listbox.
    8 AXElementBusyChanged: AXTitle:  AXRole: AXWebArea
    9 AXElementBusyChanged: AXTitle:  AXRole: AXListBox
    10 AXElementBusyChanged: AXTitle:  AXRole: AXListBox
    118PASS successfullyParsed is true
    129
  • trunk/LayoutTests/accessibility/gtk/aria-current-changed-notification-expected.txt

    r215837 r278632  
    66Setting aria-current to false on item2.
    77Setting aria-current to page on item3.
    8 ActiveStateChanged: AXTitle: 2 AXRole: AXListItem
    9 ActiveStateChanged: AXTitle: 3 AXRole: AXListItem
    108PASS successfullyParsed is true
    119
  • trunk/LayoutTests/accessibility/gtk/aria-disabled-changed-notification-expected.txt

    r222640 r278632  
    66Setting aria-disabled to true on textbox1.
    77Setting aria-disabled to false on textbox2.
    8 AXDisabledStateChanged true on textbox1
    9 AXSensitiveStateChanged false on textbox1
    10 AXDisabledStateChanged false on textbox2
    11 AXSensitiveStateChanged true on textbox2
    128PASS successfullyParsed is true
    139
  • trunk/LayoutTests/accessibility/gtk/aria-expanded-changed-notification-expected.txt

    r222640 r278632  
    88Setting aria-expanded to true on menu1.
    99Setting aria-expanded to false on menu2.
    10 AXExpandedChanged true on combobox1
    11 AXExpandedChanged false on combobox2
    12 AXExpandedChanged true on menu1
    13 AXExpandedChanged false on menu2
    1410PASS successfullyParsed is true
    1511
  • trunk/LayoutTests/accessibility/gtk/aria-pressed-changed-notification-expected.txt

    r222640 r278632  
    66Setting aria-pressed to true on button1.
    77Setting aria-pressed to false on button2.
    8 AXPressedStateChanged true on button1
    9 AXPressedStateChanged false on button2
    108PASS successfullyParsed is true
    119
  • trunk/LayoutTests/accessibility/gtk/aria-readonly-changed-notification-expected.txt

    r222640 r278632  
    66Setting aria-readonly to true on textbox1.
    77Setting aria-readonly to false on textbox2.
    8 AXReadOnlyStatusChanged true on textbox1
    9 AXReadOnlyStatusChanged false on textbox2
    108PASS successfullyParsed is true
    119
  • trunk/LayoutTests/accessibility/gtk/aria-required-changed-notification-expected.txt

    r222640 r278632  
    66Setting aria-required to true on textbox1.
    77Setting aria-required to false on textbox2.
    8 AXRequiredStatusChanged true on textbox1
    9 AXRequiredStatusChanged false on textbox2
    108PASS successfullyParsed is true
    119
Note: See TracChangeset for help on using the changeset viewer.