|
|
Created:
7 years, 9 months ago by Owen Lin Modified:
7 years, 8 months ago CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, apatrick_chromium, feature-media-reviews_chromium.org Base URL:
https://chromium.googlesource.com/chromium/src.git@master Visibility:
Public. |
DescriptionRemove the usage of omax-vda from the video_decode_accelerator_unittest.
Also remove the flag "use-exynos-vda" from the test since
it is not needed anymore.
BUG=223823
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=192996
Patch Set 1 #
Total comments: 1
Patch Set 2 : Remove the usage of ovda #
Total comments: 1
Patch Set 3 : Change description #Messages
Total messages: 17 (0 generated)
PTAL. Thanks. :)
https://codereview.chromium.org/12844012/diff/1/content/common/gpu/media/vide... File content/common/gpu/media/video_decode_accelerator_unittest.cc (left): https://codereview.chromium.org/12844012/diff/1/content/common/gpu/media/vide... content/common/gpu/media/video_decode_accelerator_unittest.cc:991: if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kUseExynosVda)) Just fyr, how about changing use-exynos to use-omx flag? (then we may not have to really use it in command line for all platforms.)
This seems wrong: 1) Why pass irrelevant flags? Can we not have the test driver specify the flag only where appropriate? I worry about confusion arising from apparently-successful test runs on that only pass because the flag is ignored, but which imply that the flag is relevant for the platform. 2) That flag should die shortly - see bug 223194 FYI the CL description lists the bug as "BUG=chrome:223823" but the codesite project name is "chromium" not "chrome". Also since "chromium" is the default codesite project this instance of rietveld is used for, you don't need to specify the project at all, so the line can simply be BUG=223823
On 2013/03/28 07:16:50, Ami Fischman wrote: > This seems wrong: > 1) Why pass irrelevant flags? Can we not have the test driver specify the flag > only where appropriate? I worry about confusion arising from > apparently-successful test runs on that only pass because the flag is ignored, > but which imply that the flag is relevant for the platform. > 2) That flag should die shortly - see bug 223194 > > FYI the CL description lists the bug as "BUG=chrome:223823" but the codesite > project name is "chromium" not "chrome". Also since "chromium" is the default > codesite project this instance of rietveld is used for, you don't need to > specify the project at all, so the line can simply be BUG=223823 How about just removing the "use-exynos-vda" for the unittest and always use EVDA.
WFM, esp. if it's part of the above-cited bug. On Thu, Mar 28, 2013 at 12:47 AM, <owenlin@chromium.org> wrote: > On 2013/03/28 07:16:50, Ami Fischman wrote: > >> This seems wrong: >> 1) Why pass irrelevant flags? Can we not have the test driver specify the >> > flag > >> only where appropriate? I worry about confusion arising from >> apparently-successful test runs on that only pass because the flag is >> ignored, >> but which imply that the flag is relevant for the platform. >> 2) That flag should die shortly - see bug 223194 >> > > FYI the CL description lists the bug as "BUG=chrome:223823" but the >> codesite >> project name is "chromium" not "chrome". Also since "chromium" is the >> default >> codesite project this instance of rietveld is used for, you don't need to >> specify the project at all, so the line can simply be BUG=223823 >> > > How about just removing the "use-exynos-vda" for the unittest and always > use > EVDA. > > https://codereview.chromium.**org/12844012/<https://codereview.chromium.org/1... >
Agreed to using EVDA as default and not testing OVDA. AFAIK John's plan is removing OVDA after 27 if EVDA proves stable there. On 2013/03/28 08:11:37, Ami Fischman wrote: > WFM, esp. if it's part of the above-cited bug. > > > On Thu, Mar 28, 2013 at 12:47 AM, <mailto:owenlin@chromium.org> wrote: > > > On 2013/03/28 07:16:50, Ami Fischman wrote: > > > >> This seems wrong: > >> 1) Why pass irrelevant flags? Can we not have the test driver specify the > >> > > flag > > > >> only where appropriate? I worry about confusion arising from > >> apparently-successful test runs on that only pass because the flag is > >> ignored, > >> but which imply that the flag is relevant for the platform. > >> 2) That flag should die shortly - see bug 223194 > >> > > > > FYI the CL description lists the bug as "BUG=chrome:223823" but the > >> codesite > >> project name is "chromium" not "chrome". Also since "chromium" is the > >> default > >> codesite project this instance of rietveld is used for, you don't need to > >> specify the project at all, so the line can simply be BUG=223823 > >> > > > > How about just removing the "use-exynos-vda" for the unittest and always > > use > > EVDA. > > > > > https://codereview.chromium.**org/12844012/%3Chttps://codereview.chromium.org...> > >
PTAL
https://codereview.chromium.org/12844012/diff/8001/content/common/gpu/media/v... File content/common/gpu/media/video_decode_accelerator_unittest.cc (left): https://codereview.chromium.org/12844012/diff/8001/content/common/gpu/media/v... content/common/gpu/media/video_decode_accelerator_unittest.cc:379: if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kUseExynosVda)) { remove kUseExynosVda from content_switches.h?
lgtm
The CL summary & description need to be rewritten
On 2013/04/01 14:52:01, Ami Fischman wrote: > The CL summary & description need to be rewritten Done
LGTM % CL description nit: This CL does not: "Also remove the flag "use-exynos-vda" since it is not needed anymore." Instead, it removes the flag _from the test_. (the flag still exists and is used by chrome code)
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/owenlin@chromium.org/12844012/14001
Sorry for I got bad news for ya. Compile failed with a clobber build on linux_chromeos_clang. http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chro... Your code is likely broken or HEAD is junk. Please ensure your code is not broken then alert the build sheriffs. Look at the try server FAQ for more details.
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/owenlin@chromium.org/12844012/14001
Message was sent while issue was closed.
Change committed as 192996 |