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

Issue 1453713002: Subzero: Improve the "make check-presubmit" target. (Closed)

Created:
5 years, 1 month ago by Jim Stichnoth
Modified:
5 years, 1 month ago
Reviewers:
kschimpf, sehr, John
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Subzero: Improve the "make check-presubmit" target. 1. Include a test build (but no link) using g++, to identify errors and warnings before they hit the Windows bots. 2. Move "git diff --quiet" to the end so that the presubmit tests can easily be run before committing locally, if desired. 3. Add "make presubmit" as an alias for "make check-presubmit". 4. Document the individual steps. BUG= none R=jpp@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=23bee88492b83c132ae18eded1b5143fb501d085

Patch Set 1 #

Total comments: 2

Patch Set 2 : Remove NPROCS #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -5 lines) Patch
M Makefile.standalone View 1 2 chunks +23 lines, -5 lines 0 comments Download

Messages

Total messages: 9 (5 generated)
Jim Stichnoth
5 years, 1 month ago (2015-11-17 13:56:06 UTC) #6
John
lgtm https://codereview.chromium.org/1453713002/diff/1/Makefile.standalone File Makefile.standalone (right): https://codereview.chromium.org/1453713002/diff/1/Makefile.standalone#newcode434 Makefile.standalone:434: NPROCS := $(shell grep processor /proc/cpuinfo | wc ...
5 years, 1 month ago (2015-11-17 14:06:11 UTC) #7
Jim Stichnoth
https://codereview.chromium.org/1453713002/diff/1/Makefile.standalone File Makefile.standalone (right): https://codereview.chromium.org/1453713002/diff/1/Makefile.standalone#newcode434 Makefile.standalone:434: NPROCS := $(shell grep processor /proc/cpuinfo | wc -l) ...
5 years, 1 month ago (2015-11-17 14:09:24 UTC) #8
Jim Stichnoth
5 years, 1 month ago (2015-11-17 14:14:09 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
23bee88492b83c132ae18eded1b5143fb501d085 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698