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

Issue 1582243005: allow specific test for make check (Closed)

Created:
4 years, 11 months ago by rkotlerimgtec
Modified:
4 years, 11 months ago
CC:
native-client-reviews_googlegroups.com, rich.fuhler_imgtec.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

with this patch you can run check-lit on a specific test. i.e.make -f Makefile.standalone check-lit CHECK_LIT_TESTS=tests_lit/llvm2ice_tests/arith.lll The default will be for the directory to be in subzero but it's also possible to create an absolute pathname. Extended this to work with cross tests. Added some primitive help for the makefile. make -f Makefile.standalone help make -f Makefile.standalone help-check-lit make -f makefile.standalone help-check-xtest BUG= R=stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=2c3c82e26c745e8fdb8a47d6461189f0bbadaafe

Patch Set 1 #

Total comments: 1

Patch Set 2 : changes suggested by stichnot #

Total comments: 8

Patch Set 3 : changes suggested by stichnot #

Total comments: 6

Patch Set 4 : changes suggested by stichnot #

Patch Set 5 : changes suggested by stichnot #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -3 lines) Patch
M Makefile.standalone View 1 2 3 5 chunks +21 lines, -3 lines 0 comments Download
A Makefile.standalone-help/check-lit.txt View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
A Makefile.standalone-help/check-xtest.txt View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
A Makefile.standalone-help/help.txt View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (7 generated)
rkotlerimgtec
4 years, 11 months ago (2016-01-15 03:23:33 UTC) #3
rkotlerimgtec
On 2016/01/15 03:23:33, rkotlerimgtec wrote: Did not spend much time on this but even now ...
4 years, 11 months ago (2016-01-15 03:29:09 UTC) #4
rkotlerimgtec
4 years, 11 months ago (2016-01-15 03:30:12 UTC) #6
rkotlerimgtec
On 2016/01/15 03:30:12, rkotlerimgtec wrote: Have updated the issue description to have the correct example: ...
4 years, 11 months ago (2016-01-15 03:31:13 UTC) #7
rkotlerimgtec
I need to go home. Another mistake in description: make -f Makefile.standalone check-lit TESTS_LIT=tests_lit/llvm2ice_tests/arith.ll On ...
4 years, 11 months ago (2016-01-15 03:32:52 UTC) #8
rkotlerimgtec
It might be worth adding something more general for extra parameters and such to lit ...
4 years, 11 months ago (2016-01-15 04:00:11 UTC) #10
Jim Stichnoth
https://codereview.chromium.org/1582243005/diff/1/Makefile.standalone File Makefile.standalone (right): https://codereview.chromium.org/1582243005/diff/1/Makefile.standalone#newcode37 Makefile.standalone:37: TESTS_LIT ?= tests_lit Currently lit is used two situations: ...
4 years, 11 months ago (2016-01-15 19:20:58 UTC) #11
rkotlerimgtec
4 years, 11 months ago (2016-01-15 23:06:00 UTC) #13
Jim Stichnoth
https://codereview.chromium.org/1582243005/diff/20001/Makefile.standalone File Makefile.standalone (right): https://codereview.chromium.org/1582243005/diff/20001/Makefile.standalone#newcode36 Makefile.standalone:36: # Allow tests_lit to be overidden I would make ...
4 years, 11 months ago (2016-01-20 17:35:52 UTC) #14
rkotlerimgtec
https://codereview.chromium.org/1582243005/diff/20001/Makefile.standalone File Makefile.standalone (right): https://codereview.chromium.org/1582243005/diff/20001/Makefile.standalone#newcode36 Makefile.standalone:36: # Allow tests_lit to be overidden On 2016/01/20 17:35:52, ...
4 years, 11 months ago (2016-01-21 01:48:55 UTC) #15
Jim Stichnoth
Can you also adjust the Description to form a more standard git commit message? e.g. ...
4 years, 11 months ago (2016-01-22 03:05:22 UTC) #16
rkotlerimgtec
https://codereview.chromium.org/1582243005/diff/20001/Makefile.standalone File Makefile.standalone (right): https://codereview.chromium.org/1582243005/diff/20001/Makefile.standalone#newcode36 Makefile.standalone:36: # Allow tests_lit to be overidden On 2016/01/22 03:05:21, ...
4 years, 11 months ago (2016-01-22 03:48:31 UTC) #18
rkotlerimgtec
On 2016/01/22 03:48:31, rkotlerimgtec wrote: > https://codereview.chromium.org/1582243005/diff/20001/Makefile.standalone > File Makefile.standalone (right): > > https://codereview.chromium.org/1582243005/diff/20001/Makefile.standalone#newcode36 > ...
4 years, 11 months ago (2016-01-22 03:51:56 UTC) #19
rkotlerimgtec
Not sure exactly what I did here that messed up the patch history. I'm rushing ...
4 years, 11 months ago (2016-01-22 04:12:48 UTC) #20
rkotlerimgtec
Fixed this mistake of adding another patch.
4 years, 11 months ago (2016-01-22 04:26:57 UTC) #21
Jim Stichnoth
lgtm
4 years, 11 months ago (2016-01-22 04:32:55 UTC) #22
Jim Stichnoth
4 years, 11 months ago (2016-01-22 04:33:13 UTC) #24
Message was sent while issue was closed.
Committed patchset #5 (id:100001) manually as
2c3c82e26c745e8fdb8a47d6461189f0bbadaafe (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698