Title: [232116] trunk/LayoutTests
Revision
232116
Author
[email protected]
Date
2018-05-23 10:31:18 -0700 (Wed, 23 May 2018)

Log Message

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


* platform/gtk/TestExpectations:
* platform/gtk/accessibility/table-roles-hierarchy-expected.txt:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (232115 => 232116)


--- trunk/LayoutTests/ChangeLog	2018-05-23 16:59:58 UTC (rev 232115)
+++ trunk/LayoutTests/ChangeLog	2018-05-23 17:31:18 UTC (rev 232116)
@@ -1,3 +1,11 @@
+2018-05-23  Alicia Boya GarcĂ­a  <[email protected]>
+
+        [GTK] Unreviewed test gardening
+        https://bugs.webkit.org/show_bug.cgi?id=185916
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/accessibility/table-roles-hierarchy-expected.txt:
+
 2018-05-23  Antti Koivisto  <[email protected]>
 
         Page keeps reloading when viewing photos in google drive (due to too high canvas memory limits)

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (232115 => 232116)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2018-05-23 16:59:58 UTC (rev 232115)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2018-05-23 17:31:18 UTC (rev 232116)
@@ -1305,6 +1305,8 @@
 
 webkit.org/b/185546 media/video-playbackrate.html [ Crash Pass ]
 
+webkit.org/b/185910 media/video-duration-known-after-eos.html [ Crash ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of Crashing tests
 #////////////////////////////////////////////////////////////////////////////////////////
@@ -1446,7 +1448,6 @@
 webkit.org/b/105191 media/video-playing-and-pause.html [ Failure Pass ]
 
 webkit.org/b/118460 media/media-element-play-after-eos.html [ Timeout Pass ]
-webkit.org/b/118460 media/video-duration-known-after-eos.html [ Timeout Pass ]
 
 webkit.org/b/119009 http/tests/cache/subresource-failover-to-network.html [ Failure Pass ]
 
@@ -3387,6 +3388,11 @@
 webkit.org/b/183258 imported/w3c/web-platform-tests/css/css-text/word-break/word-break-normal-bo-000.html [ ImageOnlyFailure ]
 webkit.org/b/183258 imported/w3c/web-platform-tests/css/css-text/word-break/word-break-normal-lo-000.html [ ImageOnlyFailure ]
 
+# Fails consistently on Release, times out consistently in Debug
+webkit.org/b/185912 fast/canvas/webgl/index-validation-with-subsequent-draws.html [ Failure Timeout ]
+
+webkit.org/b/185913 fast/dom/HTMLAnchorElement/anchor-file-blob-download-then-revoke.html [ Failure ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of non-crashing, non-flaky tests failing
 #////////////////////////////////////////////////////////////////////////////////////////

Added: trunk/LayoutTests/platform/gtk/accessibility/table-cells-roles-expected.txt (0 => 232116)


--- trunk/LayoutTests/platform/gtk/accessibility/table-cells-roles-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/accessibility/table-cells-roles-expected.txt	2018-05-23 17:31:18 UTC (rev 232116)
@@ -0,0 +1,32 @@
+table
+No	Country	Capital
+1.	Poland	Warsaw
+2.	Russia	Moscow
+3.	Ukraine	Kiev
+All	3 countries	3 capitals
+
+
+table2
+No	Country	Capital
+1.	Germany	Berlin
+2.	Sweden	Stockholm
+3.	Norway	Oslo
+
+
+This test checks the correctness of roles for different cases of table cells.
+
+The table cell at (2,0) currently has role  AXRole: AXColumnHeader .
+The table cell at (1,2) currently has role  AXRole: AXCell .
+The table cell at (2,3) currently has role  AXRole: AXCell .
+The table cell at (1,4) currently has role  AXRole: AXCell .
+The table cell at (0,2) currently has role  AXRole: AXRowHeader .
+The table cell at (0,4) currently has role  AXRole: AXRowHeader .
+
+The table2 cell at (2,0) currently has role  AXRole: AXColumnHeader .
+The table2 cell at (1,2) currently has role  AXRole: AXCell .
+The table2 cell at (2,3) currently has role  AXRole: AXCell .
+The table2 cell at (0,2) currently has role  AXRole: AXRowHeader .
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Modified: trunk/LayoutTests/platform/gtk/accessibility/table-roles-hierarchy-expected.txt (232115 => 232116)


--- trunk/LayoutTests/platform/gtk/accessibility/table-roles-hierarchy-expected.txt	2018-05-23 16:59:58 UTC (rev 232115)
+++ trunk/LayoutTests/platform/gtk/accessibility/table-roles-hierarchy-expected.txt	2018-05-23 17:31:18 UTC (rev 232116)
@@ -5,6 +5,7 @@
 All	3 countries	3 capitals
 
 
+
 This shows the hierarchy of table roles.
 
 role: AXRole: AXTable
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to