|
From: Julian S. <js...@ac...> - 2009-07-10 20:51:27
|
On Friday 10 July 2009, Nicholas Nethercote wrote: > On Fri, Jul 10, 2009 at 11:57 PM, Tom Hughes<to...@co...> wrote: > > So yes, that test needs to be excluded on machines with no cx16 support. > > A "prereq:" line will do it... it just requires the name of a program > that returns 0 or 1 depending on whether cx16 is supported or not. I > guess that can be a small C program living in either tests/ (if it > seems broadly useful) or in memcheck/tests/amd64-linux/. I'm sure we have a standard program to do such checks already, as part of the test suite infrastructure, though. I'll have a look. Main problem is I don't have a cx16-un-capable machine to test on. J |