New issue
Advanced search Search tips

Issue 866392 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug-Regression



Sign in to add a comment

Incremental builds of V8 Extras Streams code are broken

Project Member Reported by ricea@chromium.org, Jul 23

Issue description

Chrome Version: ToT 70.0.3501.0
OS: All Blink OS

What steps will reproduce the problem?
(1) Do a clean compile
(2) Add a no-op to the constructor in core/streams/TransformStream.js, for example "no-op";
(3) Do an incremental build
(4) Run layout tests, ie. third_party/blink/tools/run_web_tests.py external/wpt/streams/transform-streams --no-ret
(5) rm *.bin in the build directory
(6) Do an incremental build again
(7) Run layout tests again

What is the expected result?

The results of steps (4) and steps (7) should be the same, ie. the tests pass both times.

What happens instead?

The tests fail at step (4) but pass at step (7).

Did this work before? Yes.
 
Owner: domenic@chromium.org
Status: Assigned (was: Untriaged)
+domenic, do you know the right person to assign this to?
Cc: yangguo@chromium.org
Routing to Yang as my contact point in V8 for V8 extras and bootstrapping/build stuff; he may find someone more suited, or be able to pinpoint the regression.

(The UI says I can't assign him as an owner... "Issue owner must be a project member")
Cc: -yangguo@chromium.org domenic@chromium.org
Owner: yangguo@chromium.org
Labels: -Pri-3 Pri-2
I think this caused the failure on the https://luci-milo.appspot.com/p/chromium/builders/luci.chromium.ci/Win10%20Tests%20x64%20%28dbg%29/2762 bot.

Sign in to add a comment