<div dir="ltr"><br>    run_prog ./$i > /dev/null<br>    run_strace -a$w -e trace=%clock,setitimer ./clock_nanosleep > "$EXP"<br>    match_diff "$LOG" "$EXP"<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 14, 2017 at 3:45 PM, Rishi Bhatt <span dir="ltr"><<a href="mailto:bhatt.rishi062@gmail.com" target="_blank">bhatt.rishi062@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Well i got it so i have done something like this:<br><br>run_prog ./$i > /dev/null<br>    run_strace -a$w -e trace=%clock,setitimer ./$i > "$EXP"<br>    match_diff "$LOG" "$EXP"<br></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">On Tue, Mar 14, 2017 at 8:04 AM, Dmitry V. Levin <span dir="ltr"><<a href="mailto:ldv@altlinux.org" target="_blank">ldv@altlinux.org</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><span>On Mon, Mar 13, 2017 at 11:20:30PM +0530, Rishi Bhatt wrote:<br>
> Hey does $STRACE in init.sh is doing this:strace -e trace=%clock<br>
> ./clock_nanosleep > /dev/null<br>
><br>
> So  my problem here is the output in .tmp file is correct but the .exp has<br>
> the print statements from ./clock_nanosleep so for matching .exp and .tmp<br>
> files i have to filter setitimer string from .exp file?<br>
><br>
> (< setitimer(ITIMER_REAL, {it_interval={tv_sec=0, tv_usec=222222},<br>
> it_value={tv_sec=0, tv_usec=111111}}, NULL) = 0)<br>
><br>
> Also please give me some idea about if i want to implement a test case, i<br>
> am confuse in ,what should be the output and from whom i have to compare<br>
> it?  Or what should be my basic approach to implement test cases.<br>
><br>
> Sorry if this thing is too easy but well i am not just getting the crux of<br>
> it.<br>
<br>
</span>Looks like you don't understand the fact that you are trying to reuse a<br>
part of clock_nanosleep.test for your new test, and you don't understand<br>
that it doesn't work as easily as with other clock_* tests you are trying<br>
to reuse because for some obscure reason clock_nanosleep.test doesn't<br>
limit itself with testing of clock_nanosleep decoder.<br>
<span class="m_-640415708849429738HOEnZb"><font color="#888888"><br>
<br>
--<br>
ldv<br>
</font></span><br></div></div>------------------------------<wbr>------------------------------<wbr>------------------<br>
Check out the vibrant tech community on one of the world's most<br>
engaging tech sites, Slashdot.org! <a href="http://sdm.link/slashdot" rel="noreferrer" target="_blank">http://sdm.link/slashdot</a><span class=""><br>______________________________<wbr>_________________<br>
Strace-devel mailing list<br>
<a href="mailto:Strace-devel@lists.sourceforge.net" target="_blank">Strace-devel@lists.sourceforge<wbr>.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/strace-devel" rel="noreferrer" target="_blank">https://lists.sourceforge.net/<wbr>lists/listinfo/strace-devel</a><br>
<br></span></blockquote></div><br></div>
</blockquote></div><br></div>