Re: [LTP] [ANNOUNCE] Linux Test Project for AUGUST 2010 has been released

2010-09-13 Thread Paul Larson
t consistency would be good. Also the .git directory was left behind, making the download size much larger than it should have been. Any chance there might be an interim release to correct these? Thanks, Paul Larson signature.asc Description: This is a digital

Re: [LTP] [PATCH] ARM: Correct stack size & alignment for clone tests

2010-07-22 Thread Paul Larson
I tried this on my arm boxes and it fixes the clone tests, which were previously broken for arm. Please apply. Thanks, Paul Larson On Thu, 2010-07-22 at 10:07 +0100, Peter Pearse wrote: > An ARM stack must be a multiple of 32 bit words in length, and 32 bit > aligned. > > Signed-o

Re: [LTP] testcase mm-shmt09 failing on arm . please help

2010-04-29 Thread Paul Larson
M (1), got 13: Permission denied This is from a run I did on yesterday's git snapshot, with msgctl10 blacklisted. I only ran the syscalls suite. I'm curious if anyone else running on arm also sees these failures. My current platform is a beagleboard, but I've seen these failures on oth

Re: [LTP] Fix for make autotools

2010-01-13 Thread Paul Larson
Can we go ahead and push this in, or is there a problem you see with it? I also tested with older automake in karmic (automake 1.11) and it had no problems there. Thanks, Paul Larson On Mon, 2010-01-11 at 09:43 -0800, Garrett Cooper wrote: > On Mon, Jan 11, 2010 at 8:10 AM, Paul Larson >

Re: [LTP] Fix for make autotools

2010-01-11 Thread Paul Larson
On Mon, 2010-01-11 at 09:43 -0800, Garrett Cooper wrote: > On Mon, Jan 11, 2010 at 8:10 AM, Paul Larson > wrote: > > Make autotools seems to break on more recent versions without this. > > > > Signed-off-by: Paul Larson > > --- > > diff --git a/include/mk/

[LTP] Fix for make autotools

2010-01-11 Thread Paul Larson
Make autotools seems to break on more recent versions without this. Signed-off-by: Paul Larson --- diff --git a/include/mk/automake.mk b/include/mk/automake.mk index e23d5d4..889e6cf 100644 --- a/include/mk/automake.mk +++ b/include/mk/automake.mk @@ -59,7 +59,7 @@ include: mkdir -p

[LTP] make install... doesn't

2009-12-07 Thread Paul Larson
p_srcdir)/$(subst -install,,$@)/Makefile" all Thanks, Paul Larson -- Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev

[LTP] quotactl01 broken

2009-09-23 Thread Paul Larson
TEST_ERRNO=EFAULT(14): Bad address quotactl018 TFAIL : quotactl01 failed, cmd=0x81: TEST_ERRNO=EFAULT(14): Bad address I believe this test should be removed from the runtest file until it can be fixed properly. Thanks, Paul Larson [1] http://www.kernel.org/doc/man-pages/online/pages/man2/

Re: [LTP] fix for file_test for systems without rpm installed

2009-08-26 Thread Paul Larson
Geert Uytterhoeven wrote: > On Wed, 19 Aug 2009, Paul Larson wrote: >> Here's the fixed version, forgot I needed to redo these... >> >> If you run file_test.sh on a system without rpm installed, it should >> return tconf instead of tfail. >> >> Si

Re: [LTP] [PATCH 00/02] Integrate Valgrind Memory Check Tool to LTP

2009-08-25 Thread Paul Larson
It doesn't need to have anywhere near the same options available as under runltp. Other than being able to specify a set of tests to run, I can't really think of a need for many of the others. Thanks, Paul Larson --

Re: [LTP] [PATCH 00/02] Integrate Valgrind Memory Check Tool to LTP

2009-08-24 Thread Paul Larson
on for runltp? Thanks, Paul Larson -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core appli

[LTP] fix mail_tests for systems without mail installed

