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

/gem5/ext/googletest/googletest/test/
H A Dgtest_filter_unittest.py328 def RunAndVerifyAllowingDisabled(self, gtest_filter, tests_to_run): member in class:GTestFilterUnitTest
386 self.RunAndVerifyAllowingDisabled('BadFilter', [])
392 self.RunAndVerifyAllowingDisabled('FooTest.Xyz', ['FooTest.Xyz'])
401 self.RunAndVerifyAllowingDisabled('*', ACTIVE_TESTS + DISABLED_TESTS)
402 self.RunAndVerifyAllowingDisabled('*.*', ACTIVE_TESTS + DISABLED_TESTS)
411 self.RunAndVerifyAllowingDisabled('BazTest.*',
423 self.RunAndVerifyAllowingDisabled('DISABLED_FoobarTest.Test1',
427 self.RunAndVerifyAllowingDisabled('*DISABLED_*', DISABLED_TESTS)
430 self.RunAndVerifyAllowingDisabled('*.DISABLED_*', [
438 self.RunAndVerifyAllowingDisabled('DISABLED
[all...]

Completed in 5 milliseconds