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

Issue 2992093002: [vm] Several unit tests are corrected for limited ints (Closed)

Created:
3 years, 4 months ago by alexmarkov
Modified:
3 years, 4 months ago
Reviewers:
zra, siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

[vm] Several unit tests are corrected for limited ints This CL corrects several unit tests to work in --limit-ints-to-64-bits mode: without built-in Bigints and with wrap-around 64-bit Dart integers. R=zra@google.com Issue: https://github.com/dart-lang/sdk/issues/30103 Committed: https://github.com/dart-lang/sdk/commit/62bbd4895d27aa5efc57ec8910bb37d83b4041a9

Patch Set 1 #

Total comments: 3

Patch Set 2 : Add explanation for chosen value as comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -29 lines) Patch
M runtime/vm/dart_api_impl_test.cc View 1 2 chunks +10 lines, -2 lines 0 comments Download
M runtime/vm/snapshot_test.cc View 11 chunks +50 lines, -27 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
alexmarkov
https://codereview.chromium.org/2992093002/diff/1/runtime/vm/dart_api_impl_test.cc File runtime/vm/dart_api_impl_test.cc (right): https://codereview.chromium.org/2992093002/diff/1/runtime/vm/dart_api_impl_test.cc#newcode5343 runtime/vm/dart_api_impl_test.cc:5343: EXPECT(arg_values[2].as_uint64 == 0x8000000000000000LL); Note: this particular value is chosen ...
3 years, 4 months ago (2017-07-31 23:35:18 UTC) #2
zra
lgtm https://codereview.chromium.org/2992093002/diff/1/runtime/vm/dart_api_impl_test.cc File runtime/vm/dart_api_impl_test.cc (right): https://codereview.chromium.org/2992093002/diff/1/runtime/vm/dart_api_impl_test.cc#newcode5343 runtime/vm/dart_api_impl_test.cc:5343: EXPECT(arg_values[2].as_uint64 == 0x8000000000000000LL); On 2017/07/31 23:35:18, alexmarkov wrote: ...
3 years, 4 months ago (2017-08-01 16:13:50 UTC) #3
alexmarkov
https://codereview.chromium.org/2992093002/diff/1/runtime/vm/dart_api_impl_test.cc File runtime/vm/dart_api_impl_test.cc (right): https://codereview.chromium.org/2992093002/diff/1/runtime/vm/dart_api_impl_test.cc#newcode5343 runtime/vm/dart_api_impl_test.cc:5343: EXPECT(arg_values[2].as_uint64 == 0x8000000000000000LL); On 2017/08/01 16:13:49, zra wrote: > ...
3 years, 4 months ago (2017-08-01 16:25:43 UTC) #4
alexmarkov
3 years, 4 months ago (2017-08-01 16:29:16 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
62bbd4895d27aa5efc57ec8910bb37d83b4041a9 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698