From: Bian Naimeng <biannm@cn.fujitsu.com>
To: Garrett Cooper <yanegomi@gmail.com>
Cc: ltp-list@lists.sourceforge.net
Subject: [LTP] [RFC][PATCH]Skip DOTS category always
Date: Mon, 08 Nov 2010 15:34:54 +0800 [thread overview]
Message-ID: <4CD7A81E.1020603@cn.fujitsu.com> (raw)
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 <biannm@cn.fujitsu.com>
---
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
--
1.7.0.4
--
Regards
Bian Naimeng
------------------------------------------------------------------------------
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
next reply other threads:[~2010-11-08 7:34 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-08 7:34 Bian Naimeng [this message]
2010-11-10 7:37 ` [LTP] [RFC][PATCH]Skip DOTS category always Gui Jianfeng
2010-11-10 8:26 ` Garrett Cooper
2010-11-11 7:57 ` Subrata Modak
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4CD7A81E.1020603@cn.fujitsu.com \
--to=biannm@cn.fujitsu.com \
--cc=ltp-list@lists.sourceforge.net \
--cc=yanegomi@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox