Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Issue 1645613003: Emit notes from ReportClassRequiresTraceMethod in deterministic order (Closed)

Created:
4 years, 11 months ago by hans
Modified:
4 years, 8 months ago
Reviewers:
Nico, sigbjornf
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Emit notes from ReportClassRequiresTraceMethod in deterministic order Previously, the notes would be emitted in the iteration order over Fields, which is an std::map<clang::FieldDecl*, FieldPoint>, which is ordered by pointer value of FieldDecls. This would cause tests to flakily fail on the Windows buildbots. I'm not sure what caused these errors to start appearing right now, but this should fix it. BUG=581782 Committed: https://crrev.com/f544ddc9eed935d855f45045698afd9118134fff Cr-Commit-Position: refs/heads/master@{#372016}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -11 lines) Patch
M tools/clang/blink_gc_plugin/BlinkGCPluginConsumer.cpp View 1 chunk +15 lines, -11 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
hans
Please take a look.
4 years, 11 months ago (2016-01-28 02:17:07 UTC) #2
Nico
Lgtm assuming source location has an OP<
4 years, 11 months ago (2016-01-28 03:29:07 UTC) #3
hans
On 2016/01/28 03:29:07, Nico wrote: > Lgtm assuming source location has an OP< Yes, it ...
4 years, 11 months ago (2016-01-28 04:15:43 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1645613003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1645613003/1
4 years, 11 months ago (2016-01-28 04:16:19 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 11 months ago (2016-01-28 04:42:44 UTC) #7
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/f544ddc9eed935d855f45045698afd9118134fff Cr-Commit-Position: refs/heads/master@{#372016}
4 years, 11 months ago (2016-01-28 04:43:47 UTC) #9
Nico
sof pointed out on https://codereview.chromium.org/1645763004/ a while ago that you wanted to revert this. Do ...
4 years, 8 months ago (2016-04-04 13:41:28 UTC) #10
hans
4 years, 8 months ago (2016-04-04 15:59:21 UTC) #11
Message was sent while issue was closed.
On 2016/04/04 13:41:28, Nico wrote:
> sof pointed out on https://codereview.chromium.org/1645763004/ a while ago
that
> you wanted to revert this. Do you still want to do that? (Or did you already
do
> that and I just missed it?)

The revert was part of what landed in
https://codereview.chromium.org/1645763004/ (Patch set 3 "revert the old fix
attempt")

Powered by Google App Engine
This is Rietveld 408576698