<div dir="ltr">
















<p class="MsoNormal"><span style="font-family:helvetica">We asked you about the
testcases and their code. During our analysis we need to link the testcase name
located at each lines of the files at</span><span style="font-size:9.5pt;font-family:arial;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial"> runtest/
directory</span><span style="font-family:"times new roman""><span></span></span></p>

<p class="MsoNormal"><span style="font-family:helvetica">folder and its .c or .sh
file. We saw that some tests (first word of each line) did not have any .c or
.sh with the same name. Could you please explain it? There is no .c or .sh file
for each line of </span><span style="font-size:9.5pt;font-family:arial;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial">runtest/ directory</span><span style="font-family:helvetica"> files? </span><span style="font-size:9.5pt;font-family:arial;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial">How can I correlate testscase with .c
file that contain the test case ? </span><span style="font-family:"times new roman""><span></span></span></p>

</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 30, 2017 at 10:22 AM, Cyril Hrubis <span dir="ltr"><<a href="mailto:chrubis@suse.cz" target="_blank">chrubis@suse.cz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi!<br>
<span class="">> I`m a PhD student interested in run some studies with the different LTP<br>
> releases. I would like to know how can I correlate tests cases with .c file<br>
> that contain the test case ?<br>
> All test cases listed in runtest/ directory. each file in side it contains<br>
> the list of test.<br>
<br>
</span>The runtest file syntax is simple:<br>
<br>
* Start of the line until first whitespace is test id<br>
  the rest of the line is command line to be executed<br>
<br>
* Every line starting with # is comment<br>
<span class=""><br>
> For example:  ltp-20011206 the file crashme in the runtest/ directory<br>
> contains<br>
><br>
> # Before running these: BACKUP YOUR SYSTEM!  you've been warned!<br>
> f00f f00f<br>
> # This is a simple test for handling of the pentium f00f bug.<br>
> # It is an example of a catistrophic test case.  If the system<br>
> # doesn't correctly handle this test, it will likely lockup.<br>
> crash01 crash01<br>
> # Generate random code and execute it. Read f00f comment,<br>
> # this test lockup SunOS,WindowsNT,etc. in seconds..<br>
> crash02 crash02<br>
> # Generate random syscalls and execute them, less probability<br>
> # to hose your system, but still.<br>
> mem01 mem01 -r<br>
> # Memory eater. Loves to be run in parallel with other programs.<br>
> # May panic on buggy systems if the OOM killer was not fast enough :-)<br>
> proc01 proc01<br>
> # Read every file in /proc. Not likely to crash, but does enough<br>
> # to disturb the kernel. A good kernel latency killer too.<br>
><br>
> Where the relations between f001 test case and the respective test file<br>
> (code) is established ? I need to inspect the code for each test case and<br>
> get some metrics.<br>
<br>
</span>All test binaries are installed into a single directory. To get the test<br>
source you need to locate the executable name in the command line part<br>
of the corresponding line, then do something as find -name foo* in the<br>
LTP source tree. You will likely end up either with C source or a shell<br>
script.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Cyril Hrubis<br>
<a href="mailto:chrubis@suse.cz">chrubis@suse.cz</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Jonatas Bastos<br>------------------------------------------------------------ --------<br><font size="1"><span style="font-family:arial,sans-serif;background-color:rgb(255,255,255)">Professor de Computação no Instituto Federal (IFBA)<br><span style="font-family:arial">M.Sc. Computer Science - CIn/UFPE </span><br></span></font><div><font size="1">skype: jonatasfbastos<br>gtalk: jonatasfbastos@...</font><br><br>“Face your fears, live your dreams"<br></div></div></div>
</div>