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

Issue 16157005: Fix test by correcting the smi range (assuming one tag bit and one sign bit). (Closed)

Created:
7 years, 6 months ago by kasperl
Modified:
7 years, 6 months ago
Reviewers:
ahe
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix test by correcting the smi range (assuming one tag bit and one sign bit). TBR'ed. R=ahe@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=23573

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M tests/compiler/dart2js_extra/hash_code_test.dart View 1 chunk +2 lines, -2 lines 1 comment Download

Messages

Total messages: 4 (0 generated)
kasperl
7 years, 6 months ago (2013-06-04 05:57:54 UTC) #1
kasperl
Committed patchset #1 manually as r23573 (presubmit successful).
7 years, 6 months ago (2013-06-04 05:58:11 UTC) #2
ahe
lgtm https://codereview.chromium.org/16157005/diff/1/tests/compiler/dart2js_extra/hash_code_test.dart File tests/compiler/dart2js_extra/hash_code_test.dart (right): https://codereview.chromium.org/16157005/diff/1/tests/compiler/dart2js_extra/hash_code_test.dart#newcode30 tests/compiler/dart2js_extra/hash_code_test.dart:30: Expect.isFalse((h1 & 0xf) == (h2 & 0xf)); I ...
7 years, 6 months ago (2013-06-04 06:02:46 UTC) #3
kasperl
7 years, 6 months ago (2013-06-04 06:03:56 UTC) #4
Message was sent while issue was closed.
On 2013/06/04 06:02:46, ahe wrote:
> lgtm
> 
>
https://codereview.chromium.org/16157005/diff/1/tests/compiler/dart2js_extra/...
> File tests/compiler/dart2js_extra/hash_code_test.dart (right):
> 
>
https://codereview.chromium.org/16157005/diff/1/tests/compiler/dart2js_extra/...
> tests/compiler/dart2js_extra/hash_code_test.dart:30: Expect.isFalse((h1 & 0xf)
> == (h2 & 0xf));
> I think this test is flaky.

Yes, I agree. I'll need to fix more stuff in here.

Powered by Google App Engine
This is Rietveld 408576698