Le lundi 21 avril 2008, Sridhar Vinay a écrit : > Renaud, > > Thanks for your suggestions. I've prepared a patch based on what you > suggested. The genbessel.c file had to be modified to accommodate the > tst_tmpdir() function. The resultant testcase code looks a bit untidy. > Could you please review the patch and suggest any modifications if needed? > > (See attached file: bessel.patch) > > Also, if this patch is satisfactory, the same modifications could be done > to the other float_* tests failing under concurrent executions.
Is this patch really fixing the issue ? Since you get the pwd before the tst_tmpdir(), the pwd will be the same for all the tasks. So you will still create all the files in the same directory. I guess you have to modify the main.c file to create the tmp dir and cd into it. Somewhere at the begenning of the main() function. And don't forget to remove the directory at the end, using the tst_rmdir() function. Regards. R. -- Renaud Lottiaux Kerlabs Bâtiment Germanium 80, avenue des buttes de Coësmes 35700 Rennes - France Phone : (+33|0)6 80 89 19 34 Fax : (+33|0)2 99 84 71 71 Email : [EMAIL PROTECTED] Web : http://www.kerlabs.com/
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list