Bug 188441
| Summary: | Layout Test imported/blink/fast/text/international-iteration-simple-text.html is flaky | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Truitt Savell <tsavell> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | lforschler, realdawei, ryanhaddad |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Truitt Savell
The following layout test is flaky on MacOS wk1 and iOS 11 wk2
imported/blink/fast/text/international-iteration-simple-text.html
Probable cause:
The test itself is having improper output. The result is adding two additional new lines with no text. We saw similar behavior in https://bugs.webkit.org/show_bug.cgi?id=179853.
output:
--- /Volumes/Data/slave/sierra-release-tests-wk1/build/layout-test-results/imported/blink/fast/text/international-iteration-simple-text-expected.txt
+++ /Volumes/Data/slave/sierra-release-tests-wk1/build/layout-test-results/imported/blink/fast/text/international-iteration-simple-text-actual.txt
@@ -1 +1,3 @@
Test passes if it does not crash.
+
+
Flakiness Dashboard:
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=imported%2Fblink%2Ffast%2Ftext%2Finternational-iteration-simple-text.html
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Truitt Savell
*** This bug has been marked as a duplicate of bug 179853 ***