Bug 218220
Summary: | [GTK] Layout test editing/execCommand/switch-list-type-with-orphaned-li.html fails when WebKit is built with GCC | ||
---|---|---|---|
Product: | WebKit | Reporter: | Carlos Alberto Lopez Perez <clopez> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bugs-noreply, dpino |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=101539 |
Carlos Alberto Lopez Perez
Layout test editing/execCommand/switch-list-type-with-orphaned-li.html fails on GTK when WebKit is built with GCC (GCC 10.2.0 from flatpak env)
However the test passes fine when WebKit is built with Clang (Clang 10.0.1 from flatpak env).
The text diff for the failure (GCC) is the one below:
Regressions: Unexpected text-only failures (1)
editing/execCommand/switch-list-type-with-orphaned-li.html [ Failure ]
------------------------------------------------------------------------------
--- /home/igalia/clopez/webkit/webkit-flatpak/layout-test-results/editing/execCommand/switch-list-type-with-orphaned-li-expected.txt
+++ /home/igalia/clopez/webkit/webkit-flatpak/layout-test-results/editing/execCommand/switch-list-type-with-orphaned-li-actual.txt
@@ -10,6 +10,13 @@
"
| <li>
| "because of"
+| "
+"
+| "
+"
+| "
+"
+| <ol>
| "
"
| <li>
@@ -18,9 +25,3 @@
"
| "
"
-| "
-"
-| "
-"
-| "
-"
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Carlos Alberto Lopez Perez
This is likely also an issue for WPE. Didn't tested.
Carlos Alberto Lopez Perez
Updated expectations in r269021
Diego Pino
The only test filed under this bug was:
- editing/execCommand/switch-list-type-with-orphaned-li.html
GTK post-commit test bot reports the test has been failing consistently for the last 4000 revisions.
Diff:
--- /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/editing/execCommand/switch-list-type-with-orphaned-li-expected.txt
+++ /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/editing/execCommand/switch-list-type-with-orphaned-li-actual.txt
@@ -8,11 +8,12 @@
| "\n "
| <li>
| "because of"
+| "\n"
+| "\n"
+| "\n"
+| <ol>
| "\n "
| <li>
| "you<#selection-focus>"
| "\n"
| "\n"
-| "\n"
-| "\n"
-| "\n"
Diego Pino
Sorry for the noise, this test should remain flakey as it passes with Clang but fails with GCC.