Bug 77416

Summary: [Chromium] Layout Test inspector/timeline/timeline-receive-response-event.html is flaky
Product: WebKit Reporter: Yuzo Fujishima <yuzo>
Component: Tools / TestsAssignee: Ilya Tikhonovsky <loislo>
Status: RESOLVED FIXED    
Severity: Normal CC: caseq
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Linux   

Description Yuzo Fujishima 2012-01-31 02:33:53 PST
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
Comment 1 Andrey Kosyakov 2012-02-10 01:43:02 PST
Fixed by r107385 (we should filter out GCEvent, as these are mostly non-deterministic)