Thanks Chris, On Thu, 2008-09-04 at 09:11 -0600, Chris Friesen wrote: > Subrata Modak wrote: > > Thanks Crhis for sharing this test program with LTP. I find some problem > > in compiling it on i386, ppc64, etc. Please see below: > > > > # gcc fairtest.cc > > /tmp/cc6GXqFS.o(.eh_frame+0x11): undefined reference to > > `__gxx_personality_v0' > > collect2: ld returned 1 exit status > > It currently needs to be compiled with g++. It doesn't actually use
Yes, it does with g++. > much in the way of C++, but in some ways it's a more lenient compiler > than gcc, and I was feeling lazy when I wrote it. If plain C (or C99) > is a requirement, it could be cleaned up. It would be great if you can do this. I need this to be compiled fine with gcc alone. > > > Also, i would like to get your help in completely automating this for > > better integration inside LTP. If the test program requires to get it´s > > input from a config file, can this be provided through a host of command > > line options ? Such as: in a scenario, when i can actually evaluate, say > > N different behaviour of the same test with various combinations of > > arguments through command line. I am saying this as we normally do not > > take arguments from any file for all our automated tests. > > It would certainly be possible, but the whole config parsing routine > would need to be rewritten to allow for commandline-based config > information. I'm curious...what's the issue with reading config files > to control testcases? this we can manage with the config file. I will find out some way for this. > > Also, for LTP I assume we would need some sort of pass/fail criteria? Yes, this is the real issue which we need to discuss and finalize. > If so, who would decide what constitutes acceptable latency/fairness? > I've chosen some values that I think are reasonable, but there should > probably be some discussion before any official inclusion. I would request Ingo/Nick/Peter/Vatsa/Dhaval/Balbir to provide some inputs on this. Once we have decided on this, Chris can modify his test program accordingly and we can integrate this to LTP in good shape. Regards-- Subrata > > Chris ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
