Hello,
Recently there were some changes to the math tests to solve concurrency issues. Because of this, it is now necessary to set the LTPROOT variable before running these tests. Running them without setting the LTPROOT variable results in segmentation fault. Hence, I have modified the command file 'math' in the runtest directory to take care of the same. It has been tested and found to be working fine. Attached below is the same. Please review and include into LTP. Thanks!

Regards,
Poornima.



Signed-off-by: B.N.Poornima <[EMAIL PROTECTED]>

--- runtest/math.org	2008-05-29 03:03:57.000000000 -0400
+++ runtest/math	2008-05-28 08:19:54.000000000 -0400
@@ -3,11 +3,11 @@ abs01 abs01
 
 atof01 atof01
 
-float_bessel cd $LTPROOT/testcases/bin; float_bessel -v
-float_exp_log cd $LTPROOT/testcases/bin; float_exp_log -v
-float_iperb cd $LTPROOT/testcases/bin; float_iperb -v
-float_power cd $LTPROOT/testcases/bin; float_power -v
-float_trigo cd $LTPROOT/testcases/bin; float_trigo -v
+float_bessel float_bessel -D $LTPROOT/testcases/bin -v
+float_exp_log float_exp_log -D $LTPROOT/testcases/bin -v
+float_iperb float_iperb -D $LTPROOT/testcases/bin -v
+float_power float_power -D $LTPROOT/testcases/bin -v
+float_trigo float_trigo -D $LTPROOT/testcases/bin -v
 
 fptest01 fptest01
 fptest02 fptest02

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to