<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jun 18, 2019 at 5:49 AM Petr Vorel <<a href="mailto:pvorel@suse.cz">pvorel@suse.cz</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Li,<br>
<br>
> Testcases for specified arch should be limited on that only being supported<br>
> platform to run, we now create a function tst_on_arch to achieve this new<br>
> feature in LTP library.  All you need to run a test on the expected arch is<br>
> to set the '.arch' string in the 'struct tst_test' to choose the required<br>
> arch list. e.g. '.arch = "x86_64 i386"'.<br>
Just one note, strings are error prone. I wonder if defining constants and using<br>
array would be too complicated for this use case.<br></blockquote><div><br></div><div class="gmail_default" style="font-size:small">I thought about that array way, but it seems a bit complicted in using. Yes, strings are easy to involve typo but we can make a check in library.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Thanks for review.</div></div><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>Regards,<br></div><div>Li Wang<br></div></div></div></div>