2009-08-19 Thread Paul Larson
mail_tests should return tconf instead of tfail if mail is not installed. Signed-off-by: Paul Larson --- diff --git a/testcases/commands/mail/mail_tests.sh b/testcases/commands/mail/mail_tests.sh index 7458944..0959a0c 100755 --- a/testcases/commands/mail/mail_tests.sh +++ b/testcases/commands

[LTP] fix for file_test for systems without rpm installed

2009-08-19 Thread Paul Larson
Here's the fixed version, forgot I needed to redo these... If you run file_test.sh on a system without rpm installed, it should return tconf instead of tfail. Signed-off-by: Paul Larson --- diff --git a/testcases/commands/ade/file/file_test.sh b/testcases/commands/ade/file/file_test.sh

Re: [LTP] Add option to skip tests

2009-08-13 Thread Paul Larson
skip. Signed-off-by: Paul Larson --- diff --git a/runltp b/runltp index c26f4ab..15da5ab 100755 --- a/runltp +++ b/runltp @@ -141,6 +141,7 @@ usage() -q Print less verbose output to screen. -r LTPROOT Fully qualified path where testsuite is installed. -s PA

[LTP] Add option to skip tests

2009-08-12 Thread Paul Larson
broken on that arch. The skipfile is simply a list of test names, one per line. Thanks, Paul Larson --- Add a -S option to runltp that allows the user to specify a SKIPFILE of tests to skip. Signed-off-by: Paul Larson --- diff --git a/runltp b/runltp index c26f4ab..746a1ec 100755 --- a

[LTP] fix mail_tests for systems without mail installed

2009-08-12 Thread Paul Larson
mail_tests should return tconf instead of tfail if mail is not installed. Signed-off-by: Paul Larson --- diff --git a/testcases/commands/mail/mail_tests.sh b/testcases/commands/mail/mail_tests.sh index 7458944..a2c6487 100755 --- a/testcases/commands/mail/mail_tests.sh +++ b/testcases/commands

[LTP] fix file_test.sh for systems without rpm installed

2009-08-12 Thread Paul Larson
If you run file_test.sh on a system without rpm installed, it should return tconf instead of tfail. Signed-off-by: Paul Larson --- diff --git a/testcases/commands/ade/file/file_test.sh b/testcases/commands/ade/file/file_test.sh index 4fc9dec..0225b56 100755 --- a/testcases/commands/ade/file

Re: [LTP] fix lib6 test building

2009-08-12 Thread Paul Larson
Garrett Cooper wrote: > On Aug 12, 2009, at 8:13 AM, Paul Larson wrote: > >> Garrett Cooper wrote: >>> On Thu, Aug 6, 2009 at 7:52 AM, Paul >>> Larson wrote: >>>> The lib6 tests seem to fail the first pass through building for me >>>> because

Re: [LTP] fix lib6 test building

2009-08-12 Thread Paul Larson
Garrett Cooper wrote: > On Thu, Aug 6, 2009 at 7:52 AM, Paul Larson wrote: >> The lib6 tests seem to fail the first pass through building for me >> because ranlib does not seem to get set correctly at any point. This >> seems to fix it up for me. > > Fixed on

Re: [LTP] [PATCH 05/05] Add the necessary Interface and Option through "runltp"

2009-08-11 Thread Paul Larson
though. 4. more granularity possible with the fault injections to specify the type of faults, or optionally, the behaviour you have here? Thanks, Paul Larson -- Let Crystal Reports handle the reporting - Free Crystal Repo

[LTP] fix lib6 test building

2009-08-06 Thread Paul Larson
The lib6 tests seem to fail the first pass through building for me because ranlib does not seem to get set correctly at any point. This seems to fix it up for me. Thanks, Paul Larson Fix build problem with lib6 tests Signed-off-by: Paul Larson --- diff --git a/testcases/network/lib6

Re: [LTP] [RFC] [OLS 2008 FALLOUT] Issue # 1

2008-08-13 Thread Paul Larson
It can be done in a generic enough way, sure, but normally ends up spiraling out of control into something difficult to setup and manage. People tend to look at something like that and decide they could come up with something simpler (but not generic enough to be used anywhere) themselves. -Paul