> Wondering if there are some existing utrace tests that can be used for > regression testing. There is a ntrace tests under, > http://people.redhat.com/roland/utrace/old/ > > Are those tests still relevant?
I'm not really sure what you mean by "relevant". That old testing code is certainly not "working right now". It hasn't been touched (or tried) in a long time. It is still relevant in the sense that it tests some of the utrace API, that API still exists, and the things it tested are still there and need to be right. There were never very many test cases in there, so it does not do all that much useful testing really. But it is the only thing we've ever had that's something like a pure utrace API unit test suite. Thanks, Roland