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

Issue 3121010: Remove ltp from set of tests to build. (Closed)

Created:
10 years, 4 months ago by davidjames
Modified:
9 years, 4 months ago
Reviewers:
kmixter1
CC:
chromium-os-reviews_chromium.org, Mandeep Singh Baines, anush, sosa, zbehan
Base URL:
ssh://git@chromiumos-git/crosutils.git
Visibility:
Public.

Description

Remove ltp from set of tests to build. The ltp tests don't pass, and take a long time to build. Once they pass, it'll make sense to add them back. But otherwise, no point waiting for their long build process to complete. BUG=none TEST=Run build_packages --withautotest

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M autotest View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
davidjames
10 years, 4 months ago (2010-08-12 21:21:47 UTC) #1
ericli
LGTM. On Thu, Aug 12, 2010 at 2:21 PM, <davidjames@chromium.org> wrote: > Reviewers: kmixter1, > ...
10 years, 4 months ago (2010-08-12 21:32:08 UTC) #2
zbehan
Could you also remove them from the list in the autotests-tests-9999.ebuild ? On Thu, Aug ...
10 years, 4 months ago (2010-08-12 21:32:58 UTC) #3
zbehan
Or....disable them, ie. change them to nothing instead of +. On Thu, Aug 12, 2010 ...
10 years, 4 months ago (2010-08-12 21:35:31 UTC) #4
kmixter1
10 years, 4 months ago (2010-08-12 22:48:56 UTC) #5
LGTM

On Thu, Aug 12, 2010 at 2:21 PM,  <davidjames@chromium.org> wrote:
> Reviewers: kmixter1,
>
> Description:
> Remove ltp from set of tests to build.
>
> The ltp tests don't pass, and take a long time to build. Once they pass,
> it'll make sense to add them back. But otherwise, no point waiting for their
> long build process to complete.
>
> BUG=none
> TEST=Run build_packages --withautotest
>
> Please review this at http://codereview.chromium.org/3121010/show
>
> SVN Base: ssh://git@chromiumos-git/crosutils.git
>
> Affected files:
>  M autotest
>
>
> Index: autotest
> diff --git a/autotest b/autotest
> index
>
1ab04e3083485d3dfb11dfe88170acdb501ad839..e5065950d718397d2c9d617061ab330f9b112b4e
> 100755
> --- a/autotest
> +++ b/autotest
> @@ -155,7 +155,7 @@ def build_autotest(options):
>   else:
>     blacklist = []
>
> -  all_tests =
> ('compilebench,dbench,disktest,fsx,hackbench,iperf,ltp,netperf2,'
> +  all_tests = ('compilebench,dbench,disktest,fsx,hackbench,iperf,netperf2,'
>                'netpipe,unixbench')
>   site_tests = '../third_party/autotest/files/client/site_tests'
>   for site_test in os.listdir(site_tests):
>
>
>

Powered by Google App Engine
This is Rietveld 408576698