[Webkit-unassigned] [Bug 197065] New: [Mac WK2] REGRESSION (r244182) Layout Test editing/execCommand/change-list-type.html is a flaky failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 18 11:15:52 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=197065

            Bug ID: 197065
           Summary: [Mac WK2] REGRESSION (r244182) Layout Test
                    editing/execCommand/change-list-type.html is a flaky
                    failure
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sroberts at apple.com
                CC: lforschler at apple.com

The following layout test is flaky on Mac WK2 Release

editing/execCommand/change-list-type.html

Probable cause:

Test started to become flaky on the dashboard around r244328.

Found through local testing that changes in https://trac.webkit.org/changeset/244182/webkit caused this test to become flaky. Testing with prior revisions pass 100%

Reproduced with:

run-webkit-tests editing/execCommand/change-list-type.html --iterations 100 -f

Flakiness Dashboard:

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=editing%2FexecCommand%2Fchange-list-type.html

Diff:

--- /Volumes/Data/slave/mojave-release-tests-wk2/build/layout-test-results/editing/execCommand/change-list-type-expected.txt
+++ /Volumes/Data/slave/mojave-release-tests-wk2/build/layout-test-results/editing/execCommand/change-list-type-actual.txt
@@ -354,7 +354,64 @@
 |     "one"
 |   "
             "
-|   <ol>
+|   <ul>
+|     class="list"
+|     style="color: red"
+|     "
+                "
+|     <li>
+|       id="two"
+|       "two"
+|     "
+                "
+|     <li>
+|       id="three"
+|       "three<#selection-caret>"
+|     "
+            "
+|   "
+            "
+|   <li>
+|     id="four"
+|     "four"
+|   "
+            "
+|   <pre>
+|     "                "
+|     <ol>
+|       class="list"
+|       "
+                    "
+|       <li>
+|         id="five"
+|         "five"
+|       "
+                    "
+|       <li>
+|         id="six"
+|         "six"
+|       "
+                "
+|     "
+            "
+|   "
+        "
+| "
+    "
+
+After making the outer list unordered:
+| "
+        "
+| <ul>
+|   class="list"
+|   "
+            "
+|   <li>
+|     id="one"
+|     "one"
+|   "
+            "
+|   <ul>
 |     class="list"
 |     style="color: red"
 |     "
@@ -384,25 +441,25 @@
                     "
 |       <li>
 |         id="five"
-|         "<#selection-anchor>five"
-|       "
-                    "
-|       <li>
-|         id="six"
-|         "six<#selection-focus>"
-|       "
-                "
-|     "
-            "
-|   "
-        "
-| "
-    "
-
-After making the outer list unordered:
-| "
-        "
-| <ul>
+|         "five"
+|       "
+                    "
+|       <li>
+|         id="six"
+|         "six"
+|       "
+                "
+|     "
+            <#selection-caret>"
+|   "
+        "
+| "
+    "
+
+After making the outer list ordered again:
+| "
+        "
+| <ol>
 |   class="list"
 |   "
             "
@@ -411,64 +468,7 @@
 |     "one"
 |   "
             "
-|   <ol>
-|     class="list"
-|     style="color: red"
-|     "
-                "
-|     <li>
-|       id="two"
-|       "two"
-|     "
-                "
-|     <li>
-|       id="three"
-|       "three"
-|     "
-            "
-|   "
-            "
-|   <li>
-|     id="four"
-|     "four"
-|   "
-            "
-|   <pre>
-|     "                "
-|     <ol>
-|       class="list"
-|       "
-                    "
-|       <li>
-|         id="five"
-|         "five"
-|       "
-                    "
-|       <li>
-|         id="six"
-|         "six"
-|       "
-                "
-|     "
-            <#selection-caret>"
-|   "
-        "
-| "
-    "
-
-After making the outer list ordered again:
-| "
-        "
-| <ol>
-|   class="list"
-|   "
-            "
-|   <li>
-|     id="one"
-|     "one"
-|   "
-            "
-|   <ol>
+|   <ul>
 |     class="list"
 |     style="color: red"
 |     "

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190418/a895157d/attachment.html>


More information about the webkit-unassigned mailing list