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

/gem5/ext/testlib/
H A Dfixture.py35 class SkipException(Exception): class in inherits:Exception
40 self.msg = 'Fixture "%s" raised SkipException for "%s".' % (
43 super(SkipException, self).__init__(self.msg)
75 raise SkipException(self.name, testitem.metadata)
H A Drunner.py39 from fixture import SkipException
111 except SkipException:
178 'Exception raised building "%s" raised SkipException'
196 except SkipException:

Completed in 5 milliseconds