Hi,

I am rebasing my local git repository with ltp May release from
git://ltp.git.sourceforge.net/gitroot/ltp/ltp, but I see no tag for
May release. which commit is the last one for May release?

Regards,

Hake

2011/6/9  <[email protected]>:
> Send Ltp-list mailing list submissions to
>        [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        https://lists.sourceforge.net/lists/listinfo/ltp-list
> or, via email, send a message with subject or body 'help' to
>        [email protected]
>
> You can reach the person managing the list at
>        [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Ltp-list digest..."
>
>
> Today's Topics:
>
>   1. Re: open posix "sigpause" test defect (Cyril Hrubis)
>   2. Re: open posix "sigpause" test defect (Kevin R. Whitney)
>   3. [ANNOUNCE] The Linux Test Project has been released for MAY
>      2011. (Shubham Goyal)
>   4. [PATCH v2] cgroups/cpuacct_setup: fix task_kill() search for
>      process (Jan Stancek)
>   5. [PATCH] acl_test01: fix incorrect failure losetup.1 (Po-Yu Chuang)
>   6. [PATCH] gzip_tests.sh: fix error message typo (Po-Yu Chuang)
>   7. Re: [PATCH] acl_test01: fix incorrect failure losetup.1
>      (Garrett Cooper)
>   8. Re: [PATCH] gzip_tests.sh: fix error message typo (Garrett Cooper)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 3 Jun 2011 15:00:36 +0200
> From: Cyril Hrubis <[email protected]>
> Subject: Re: [LTP] open posix "sigpause" test defect
> To: "Kevin R. Whitney" <[email protected]>
> Cc: [email protected]
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=us-ascii
>
> Hi!
>> This is my first post, so if I'm in the wrong place, please direct me to the
>> correct place!
>>
>> I found that
>> test testcases/open_posix_testsuite/conformance/interfaces/sigpause/3-1.c is
>> unstable because of a defect in the code.  Of course I can provide the logic
>> and diffs, but where/who should I send it to?
>
> You got to the right place ;). Send a signed patch here.
>
> --
> Cyril Hrubis
> [email protected]
>
>
>
> ------------------------------
>
> Message: 2
> Date: Sat, 4 Jun 2011 20:43:34 -0400
> From: "Kevin R. Whitney" <[email protected]>
> Subject: Re: [LTP] open posix "sigpause" test defect
> To: Cyril Hrubis <[email protected]>
> Cc: [email protected]
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="utf-8"
>
> I'm new- I don't know how to do that.  I'll look around the website, but if
> you have the
> info handy it'd be great if you could give me a pointer.
>
> Thanks,
>
> Kevin
>
>
> On Fri, Jun 3, 2011 at 9:00 AM, Cyril Hrubis <[email protected]> wrote:
>
>> Hi!
>> > This is my first post, so if I'm in the wrong place, please direct me to
>> the
>> > correct place!
>> >
>> > I found that
>> > test testcases/open_posix_testsuite/conformance/interfaces/sigpause/3-1.c
>> is
>> > unstable because of a defect in the code.  Of course I can provide the
>> logic
>> > and diffs, but where/who should I send it to?
>>
>> You got to the right place ;). Send a signed patch here.
>>
>> --
>> Cyril Hrubis
>> [email protected]
>>
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> Message: 3
> Date: Mon, 06 Jun 2011 15:56:38 +0530
> From: Shubham Goyal <[email protected]>
> Subject: [LTP] [ANNOUNCE] The Linux Test Project has been released for
>        MAY     2011.
> To: LTP list <[email protected]>,
>        [email protected]
> Cc: [email protected], [email protected],
>        [email protected]
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi,
>
> The Linux Test Project test suite has been released for the month of
> MAY 2011. Please see ltp/INSTALL file carefully, as there has been multiple
> changes for building/installing the test suite after the recent changes in
> Makefile infrastructure.
>
> The latest version of the test-suite contains 3000+ tests for the Linux
> OS and can be found at:
> http://ltp.sourceforge.net/,
> Latest happenings in LTP can also be found at:
> http://ltp.sourceforge.net/wiki/,
> http://ltp.sourceforge.net/wikiArchives.php, and,
> IRC: irc.freenode.org #ltp.
>
> Our web site also contains other information such as:
> - A Linux test tools matrix
> - Technical papers
> - How To's on Linux testing
> - Code coverage analysis tool.
>
> We would encourage the community to post results to
> [email protected],
>
> patches, new tests, bugs or comments/questions to [email protected],
>
> http://sourceforge.net/tracker/?func=add&group_id=3382&atid=103382  (for
> New Bug(s)),
> http://sourceforge.net/tracker/?func=add&group_id=3382&atid=303382  (for
> New Patch(s)),
> http://sourceforge.net/tracker/?func=add&group_id=3382&atid=353382  (for
> New Feature Request(s))
>
> **Note: Some pending patches will be checked in for next release.
>
> Happy testing,
> Regards,
> Shubham
>
>
>
>
> ------------------------------
>
> Message: 4
> Date: Tue, 07 Jun 2011 16:19:52 +0200
> From: Jan Stancek <[email protected]>
> Subject: [LTP] [PATCH v2] cgroups/cpuacct_setup: fix task_kill()
>        search for      process
> To: [email protected]
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="utf-8"
>
>
> 1. "i* in "grep cpuacct_taski*" seems pointless as
> its target is cpuacct_task01
>
> 2. using cut fails when ps indents the output as following:
>   99 cpuacct_task01
>  112 cpuacct_task01
> 1111 cpuacct_task01
>
> Signed-off-by: Jan Stancek <[email protected]>
> ---
>  .../kernel/controllers/cpuacct/cpuacct_setup.sh    |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: 0001-cgroups-cpuacct_setup-fix-task_kill-search-for-proce.patch
> Type: text/x-patch
> Size: 470 bytes
> Desc: not available
>
> ------------------------------
>
> Message: 5
> Date: Thu,  9 Jun 2011 11:53:58 +0800
> From: Po-Yu Chuang <[email protected]>
> Subject: [LTP] [PATCH] acl_test01: fix incorrect failure losetup.1
> To: [email protected]
> Cc: Po-Yu Chuang <[email protected]>
> Message-ID:
>        <[email protected]>
>
> From: Po-Yu Chuang <[email protected]>
>
> The LOOP_DEV empty checking was incorrect.
>
> Use `command` for command substitution.
>
> Also move the assignment out of condition expression. Bash 3.2.9 and
> Busybox 1.17.3 ash do not seem to support this kind of usage.
>
> Signed-off-by: Po-Yu Chuang <[email protected]>
> ---
>  testcases/kernel/fs/acls/acl_test01 |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/testcases/kernel/fs/acls/acl_test01 
> b/testcases/kernel/fs/acls/acl_test01
> index 7901002..7f883c6 100755
> --- a/testcases/kernel/fs/acls/acl_test01
> +++ b/testcases/kernel/fs/acls/acl_test01
> @@ -125,7 +125,8 @@ else
>
>        # Avoid hardcoded loopback device values (-f tries to find the first
>        # available loopback device name)!
> -       if ! (LOOP_DEV=$(losetup -f) && [ "x$LOOP_DEV" = x ]); then
> +       LOOP_DEV=`losetup -f`
> +       if [ "x$LOOP_DEV" = x ]; then
>                tst_resm TCONF "[ losetup.1 ] Failed to find an available 
> loopback device -- is the required support compiled in your kernel?"
>                exit 0
>        fi
> --
> 1.6.3.3
>
>
>
>
> ------------------------------
>
> Message: 6
> Date: Thu,  9 Jun 2011 11:56:24 +0800
> From: Po-Yu Chuang <[email protected]>
> Subject: [LTP] [PATCH] gzip_tests.sh: fix error message typo
> To: [email protected]
> Cc: Po-Yu Chuang <[email protected]>
> Message-ID:
>        <[email protected]>
>
> From: Po-Yu Chuang <[email protected]>
>
>
> Signed-off-by: Po-Yu Chuang <[email protected]>
> ---
>  testcases/commands/gzip/gzip_tests.sh |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/testcases/commands/gzip/gzip_tests.sh 
> b/testcases/commands/gzip/gzip_tests.sh
> index 99cafa4..5dba859 100755
> --- a/testcases/commands/gzip/gzip_tests.sh
> +++ b/testcases/commands/gzip/gzip_tests.sh
> @@ -265,7 +265,7 @@ test02()
>     if [ $RC -ne 0 ]
>        then
>                tst_brk TBROK $LTPTMP/tst_gzip.err NULL \
> -               "Test #2: uncompressing directory $LTPTMP/tst_gzip.tmp 
> failed.  Reason"
> +               "Test #2: compressing directory $LTPTMP/tst_gzip.tmp failed.  
> Reason"
>                return $RC
>        fi
>
> --
> 1.6.3.3
>
>
>
>
> ------------------------------
>
> Message: 7
> Date: Wed, 8 Jun 2011 21:12:07 -0700
> From: Garrett Cooper <[email protected]>
> Subject: Re: [LTP] [PATCH] acl_test01: fix incorrect failure losetup.1
> To: Po-Yu Chuang <[email protected]>
> Cc: [email protected], Po-Yu Chuang
>        <[email protected]>
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=us-ascii
>
> On Jun 8, 2011, at 8:53 PM, Po-Yu Chuang wrote:
>
>> From: Po-Yu Chuang <[email protected]>
>>
>> The LOOP_DEV empty checking was incorrect.
>>
>> Use `command` for command substitution.
>>
>> Also move the assignment out of condition expression. Bash 3.2.9 and
>> Busybox 1.17.3 ash do not seem to support this kind of usage.
>
>        Yeah... looking back and knowing what I do now, that would never work 
> because that's executed in a subshell.
> Thanks!
> -Garrett
>
>
> ------------------------------
>
> Message: 8
> Date: Wed, 8 Jun 2011 21:20:40 -0700
> From: Garrett Cooper <[email protected]>
> Subject: Re: [LTP] [PATCH] gzip_tests.sh: fix error message typo
> To: Po-Yu Chuang <[email protected]>
> Cc: [email protected], Po-Yu Chuang
>        <[email protected]>
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=us-ascii
>
> On Jun 8, 2011, at 8:56 PM, Po-Yu Chuang wrote:
>
>> From: Po-Yu Chuang <[email protected]>
>>
>>
>> Signed-off-by: Po-Yu Chuang <[email protected]>
>> ---
>> testcases/commands/gzip/gzip_tests.sh |    2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/testcases/commands/gzip/gzip_tests.sh 
>> b/testcases/commands/gzip/gzip_tests.sh
>> index 99cafa4..5dba859 100755
>> --- a/testcases/commands/gzip/gzip_tests.sh
>> +++ b/testcases/commands/gzip/gzip_tests.sh
>> @@ -265,7 +265,7 @@ test02()
>>     if [ $RC -ne 0 ]
>>       then
>>               tst_brk TBROK $LTPTMP/tst_gzip.err NULL \
>> -             "Test #2: uncompressing directory $LTPTMP/tst_gzip.tmp failed. 
>>  Reason"
>> +             "Test #2: compressing directory $LTPTMP/tst_gzip.tmp failed.  
>> Reason"
>>               return $RC
>
> Committed -- thanks :).
> -Garrett
>
>
>
>
> ------------------------------
>
> ------------------------------------------------------------------------------
> EditLive Enterprise is the world's most technically advanced content
> authoring tool. Experience the power of Track Changes, Inline Image
> Editing and ensure content is compliant with Accessibility Checking.
> http://p.sf.net/sfu/ephox-dev2dev
>
> ------------------------------
>
> _______________________________________________
> Ltp-list mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ltp-list
>
>
> End of Ltp-list Digest, Vol 61, Issue 3
> ***************************************
>

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to