New issue
Advanced search Search tips

Issue 860668 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jul 9
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 3
Type: Bug



Sign in to add a comment

virtual/threaded/http/tests/devtools/tracing/timeline-js/compile-script.js flaky on Win

Project Member Reported by vasi...@chromium.org, Jul 6

Issue description

Example https://ci.chromium.org/buildbot/chromium.webkit/WebKit%20Win10/37494

Actual:
Tests the Timeline instrumentation for CompileScript event.

v8.compile Properties:
{
    data : {
        columnNumber : 0
        lineNumber : 0
        streamed : <boolean>
        url : 
    }
    endTime : <number>
    startTime : <number>
    type : "v8.compile"
}
Text details for v8.compile: undefined

Expected:
Tests the Timeline instrumentation for CompileScript event.

v8.compile Properties:
{
    data : {
        columnNumber : 0
        lineNumber : 0
        streamed : <boolean>
        url : 
    }
    endTime : <number>
    startTime : <number>
    type : "v8.compile"
}
Text details for v8.compile: undefined
v8.compile Properties:
{
    data : {
        columnNumber : 0
        lineNumber : 0
        streamed : <boolean>
        url : .../devtools/tracing/timeline-js/resources/timeline-script-tag-2.js
    }
    endTime : <number>
    startTime : <number>
    type : "v8.compile"
}
Text details for v8.compile: timeline-script-tag-2.js:1

Assigning to alph@chromium.org because of  Issue 850892 
 
Project Member

Comment 1 by bugdroid1@chromium.org, Jul 6

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/45d71fe34f5bafd1a1ac1940155282d775334aad

commit 45d71fe34f5bafd1a1ac1940155282d775334aad
Author: Alexei Filippov <alph@chromium.org>
Date: Fri Jul 06 19:08:17 2018

DevTools: Fix flaky test http/tests/devtools/tracing/timeline-js/compile-script.js

BUG= 860668 

Change-Id: Ie479bb305a32f1f43ef32920c326dcd2f21ceaf7
Reviewed-on: https://chromium-review.googlesource.com/1128162
Reviewed-by: Dmitry Gozman <dgozman@chromium.org>
Commit-Queue: Alexei Filippov <alph@chromium.org>
Cr-Commit-Position: refs/heads/master@{#573033}
[modify] https://crrev.com/45d71fe34f5bafd1a1ac1940155282d775334aad/third_party/WebKit/LayoutTests/http/tests/devtools/tracing/timeline-js/compile-script.js

Status: Fixed (was: Assigned)

Sign in to add a comment