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

/external/chromium/testing/gtest/test/
H A Dgtest_filter_unittest.py325 def RunAndVerifyAllowingDisabled(self, gtest_filter, tests_to_run): member in class:GTestFilterUnitTest
383 self.RunAndVerifyAllowingDisabled('BadFilter', [])
389 self.RunAndVerifyAllowingDisabled('FooTest.Xyz', ['FooTest.Xyz'])
398 self.RunAndVerifyAllowingDisabled('*', ACTIVE_TESTS + DISABLED_TESTS)
399 self.RunAndVerifyAllowingDisabled('*.*', ACTIVE_TESTS + DISABLED_TESTS)
408 self.RunAndVerifyAllowingDisabled('BazTest.*',
420 self.RunAndVerifyAllowingDisabled('DISABLED_FoobarTest.Test1',
424 self.RunAndVerifyAllowingDisabled('*DISABLED_*', DISABLED_TESTS)
427 self.RunAndVerifyAllowingDisabled('*.DISABLED_*', [
435 self.RunAndVerifyAllowingDisabled('DISABLED
[all...]
/external/gtest/test/
H A Dgtest_filter_unittest.py325 def RunAndVerifyAllowingDisabled(self, gtest_filter, tests_to_run): member in class:GTestFilterUnitTest
383 self.RunAndVerifyAllowingDisabled('BadFilter', [])
389 self.RunAndVerifyAllowingDisabled('FooTest.Xyz', ['FooTest.Xyz'])
398 self.RunAndVerifyAllowingDisabled('*', ACTIVE_TESTS + DISABLED_TESTS)
399 self.RunAndVerifyAllowingDisabled('*.*', ACTIVE_TESTS + DISABLED_TESTS)
408 self.RunAndVerifyAllowingDisabled('BazTest.*',
420 self.RunAndVerifyAllowingDisabled('DISABLED_FoobarTest.Test1',
424 self.RunAndVerifyAllowingDisabled('*DISABLED_*', DISABLED_TESTS)
427 self.RunAndVerifyAllowingDisabled('*.DISABLED_*', [
435 self.RunAndVerifyAllowingDisabled('DISABLED
[all...]
/external/protobuf/gtest/test/
H A Dgtest_filter_unittest.py281 def RunAndVerifyAllowingDisabled(self, gtest_filter, tests_to_run): member in class:GTestFilterUnitTest
339 self.RunAndVerifyAllowingDisabled('BadFilter', [])
345 self.RunAndVerifyAllowingDisabled('FooTest.Xyz', ['FooTest.Xyz'])
354 self.RunAndVerifyAllowingDisabled('*', ACTIVE_TESTS + DISABLED_TESTS)
355 self.RunAndVerifyAllowingDisabled('*.*', ACTIVE_TESTS + DISABLED_TESTS)
364 self.RunAndVerifyAllowingDisabled('BazTest.*',
376 self.RunAndVerifyAllowingDisabled('DISABLED_FoobarTest.Test1',
380 self.RunAndVerifyAllowingDisabled('*DISABLED_*', DISABLED_TESTS)
383 self.RunAndVerifyAllowingDisabled('*.DISABLED_*', [
391 self.RunAndVerifyAllowingDisabled('DISABLED
[all...]

Completed in 295 milliseconds