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

Issue 404553007: Fix array index in test initialization. (Closed)

Created:
6 years, 5 months ago by wala
Modified:
6 years, 5 months ago
Reviewers:
Jim Stichnoth
CC:
native-client-reviews_googlegroups.com
Base URL:
https://gerrit.chromium.org/gerrit/p/native_client/pnacl-subzero.git@master
Visibility:
Public.

Description

Fix array index in test initialization. Index() % NumElementsInType should be Index() % NumValues. BUG=none R=stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=35ec373

Patch Set 1 #

Total comments: 1

Patch Set 2 : Push Values and NumValues to testsInt() and testsVecInt(). #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -7 lines) Patch
M crosstest/test_arith_main.cpp View 1 5 chunks +8 lines, -7 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
wala
6 years, 5 months ago (2014-07-18 22:21:43 UTC) #1
Jim Stichnoth
LGTM with one extra request. https://codereview.chromium.org/404553007/diff/1/crosstest/test_arith_main.cpp File crosstest/test_arith_main.cpp (right): https://codereview.chromium.org/404553007/diff/1/crosstest/test_arith_main.cpp#newcode22 crosstest/test_arith_main.cpp:22: volatile unsigned Values[] = ...
6 years, 5 months ago (2014-07-18 22:50:35 UTC) #2
wala
On 2014/07/18 22:50:35, stichnot wrote: > LGTM with one extra request. > > https://codereview.chromium.org/404553007/diff/1/crosstest/test_arith_main.cpp > ...
6 years, 5 months ago (2014-07-18 23:31:42 UTC) #3
wala
6 years, 5 months ago (2014-07-18 23:32:20 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r35ec373 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698