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

  /external/chromium/testing/gtest/test/
gtest_shuffle_test.py 45 TEST_FILTER = 'A*.A:A*.B:C*'
62 def FilterFlag(test_filter):
63 return '--gtest_filter=%s' % (test_filter,)
142 GetTestsForAllIterations({}, [FilterFlag(TEST_FILTER)])[0])
160 {}, [ShuffleFlag(), RandomSeedFlag(1), FilterFlag(TEST_FILTER)])[0])
  /external/protobuf/gtest/test/
gtest_shuffle_test.py 45 TEST_FILTER = 'A*.A:A*.B:C*'
62 def FilterFlag(test_filter):
63 return '--gtest_filter=%s' % (test_filter,)
148 GetTestsForAllIterations({}, [FilterFlag(TEST_FILTER)])[0])
166 {}, [ShuffleFlag(), RandomSeedFlag(1), FilterFlag(TEST_FILTER)])[0])

Completed in 33 milliseconds