Searched refs:Notest (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/tests/
H A Dattr.py42 class Notest(Exception): class in inherits:Exception
275 raise Notest(self, myarch)
278 raise Notest(self, "auxv skip")
281 raise Notest(self, "old kernel skip")
284 raise Notest(self, "new kernel skip")
393 except Notest as obj:

Completed in 186 milliseconds