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

Issue 830673002: Mojo Windows: test_structs.mojom C++ bindings don't compile (Closed)

Created:
5 years, 11 months ago by hansmuller
Modified:
5 years, 11 months ago
Reviewers:
jimbe, hansmuller1
CC:
mojo-reviews_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org, dcheng
Base URL:
https://github.com/domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Mojo Windows: test_structs.mojom C++ bindings don't compile See https://codereview.chromium.org/832583002/#msg8 The V10 constant from mojo/public/interfaces/bindings/tests/test_structs.mojom below is the minimum value for an int32. struct IntegerNumberValues { ... const int32 V10 = -2147483648; ... } MSVC can't parse -2147483648, see http://msdn.microsoft.com/en-us/library/4kh09110.aspx The V10 constant below is the mininum value for an int32. BUG=445618 R=jimbe@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/cc531b32182099a5a034a99daff35ed5d38a61c8

Patch Set 1 #

Patch Set 2 : Added a comment about tests ignoring V10 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -4 lines) Patch
M mojo/public/interfaces/bindings/tests/test_structs.mojom View 1 1 chunk +4 lines, -1 line 0 comments Download
M mojo/public/js/codec_unittests.js View 1 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/js/struct_unittests.js View 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
hansmuller1
This is a workaround for the problem. I wasn't able to come up with anything ...
5 years, 11 months ago (2014-12-30 20:38:52 UTC) #3
jimbe
On 2014/12/30 20:38:52, hansmuller1 wrote: > This is a workaround for the problem. I wasn't ...
5 years, 11 months ago (2014-12-30 20:49:42 UTC) #4
hansmuller1
On 2014/12/30 20:49:42, jimbe wrote: > On 2014/12/30 20:38:52, hansmuller1 wrote: > > This is ...
5 years, 11 months ago (2014-12-30 20:51:32 UTC) #5
jimbe
On 2014/12/30 20:51:32, hansmuller1 wrote: > On 2014/12/30 20:49:42, jimbe wrote: > > On 2014/12/30 ...
5 years, 11 months ago (2014-12-30 21:12:07 UTC) #6
hansmuller
5 years, 11 months ago (2014-12-30 21:32:02 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
cc531b32182099a5a034a99daff35ed5d38a61c8 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698