| 
    
 [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 2/2] x86/Intel: virtualize support for cpuid faulting
 On Fri, Oct 14, 2016 at 10:18 AM, Andrew Cooper
<andrew.cooper3@xxxxxxxxxx> wrote:
> On a slightly separate note, as you have just been a successful
> guinea-pig for XTF, how did you find it?  It is a very new (still
> somewhat in development) system but the project is looking to try and
> improve regression testing in this way, especially for new features.  I
> welcome any feedback.
It's pretty slick.  Much better than what Linux has ;)
I do think it's a bit confusing that xtf_has_fep is false on PV guests.
It might also be nice to (at least optionally) have xtf_assert(cond,
message) so instead of
if ( cond )
    xtf_failure(message);
you can write
xtf_assert(!cond, message);
A bonus of doing this is that the framework could actually count how
many checks were run.  So for the HVM tests (which don't run the FEP
bits) instead of getting "Test result: SKIP" you could say "Test
result: 9 PASS 1 SKIP" or something similar.
- Kyle
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel
 
 
  | 
  
![]()  | 
            
         Lists.xenproject.org is hosted with RackSpace, monitoring our  |