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

Issue 1677213003: Compute ElementImpl.hashCode using location. (Closed)

Created:
4 years, 10 months ago by scheglov
Modified:
4 years, 10 months ago
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Compute ElementImpl.hashCode using location. We need this to ensure that Impl and Handle have the same hash. This reduces number of shared test failures from 267 to 67 when using SDK summaries. R=brianwilkerson@google.com, paulberry@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/20d31ea8c3ef7e40aa606b6776d51b4a557a6ace

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -7 lines) Patch
M pkg/analysis_server/test/services/completion/dart/optype_test.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/src/dart/element/element.dart View 1 chunk +1 line, -7 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
scheglov
4 years, 10 months ago (2016-02-09 05:30:16 UTC) #1
Brian Wilkerson
LGTM
4 years, 10 months ago (2016-02-09 14:18:16 UTC) #2
Paul Berry
lgtm
4 years, 10 months ago (2016-02-09 14:49:26 UTC) #3
scheglov
Committed patchset #1 (id:1) manually as 20d31ea8c3ef7e40aa606b6776d51b4a557a6ace (presubmit successful).
4 years, 10 months ago (2016-02-09 15:06:27 UTC) #5
Paul Berry
On 2016/02/09 15:06:27, scheglov wrote: > Committed patchset #1 (id:1) manually as > 20d31ea8c3ef7e40aa606b6776d51b4a557a6ace (presubmit ...
4 years, 10 months ago (2016-02-09 16:25:28 UTC) #6
scheglov
4 years, 10 months ago (2016-02-09 16:38:04 UTC) #7
Message was sent while issue was closed.
On 2016/02/09 16:25:28, Paul Berry wrote:
> On 2016/02/09 15:06:27, scheglov wrote:
> > Committed patchset #1 (id:1) manually as
> > 20d31ea8c3ef7e40aa606b6776d51b4a557a6ace (presubmit successful).
> 
> It looks like this caused a test failure.  Repro with: python tools/test.py
> -aia32 --checked -mrelease -t60
pkg/analyzer/test/src/dart/element/element_test
> 

  You're right.
  One of the test suites for missing.
  https://codereview.chromium.org/1681153002

Powered by Google App Engine
This is Rietveld 408576698