Bug 77416
| Summary: | [Chromium] Layout Test inspector/timeline/timeline-receive-response-event.html is flaky | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Yuzo Fujishima <yuzo> |
| Component: | Tools / Tests | Assignee: | Ilya Tikhonovsky <loislo> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | caseq |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
Yuzo Fujishima
The following layout test is flaky on Linux (5%).
inspector/timeline/timeline-receive-response-event.html
--- /mnt/data/b/build/slave/Webkit_Linux/build/layout-test-results/inspector/timeline/timeline-receive-response-event-expected.txt
+++ /mnt/data/b/build/slave/Webkit_Linux/build/layout-test-results/inspector/timeline/timeline-receive-response-event-actual.txt
@@ -6,6 +6,7 @@
ResourceReceivedData
ResourceFinish
FunctionCall
+GCEvent
ResourceSendRequest
ResourceReceiveResponse
ResourceReceivedData
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Andrey Kosyakov
Fixed by r107385 (we should filter out GCEvent, as these are mostly non-deterministic)