Re: svn commit: trunk/uClibc/test/crypt

2009-03-16 Thread Carmelo AMOROSO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Carmelo AMOROSO wrote: > Denys Vlasenko wrote: >> On Wednesday 04 March 2009 04:41:41 pm Salvatore CRO' wrote: >>> Hi Carmelo, >>> Attached is a proposal tailored for rpc test that could be very easily >>> extedend to all tests in uClibc. Indeed it avo

Re: svn commit: trunk/uClibc/test/crypt

2009-03-07 Thread Carmelo Amoroso
Carmelo AMOROSO wrote: > Denys Vlasenko wrote: >> On Wednesday 04 March 2009 04:41:41 pm Salvatore CRO' wrote: >>> Hi Carmelo, >>> Attached is a proposal tailored for rpc test that could be very easily >>> extedend to all tests in uClibc. Indeed it avoids "include ../../.config" in >>> test Makefil

Re: svn commit: trunk/uClibc/test/crypt

2009-03-04 Thread Carmelo AMOROSO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Denys Vlasenko wrote: > On Wednesday 04 March 2009 04:41:41 pm Salvatore CRO' wrote: >> Hi Carmelo, >> Attached is a proposal tailored for rpc test that could be very easily >> extedend to all tests in uClibc. Indeed it avoids "include ../../.config" i

Re: svn commit: trunk/uClibc/test/crypt

2009-03-04 Thread Denys Vlasenko
On Wednesday 04 March 2009 04:41:41 pm Salvatore CRO' wrote: > Hi Carmelo, > Attached is a proposal tailored for rpc test that could be very easily > extedend to all tests in uClibc. Indeed it avoids "include ../../.config" in > test Makefile by : > > - creating a new file Makefile.in with the s

Re: svn commit: trunk/uClibc/test/crypt

2009-03-04 Thread Carmelo AMOROSO
ehalf > Of Carmelo AMOROSO > Sent: Wednesday, March 04, 2009 10:34 AM > To: Bernhard Reutner-Fischer > Cc: uclibc@uclibc.org > Subject: Re: svn commit: trunk/uClibc/test/crypt > > Bernhard Reutner-Fischer wrote: >> On Tue, Feb 24, 2009 at 01:07:15PM +0100, Carmelo AMOROS

RE: svn commit: trunk/uClibc/test/crypt

2009-03-04 Thread Salvatore CRO'
4 AM To: Bernhard Reutner-Fischer Cc: uclibc@uclibc.org Subject: Re: svn commit: trunk/uClibc/test/crypt -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bernhard Reutner-Fischer wrote: > On Tue, Feb 24, 2009 at 01:07:15PM +0100, Carmelo AMOROSO wrote: > >>> Log: >>> - d

Re: svn commit: trunk/uClibc/test/crypt

2009-03-04 Thread Carmelo AMOROSO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bernhard Reutner-Fischer wrote: > On Tue, Feb 24, 2009 at 01:07:15PM +0100, Carmelo AMOROSO wrote: > >>> Log: >>> - disable libcrypt tests if we have no libcrypt >>> >>> >>> Modified: >>>trunk/uClibc/test/crypt/Makefile >>> >>> >>> Changeset: >>>

Re: svn commit: trunk/uClibc/test/crypt

2009-02-25 Thread Bernhard Reutner-Fischer
On Tue, Feb 24, 2009 at 01:07:15PM +0100, Carmelo AMOROSO wrote: >> Log: >> - disable libcrypt tests if we have no libcrypt >> >> >> Modified: >>trunk/uClibc/test/crypt/Makefile >> >> >> Changeset: >> Modified: trunk/uClibc/test/crypt/Makefile >> ===

Re: svn commit: trunk/uClibc/test/crypt

2009-02-24 Thread Carmelo AMOROSO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 al...@uclibc.org wrote: > Author: aldot > Date: 2009-02-23 10:50:49 + (Mon, 23 Feb 2009) > New Revision: 25422 > > Log: > - disable libcrypt tests if we have no libcrypt > > > Modified: >trunk/uClibc/test/crypt/Makefile > > > Changeset: >

Re: svn commit: trunk/uClibc/test/math

2009-02-22 Thread Rob Landley
On Wednesday 18 February 2009 08:27:09 Bernhard Reutner-Fischer wrote: > On Wed, Feb 18, 2009 at 02:04:18PM +, v...@uclibc.org wrote: > >Author: vda > >Date: 2009-02-18 14:04:17 + (Wed, 18 Feb 2009) > >New Revision: 25359 > > > >--- trunk/uClibc/test/math/compile_test.c2009-02-18 14:04:

Re: svn commit: trunk/uClibc/test/math

2009-02-18 Thread Bernhard Reutner-Fischer
On Wed, Feb 18, 2009 at 02:04:18PM +, v...@uclibc.org wrote: >Author: vda >Date: 2009-02-18 14:04:17 + (Wed, 18 Feb 2009) >New Revision: 25359 >--- trunk/uClibc/test/math/compile_test.c 2009-02-18 14:04:02 UTC (rev >25358) >+++ trunk/uClibc/test/math/compile_test.c 2009-02-18 14

Re: svn commit: trunk/uClibc/test/misc

2008-10-09 Thread Carmelo AMOROSO
[EMAIL PROTECTED] wrote: > Author: aldot > Date: 2008-10-09 03:46:42 -0700 (Thu, 09 Oct 2008) > New Revision: 23630 > > Log: > - fix test. Tests are normal userspace and are _not_ part of the libc itself > Thanks to Tobias Poschwatta for pointing out this error. > > Sorry. my fault. > Modifie

Re: svn commit: trunk/uClibc/test

2008-10-02 Thread Hans-Christian Egtvedt
On Thu, 2 Oct 2008 15:34:19 +0200 Hans-Christian Egtvedt <[EMAIL PROTECTED]> wrote: > On Thu, 2 Oct 2008 05:54:44 -0700 (PDT) > [EMAIL PROTECTED] wrote: > > Use more generic redirecting of output in the test suite > > > > This patch replaces the "&> file" with "> file 2>> file". The latter >

Re: svn commit: trunk/uClibc/test

2008-10-02 Thread Hans-Christian Egtvedt
On Thu, 2 Oct 2008 05:54:44 -0700 (PDT) [EMAIL PROTECTED] wrote: > Author: egtvedt > Date: 2008-10-02 05:54:43 -0700 (Thu, 02 Oct 2008) > New Revision: 23574 > > Log: > Use more generic redirecting of output in the test suite > > This patch replaces the "&> file" with "> file 2>> file". The lat

Re: svn commit: trunk/uClibc/test/dlopen

2008-01-22 Thread Carmelo AMOROSO
Hello, below the output of the test case executed in different scenarios (on uClibc-nptl for sh4) with some comments /* CASE 1: Broken implementation of dladdr */ [EMAIL PROTECTED]:/home/filippo/uclibc-test/dlopen# ./dladdr dladdr() should fail info->dli_fname = (null) info->dli_fbase = 0x0