Bug 224737
| Summary: | [GLIB] fast/overflow/line-clamp-crash.html is a flaky failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego Pino <dpino> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, rbuis, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Diego Pino
The test has been flaky since:
[r275804-r275809] NOERROR
[r275810-r275811] TEXT PASS (Expected: PASS)
r275812 UNKNOWN
Since it's a flaky failure, it's hard to determine exactly what revision caused the regression.
https://results.webkit.org/?platform=GTK&platform=WPE&suite=layout-tests&test=fast%2Foverflow%2Fline-clamp-crash.html
The test is flaky because it returns an extra newline. Example:
https://build.webkit.org/results/GTK-Linux-64-bit-Release-Tests/r276221%20%281240%29/fast/overflow/line-clamp-crash-diff.txt
--- /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/fast/overflow/line-clamp-crash-expected.txt
+++ /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/fast/overflow/line-clamp-crash-actual.txt
@@ -1 +1,2 @@
+
The test passes if WebKit doesn't crash or hit an assertion.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/77132852>
Diego Pino
This test has been constantly passing for the last 1000 revisions:
https://results.webkit.org/?limit=1000&platform=GTK&platform=WPE&suite=layout-tests&test=fast%2Foverflow%2Fline-clamp-crash.html
Marking bug as resolved.
Test removed from test expectations in r287490.