HomeSort by relevance Sort by last modified time
    Searched refs:DISABLED_TESTS (Results 1 - 3 of 3) sorted by null

  /external/protobuf/gtest/test/
gtest_filter_unittest.py 92 DISABLED_TESTS = [
354 self.RunAndVerifyAllowingDisabled('*', ACTIVE_TESTS + DISABLED_TESTS)
355 self.RunAndVerifyAllowingDisabled('*.*', ACTIVE_TESTS + DISABLED_TESTS)
380 self.RunAndVerifyAllowingDisabled('*DISABLED_*', DISABLED_TESTS)
  /external/chromium/testing/gtest/test/
gtest_filter_unittest.py 131 DISABLED_TESTS = [
398 self.RunAndVerifyAllowingDisabled('*', ACTIVE_TESTS + DISABLED_TESTS)
399 self.RunAndVerifyAllowingDisabled('*.*', ACTIVE_TESTS + DISABLED_TESTS)
424 self.RunAndVerifyAllowingDisabled('*DISABLED_*', DISABLED_TESTS)
  /external/gtest/test/
gtest_filter_unittest.py 131 DISABLED_TESTS = [
398 self.RunAndVerifyAllowingDisabled('*', ACTIVE_TESTS + DISABLED_TESTS)
399 self.RunAndVerifyAllowingDisabled('*.*', ACTIVE_TESTS + DISABLED_TESTS)
424 self.RunAndVerifyAllowingDisabled('*DISABLED_*', DISABLED_TESTS)

Completed in 46 milliseconds