Closed
Conversation
Original commit message:
[coverage] remove the last continuation range before synthetic return
Rather than only removing the continuation range for the last return
statement prior to a synthetic return statement, remove the
continuation tracking for whatever statement occurs prior to the
synthetic return.
Bug: v8:10628
Change-Id: Ieb8e393479c9811cf1b9756840bbfdbe7f44a1b8
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2280585
Commit-Queue: Benjamin Coe <[email protected]>
Reviewed-by: Toon Verwaest <[email protected]>
Reviewed-by: Jakob Gruber <[email protected]>
Reviewed-by: Sigurd Schneider <[email protected]>
Cr-Commit-Position: refs/heads/master@{#68719}
Refs: v8/v8@2d5017a
Member
|
@nodejs/v8-update |
gengjiawen
approved these changes
Jul 9, 2020
jasnell
approved these changes
Jul 9, 2020
Collaborator
devsnek
approved these changes
Jul 9, 2020
Contributor
Author
Member
|
@bcoe that's pretty normal. as long as our jenkins ci passes you're fine. |
Contributor
Author
@devsnek the OSS project I've been working on this summer to track flaky tests is coming along really well 😄 I can't wait to plug this dashboard into Node. |
Contributor
Author
|
requesting we fast track this change, assuming v8 tests pass. CC: @devsnek, @gengjiawen, @jasnell |
bcoe
pushed a commit
that referenced
this pull request
Jul 9, 2020
Original commit message:
[coverage] remove the last continuation range before synthetic return
Rather than only removing the continuation range for the last return
statement prior to a synthetic return statement, remove the
continuation tracking for whatever statement occurs prior to the
synthetic return.
Bug: v8:10628
Change-Id: Ieb8e393479c9811cf1b9756840bbfdbe7f44a1b8
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2280585
Commit-Queue: Benjamin Coe <[email protected]>
Reviewed-by: Toon Verwaest <[email protected]>
Reviewed-by: Jakob Gruber <[email protected]>
Reviewed-by: Sigurd Schneider <[email protected]>
Cr-Commit-Position: refs/heads/master@{#68719}
Refs: v8/v8@2d5017a
PR-URL: #34272
Refs: bcoe/c8#229
Reviewed-By: Jiawen Geng <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Gus Caplan <[email protected]>
Contributor
Author
|
Landed in 1198aeb |
targos
pushed a commit
to targos/node
that referenced
this pull request
Jul 13, 2020
Original commit message:
[coverage] remove the last continuation range before synthetic return
Rather than only removing the continuation range for the last return
statement prior to a synthetic return statement, remove the
continuation tracking for whatever statement occurs prior to the
synthetic return.
Bug: v8:10628
Change-Id: Ieb8e393479c9811cf1b9756840bbfdbe7f44a1b8
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2280585
Commit-Queue: Benjamin Coe <[email protected]>
Reviewed-by: Toon Verwaest <[email protected]>
Reviewed-by: Jakob Gruber <[email protected]>
Reviewed-by: Sigurd Schneider <[email protected]>
Cr-Commit-Position: refs/heads/master@{#68719}
Refs: v8/v8@2d5017a
PR-URL: nodejs#34272
Refs: bcoe/c8#229
Reviewed-By: Jiawen Geng <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Gus Caplan <[email protected]>
targos
pushed a commit
that referenced
this pull request
Jul 13, 2020
Original commit message:
[coverage] remove the last continuation range before synthetic return
Rather than only removing the continuation range for the last return
statement prior to a synthetic return statement, remove the
continuation tracking for whatever statement occurs prior to the
synthetic return.
Bug: v8:10628
Change-Id: Ieb8e393479c9811cf1b9756840bbfdbe7f44a1b8
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2280585
Commit-Queue: Benjamin Coe <[email protected]>
Reviewed-by: Toon Verwaest <[email protected]>
Reviewed-by: Jakob Gruber <[email protected]>
Reviewed-by: Sigurd Schneider <[email protected]>
Cr-Commit-Position: refs/heads/master@{#68719}
Refs: v8/v8@2d5017a
PR-URL: #34272
Refs: bcoe/c8#229
Reviewed-By: Jiawen Geng <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Gus Caplan <[email protected]>
Contributor
|
This doesn't make any changes to the version of V8 currently on 14.x, my guess is that this applies to 8.4. should likely be backported with #34356 |
Member
|
This change is already included in #34356 |
MylesBorins
pushed a commit
that referenced
this pull request
Jul 14, 2020
Original commit message:
[coverage] remove the last continuation range before synthetic return
Rather than only removing the continuation range for the last return
statement prior to a synthetic return statement, remove the
continuation tracking for whatever statement occurs prior to the
synthetic return.
Bug: v8:10628
Change-Id: Ieb8e393479c9811cf1b9756840bbfdbe7f44a1b8
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2280585
Commit-Queue: Benjamin Coe <[email protected]>
Reviewed-by: Toon Verwaest <[email protected]>
Reviewed-by: Jakob Gruber <[email protected]>
Reviewed-by: Sigurd Schneider <[email protected]>
Cr-Commit-Position: refs/heads/master@{#68719}
Refs: v8/v8@2d5017a
PR-URL: #34272
Refs: bcoe/c8#229
Reviewed-By: Jiawen Geng <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Gus Caplan <[email protected]>
Merged
MylesBorins
pushed a commit
that referenced
this pull request
Jul 16, 2020
Original commit message:
[coverage] remove the last continuation range before synthetic return
Rather than only removing the continuation range for the last return
statement prior to a synthetic return statement, remove the
continuation tracking for whatever statement occurs prior to the
synthetic return.
Bug: v8:10628
Change-Id: Ieb8e393479c9811cf1b9756840bbfdbe7f44a1b8
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2280585
Commit-Queue: Benjamin Coe <[email protected]>
Reviewed-by: Toon Verwaest <[email protected]>
Reviewed-by: Jakob Gruber <[email protected]>
Reviewed-by: Sigurd Schneider <[email protected]>
Cr-Commit-Position: refs/heads/master@{#68719}
Refs: v8/v8@2d5017a
PR-URL: #34272
Refs: bcoe/c8#229
Reviewed-By: Jiawen Geng <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Gus Caplan <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Original commit message:
Refs: v8/v8@2d5017a
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesRefs: bcoe/c8#229