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

Issue 23587024: Revert revision 27542 "Make Dart_IdentityEqual live up to its spec and not leak boxing implementati… (Closed)

Created:
7 years, 3 months ago by ricow1
Modified:
7 years, 3 months ago
Reviewers:
rmacnak
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Revert revision 27542 "Make Dart_IdentityEqual live up to its spec and not leak boxing implementation detail." This is causing checked mode failures on all vm bots. Committed: https://code.google.com/p/dart/source/detail?r=27545

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -52 lines) Patch
M runtime/include/dart_api.h View 1 chunk +1 line, -3 lines 0 comments Download
M runtime/lib/identical.cc View 1 chunk +15 lines, -1 line 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 chunk +2 lines, -12 lines 0 comments Download
M runtime/vm/dart_api_impl_test.cc View 3 chunks +0 lines, -14 lines 0 comments Download
M runtime/vm/object.h View 1 chunk +0 lines, -4 lines 0 comments Download
M runtime/vm/object.cc View 1 chunk +0 lines, -18 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
ricow1
7 years, 3 months ago (2013-09-17 06:29:02 UTC) #1
ricow1
TBR
7 years, 3 months ago (2013-09-17 06:29:29 UTC) #2
ricow1
Committed patchset #1 manually as r27545 (presubmit successful).
7 years, 3 months ago (2013-09-17 06:29:55 UTC) #3
ricow1
On 2013/09/17 06:29:55, ricow1 wrote: > Committed patchset #1 manually as r27545 (presubmit successful). Just ...
7 years, 3 months ago (2013-09-17 07:12:57 UTC) #4
rmacnak
7 years, 3 months ago (2013-09-18 17:52:30 UTC) #5
Message was sent while issue was closed.
On 2013/09/17 07:12:57, ricow1 wrote:
> On 2013/09/17 06:29:55, ricow1 wrote:
> > Committed patchset #1 manually as r27545 (presubmit successful).
> 
> Just fyi, this only failed in checked mode on linux, on windows it actually
> failed to compile, see:
>
http://build.chromium.org/p/client.dart/builders/vm-win32-release/builds/1977...

Belated LGTM on the revert.

Just to keep a record somewhere, this fails to build on Windows because of a
warning over 0.0/0.0 and crashes on x64 due to a bug in the intrinsic version of
double comparison.

Powered by Google App Engine
This is Rietveld 408576698