Title: [278632] trunk/LayoutTests
- Revision
- 278632
- Author
- [email protected]
- Date
- 2021-06-08 15:48:59 -0700 (Tue, 08 Jun 2021)
Log 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:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (278631 => 278632)
--- trunk/LayoutTests/ChangeLog 2021-06-08 22:19:21 UTC (rev 278631)
+++ trunk/LayoutTests/ChangeLog 2021-06-08 22:48:59 UTC (rev 278632)
@@ -1,5 +1,24 @@
2021-06-08 Diego Pino Garcia <[email protected]>
+ [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:
+
+2021-06-08 Diego Pino Garcia <[email protected]>
+
[GTK] Unreviewed test gardening. Remove obsolete GTK baseline for WPT test 'createImageBitmap-serializable.html'.
* platform/glib/TestExpectations:
Modified: trunk/LayoutTests/accessibility/gtk/aria-busy-changed-notification-expected.txt (278631 => 278632)
--- trunk/LayoutTests/accessibility/gtk/aria-busy-changed-notification-expected.txt 2021-06-08 22:19:21 UTC (rev 278631)
+++ trunk/LayoutTests/accessibility/gtk/aria-busy-changed-notification-expected.txt 2021-06-08 22:48:59 UTC (rev 278632)
@@ -5,9 +5,6 @@
Setting aria-busy to true on listbox.
Setting aria-busy to false on listbox.
-AXElementBusyChanged: AXTitle: AXRole: AXWebArea
-AXElementBusyChanged: AXTitle: AXRole: AXListBox
-AXElementBusyChanged: AXTitle: AXRole: AXListBox
PASS successfullyParsed is true
TEST COMPLETE
Modified: trunk/LayoutTests/accessibility/gtk/aria-current-changed-notification-expected.txt (278631 => 278632)
--- trunk/LayoutTests/accessibility/gtk/aria-current-changed-notification-expected.txt 2021-06-08 22:19:21 UTC (rev 278631)
+++ trunk/LayoutTests/accessibility/gtk/aria-current-changed-notification-expected.txt 2021-06-08 22:48:59 UTC (rev 278632)
@@ -5,8 +5,6 @@
Setting aria-current to false on item2.
Setting aria-current to page on item3.
-ActiveStateChanged: AXTitle: 2 AXRole: AXListItem
-ActiveStateChanged: AXTitle: 3 AXRole: AXListItem
PASS successfullyParsed is true
TEST COMPLETE
Modified: trunk/LayoutTests/accessibility/gtk/aria-disabled-changed-notification-expected.txt (278631 => 278632)
--- trunk/LayoutTests/accessibility/gtk/aria-disabled-changed-notification-expected.txt 2021-06-08 22:19:21 UTC (rev 278631)
+++ trunk/LayoutTests/accessibility/gtk/aria-disabled-changed-notification-expected.txt 2021-06-08 22:48:59 UTC (rev 278632)
@@ -5,10 +5,6 @@
Setting aria-disabled to true on textbox1.
Setting aria-disabled to false on textbox2.
-AXDisabledStateChanged true on textbox1
-AXSensitiveStateChanged false on textbox1
-AXDisabledStateChanged false on textbox2
-AXSensitiveStateChanged true on textbox2
PASS successfullyParsed is true
TEST COMPLETE
Modified: trunk/LayoutTests/accessibility/gtk/aria-expanded-changed-notification-expected.txt (278631 => 278632)
--- trunk/LayoutTests/accessibility/gtk/aria-expanded-changed-notification-expected.txt 2021-06-08 22:19:21 UTC (rev 278631)
+++ trunk/LayoutTests/accessibility/gtk/aria-expanded-changed-notification-expected.txt 2021-06-08 22:48:59 UTC (rev 278632)
@@ -7,10 +7,6 @@
Setting aria-expanded to false on combobox2.
Setting aria-expanded to true on menu1.
Setting aria-expanded to false on menu2.
-AXExpandedChanged true on combobox1
-AXExpandedChanged false on combobox2
-AXExpandedChanged true on menu1
-AXExpandedChanged false on menu2
PASS successfullyParsed is true
TEST COMPLETE
Modified: trunk/LayoutTests/accessibility/gtk/aria-pressed-changed-notification-expected.txt (278631 => 278632)
--- trunk/LayoutTests/accessibility/gtk/aria-pressed-changed-notification-expected.txt 2021-06-08 22:19:21 UTC (rev 278631)
+++ trunk/LayoutTests/accessibility/gtk/aria-pressed-changed-notification-expected.txt 2021-06-08 22:48:59 UTC (rev 278632)
@@ -5,8 +5,6 @@
Setting aria-pressed to true on button1.
Setting aria-pressed to false on button2.
-AXPressedStateChanged true on button1
-AXPressedStateChanged false on button2
PASS successfullyParsed is true
TEST COMPLETE
Modified: trunk/LayoutTests/accessibility/gtk/aria-readonly-changed-notification-expected.txt (278631 => 278632)
--- trunk/LayoutTests/accessibility/gtk/aria-readonly-changed-notification-expected.txt 2021-06-08 22:19:21 UTC (rev 278631)
+++ trunk/LayoutTests/accessibility/gtk/aria-readonly-changed-notification-expected.txt 2021-06-08 22:48:59 UTC (rev 278632)
@@ -5,8 +5,6 @@
Setting aria-readonly to true on textbox1.
Setting aria-readonly to false on textbox2.
-AXReadOnlyStatusChanged true on textbox1
-AXReadOnlyStatusChanged false on textbox2
PASS successfullyParsed is true
TEST COMPLETE
Modified: trunk/LayoutTests/accessibility/gtk/aria-required-changed-notification-expected.txt (278631 => 278632)
--- trunk/LayoutTests/accessibility/gtk/aria-required-changed-notification-expected.txt 2021-06-08 22:19:21 UTC (rev 278631)
+++ trunk/LayoutTests/accessibility/gtk/aria-required-changed-notification-expected.txt 2021-06-08 22:48:59 UTC (rev 278632)
@@ -5,8 +5,6 @@
Setting aria-required to true on textbox1.
Setting aria-required to false on textbox2.
-AXRequiredStatusChanged true on textbox1
-AXRequiredStatusChanged false on textbox2
PASS successfullyParsed is true
TEST COMPLETE
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes