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

Issue 6246150: Add test framework for bmpblk_utility. (Closed)

Created:
9 years, 10 months ago by Bill Richardson
Modified:
9 years, 6 months ago
Reviewers:
Randall Spangler
CC:
chromium-os-reviews_chromium.org, Randall Spangler, gauravsh, Luigi Semenzato, Bill Richardson
Visibility:
Public.

Description

Add test framework for bmpblk_utility. BUG=chromium-os:11742 TEST=manual Check out sources, run: cd src/platform/vboot_reference make make runbmptests It should pass. Change-Id: I50ebdef26662e7446828315a3f5e2786624508b9 Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=856e072

Patch Set 1 #

Total comments: 7

Patch Set 2 : Done. PTAL. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+107 lines, -3 lines) Patch
M Makefile View 1 chunk +3 lines, -0 lines 0 comments Download
M tests/Makefile View 1 chunk +7 lines, -1 line 0 comments Download
A tests/bitmaps/Makefile View 1 chunk +8 lines, -0 lines 0 comments Download
A tests/bitmaps/NotReallyA.bmp View Binary file 0 comments Download
A tests/bitmaps/TestBmpBlock.py View 1 1 chunk +49 lines, -0 lines 1 comment Download
A tests/bitmaps/case_badbmp.yaml View 1 chunk +19 lines, -0 lines 0 comments Download
A tests/bitmaps/case_nobmp.yaml View 1 chunk +19 lines, -0 lines 0 comments Download
M utility/bmpblk_utility.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Bill Richardson
9 years, 10 months ago (2011-02-07 22:00:55 UTC) #1
Randall Spangler
http://codereview.chromium.org/6246150/diff/1/tests/bitmaps/TestBmpBlock.py File tests/bitmaps/TestBmpBlock.py (right): http://codereview.chromium.org/6246150/diff/1/tests/bitmaps/TestBmpBlock.py#newcode13 tests/bitmaps/TestBmpBlock.py:13: p = subprocess.Popen(*args, stdout=subprocess.PIPE, stderr=subprocess.PIPE) Since args is already ...
9 years, 10 months ago (2011-02-07 22:40:31 UTC) #2
Bill Richardson
9 years, 10 months ago (2011-02-07 23:22:58 UTC) #3
Randall Spangler
9 years, 10 months ago (2011-02-07 23:38:35 UTC) #4
LGTM assuming typo fixed

http://codereview.chromium.org/6246150/diff/4001/tests/bitmaps/TestBmpBlock.py
File tests/bitmaps/TestBmpBlock.py (right):

http://codereview.chromium.org/6246150/diff/4001/tests/bitmaps/TestBmpBlock.p...
tests/bitmaps/TestBmpBlock.py:43: print('You must specify the path to
bmpbpk_utility in the $%s '
bmpblk?

Powered by Google App Engine
This is Rietveld 408576698