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

Issue 9150023: Add a cros autotest runner for omx_video_decode_accelerator_unittest (on ARM). (Closed)

Created:
8 years, 11 months ago by Ami GONE FROM CHROMIUM
Modified:
8 years, 11 months ago
Reviewers:
scottz, DaleCurtis
CC:
chromium-reviews, hclam+watch_chromium.org, ddorwin+watch_chromium.org, fischman+watch_chromium.org, jam, acolwell+watch_chromium.org, annacc+watch_chromium.org, apatrick_chromium, dpranke-watch+content_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, vrk (LEFT CHROMIUM), scherkus (not reviewing), ihf+watch_chromium.org
Visibility:
Public.

Description

Add a cros autotest runner for omx_video_decode_accelerator_unittest (on ARM). Also fixed a bug in v_d_a_unittest.cc where specifying the known switch would fall-through to the FATAL for unknown switches. BUG=109828 TEST=Manual run passed: emerge-tegra2_kaen chromeos-chrome && run_remote_tests.sh --remote=<tegra2IP> --use_emerged OMXTest Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=118849

Patch Set 1 #

Total comments: 4

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -1 line) Patch
A chrome/test/chromeos/autotest/files/client/site_tests/desktopui_OMXTest/control View 1 1 chunk +21 lines, -0 lines 0 comments Download
A chrome/test/chromeos/autotest/files/client/site_tests/desktopui_OMXTest/desktopui_OMXTest.py View 1 chunk +19 lines, -0 lines 0 comments Download
M content/common/gpu/media/video_decode_accelerator_unittest.cc View 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
Ami GONE FROM CHROMIUM
Dale: please review. This requires a cros ebuild CL, too, to work correctly, but I ...
8 years, 11 months ago (2012-01-19 09:34:19 UTC) #1
Ami GONE FROM CHROMIUM
On 2012/01/19 09:34:19, Ami Fischman wrote: > Dale: please review. > This requires a cros ...
8 years, 11 months ago (2012-01-19 09:48:08 UTC) #2
DaleCurtis
+cmasone for control file specifics. https://chromiumcodereview.appspot.com/9150023/diff/1/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_OMXTest/control File chrome/test/chromeos/autotest/files/client/site_tests/desktopui_OMXTest/control (right): https://chromiumcodereview.appspot.com/9150023/diff/1/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_OMXTest/control#newcode5 chrome/test/chromeos/autotest/files/client/site_tests/desktopui_OMXTest/control:5: AUTHOR = "Chrome OS ...
8 years, 11 months ago (2012-01-19 18:22:45 UTC) #3
Ami GONE FROM CHROMIUM
https://chromiumcodereview.appspot.com/9150023/diff/1/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_OMXTest/control File chrome/test/chromeos/autotest/files/client/site_tests/desktopui_OMXTest/control (right): https://chromiumcodereview.appspot.com/9150023/diff/1/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_OMXTest/control#newcode9 chrome/test/chromeos/autotest/files/client/site_tests/desktopui_OMXTest/control:9: This test will fail if any of the tests ...
8 years, 11 months ago (2012-01-19 18:31:58 UTC) #4
Ami GONE FROM CHROMIUM
Chris: ping? (see Dale's q to you below) Cheers, -a On Thu, Jan 19, 2012 ...
8 years, 11 months ago (2012-01-20 17:31:55 UTC) #5
Chris Masone
Please talk to scottz about this, as I'm working on some other P0 items. On ...
8 years, 11 months ago (2012-01-20 17:33:50 UTC) #6
Ami GONE FROM CHROMIUM
Scott: can you please review & answer Dale's q to Chris (which he redir'd to ...
8 years, 11 months ago (2012-01-20 19:20:35 UTC) #7
scottz
The code looks good, just need to understand when/where you want this to run. On ...
8 years, 11 months ago (2012-01-24 15:38:13 UTC) #8
scottz
http://codereview.chromium.org/9150023/diff/1/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_OMXTest/control File chrome/test/chromeos/autotest/files/client/site_tests/desktopui_OMXTest/control (right): http://codereview.chromium.org/9150023/diff/1/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_OMXTest/control#newcode1 chrome/test/chromeos/autotest/files/client/site_tests/desktopui_OMXTest/control:1: # Copyright (c) 2012 The Chromium Authors. All rights ...
8 years, 11 months ago (2012-01-24 15:46:00 UTC) #9
Ami GONE FROM CHROMIUM
On Jan 24, 2012 7:46 AM, <scottz@chromium.org> wrote: > > > http://codereview.chromium.org/9150023/diff/1/chrome/test/chromeos/autotest/files/client/site_tests/desktopui_OMXTest/control > File > ...
8 years, 11 months ago (2012-01-24 15:49:51 UTC) #10
scottz
For the time being you are going to need to edit the chromeos_test_config.json file in ...
8 years, 11 months ago (2012-01-24 16:46:12 UTC) #11
scottz
8 years, 11 months ago (2012-01-24 16:59:44 UTC) #12
On 2012/01/24 16:46:12, scottz wrote:
> For the time being you are going to need to edit the chromeos_test_config.json
> file in the chromium os autotest check out under
> files/site_utils/chromeos_test_config.json, add a new desktopui_tegra2
category
> under groups and then add that to each target that should be testing this. I
> suspect it is tegra2-kaen-r18 only right now since that is top of tree.
> 
> You can go ahead and commit this change as the next change that needs to be
done
> is in a different the autotest chromium os repo. Feel free to ping me on chat
if
> you have any questions. 
> 
> 
> 
> On 2012/01/24 15:49:51, Ami Fischman wrote:
> > On Jan 24, 2012 7:46 AM, <mailto:scottz@chromium.org> wrote:
> > >
> > >
> > >
> >
>
http://codereview.chromium.org/9150023/diff/1/chrome/test/chromeos/autotest/f...
> > > File
> > >
> >
>
chrome/test/chromeos/autotest/files/client/site_tests/desktopui_OMXTest/control
> > > (right):
> > >
> > >
> >
>
http://codereview.chromium.org/9150023/diff/1/chrome/test/chromeos/autotest/f...
> > >
> >
>
chrome/test/chromeos/autotest/files/client/site_tests/desktopui_OMXTest/control:1:
> > >
> > > # Copyright (c) 2012 The Chromium Authors. All rights reserved.
> > > What suite should this be running in?
> > 
> > I want this to run on a tegra2 bot, regularly.  IIUC that means the cros
> > autotest farm.  I don't care what suite it runs in but it should only try
> > to run on tegra2 - it'll fail elsewhere.


LGTM

Powered by Google App Engine
This is Rietveld 408576698