From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sog-mx-3.v43.ch3.sourceforge.com ([172.29.43.193] helo=mx.sourceforge.net) by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.69) (envelope-from ) id 1PG5FD-0008Ph-NA for ltp-list@lists.sourceforge.net; Wed, 10 Nov 2010 07:37:23 +0000 Received: from [222.73.24.84] (helo=song.cn.fujitsu.com) by sog-mx-3.v43.ch3.sourceforge.com with esmtp (Exim 4.69) id 1PG5FA-0004Di-9O for ltp-list@lists.sourceforge.net; Wed, 10 Nov 2010 07:37:23 +0000 Message-ID: <4CDA4BAA.6090507@cn.fujitsu.com> Date: Wed, 10 Nov 2010 15:37:14 +0800 From: Gui Jianfeng MIME-Version: 1.0 References: <4CD7A81E.1020603@cn.fujitsu.com> In-Reply-To: <4CD7A81E.1020603@cn.fujitsu.com> Subject: Re: [LTP] [RFC][PATCH]Skip DOTS category always List-Id: Linux Test Project General Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ltp-list-bounces@lists.sourceforge.net To: Garrett Cooper Cc: ltp-list@lists.sourceforge.net Bian Naimeng wrote: > After applied commit 43b57dbb4b959203bda5743ee7ff36c627e0911c, some error are caught > when install test suite. > > make[2]: Entering directory `/home/biannm/ltp-882ad81/testcases/DOTS' > make[2]: *** No rule to make target `install'. Stop. > make[2]: Leaving directory `/home/biannm/ltp-882ad81/testcases/DOTS' > make[1]: *** [install] Error 2 > make[1]: Leaving directory `/home/biannm/ltp-882ad81/testcases' > make: *** [testcases-install] Error 2 > > The commit 43b57dbb4b959203bda5743ee7ff36c627e0911c looks to fix some configure error > reported by mitani-san. But at the older LTP, Dots is be filtered out always, why we > add a checking, it looks unnecessary. > > ------ > Dots need be skip always. > > Signed-off-by: Bian Naimeng Hi Garrettt, This installation failure is really noisy. Would you Apply this patch? Gui > > --- > testcases/Makefile | 7 +------ > 1 files changed, 1 insertions(+), 6 deletions(-) > > diff --git a/testcases/Makefile b/testcases/Makefile > index b30d6d4..4792811 100644 > --- a/testcases/Makefile > +++ b/testcases/Makefile > @@ -31,7 +31,7 @@ include $(top_srcdir)/include/mk/env_pre.mk > # run). > # 3. mce-test doesn't fit cleanly in the build, yet. > # 4. pounder21 is just broken. > -FILTER_OUT_DIRS := ballista kdump mce-test open% pounder21 > +FILTER_OUT_DIRS := DOTS ballista kdump mce-test open% pounder21 > > # XXX (garrcoop): Not sure why realtime is still in this list; this was the > # original list of disabled items... > @@ -41,11 +41,6 @@ ifeq ($(UCLINUX),1) > FILTER_OUT_DIRS += realtime > endif > > -# DOTS requires javac > -ifeq ($(strip $(JAVAC)),) > -FILTER_OUT_DIRS += DOTS > -endif > - > # > # XXX (garrcoop): disabling the open_posix_testsuite by request from Subrata > # due to build times (open_posix_testsuite runs serially by design to ------------------------------------------------------------------------------ The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best-selling book "Blueprint to a Billion" shares his insights and actions to help propel your business during the next growth cycle. Listen Now! http://p.sf.net/sfu/SAP-dev2dev _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list