Home
last modified time | relevance | path

Searched refs:gtest_filter (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/testing/gtest/test/
Dgtest_filter_unittest.py257 def RunAndVerify(self, gtest_filter, tests_to_run): argument
270 if CAN_TEST_EMPTY_FILTER or gtest_filter != '':
271 SetEnvVar(FILTER_ENV_VAR, gtest_filter)
279 if gtest_filter is None:
282 args = ['--%s=%s' % (FILTER_FLAG, gtest_filter)]
287 def RunAndVerifyWithSharding(self, gtest_filter, total_shards, tests_to_run, argument
312 if CAN_TEST_EMPTY_FILTER or gtest_filter != '':
313 SetEnvVar(FILTER_ENV_VAR, gtest_filter)
325 def RunAndVerifyAllowingDisabled(self, gtest_filter, tests_to_run): argument
340 if gtest_filter is not None:
[all …]
/external/gtest/test/
Dgtest_filter_unittest.py257 def RunAndVerify(self, gtest_filter, tests_to_run): argument
270 if CAN_TEST_EMPTY_FILTER or gtest_filter != '':
271 SetEnvVar(FILTER_ENV_VAR, gtest_filter)
279 if gtest_filter is None:
282 args = ['--%s=%s' % (FILTER_FLAG, gtest_filter)]
287 def RunAndVerifyWithSharding(self, gtest_filter, total_shards, tests_to_run, argument
312 if CAN_TEST_EMPTY_FILTER or gtest_filter != '':
313 SetEnvVar(FILTER_ENV_VAR, gtest_filter)
325 def RunAndVerifyAllowingDisabled(self, gtest_filter, tests_to_run): argument
340 if gtest_filter is not None:
[all …]
/external/protobuf/gtest/test/
Dgtest_filter_unittest.py213 def RunAndVerify(self, gtest_filter, tests_to_run): argument
226 if not IS_WINDOWS or gtest_filter != '':
227 SetEnvVar(FILTER_ENV_VAR, gtest_filter)
235 if gtest_filter is None:
238 args = ['--%s=%s' % (FILTER_FLAG, gtest_filter)]
243 def RunAndVerifyWithSharding(self, gtest_filter, total_shards, tests_to_run, argument
268 if not IS_WINDOWS or gtest_filter != '':
269 SetEnvVar(FILTER_ENV_VAR, gtest_filter)
281 def RunAndVerifyAllowingDisabled(self, gtest_filter, tests_to_run): argument
296 if gtest_filter is not None:
[all …]
/external/chromium_org/build/util/lib/common/
Dunittest_util.py94 def FilterTestSuite(suite, gtest_filter): argument
100 return unittest.TestSuite(FilterTests(GetTestsFromSuite(suite), gtest_filter))
103 def FilterTests(all_tests, gtest_filter): argument
114 filtered_names = FilterTestNames(test_names, gtest_filter)
118 def FilterTestNames(all_tests, gtest_filter): argument
131 pattern_groups = gtest_filter.split('-')
/external/chromium_org/chrome/test/chromedriver/test/
Dunittest_util.py94 def FilterTestSuite(suite, gtest_filter): argument
100 return unittest.TestSuite(FilterTests(GetTestsFromSuite(suite), gtest_filter))
103 def FilterTests(all_tests, gtest_filter): argument
109 pattern_groups = gtest_filter.split('-')
/external/chromium_org/tools/valgrind/
Dchrome_tests.py39 self._gtest_filter = options.gtest_filter
44 if options.gtest_filter and options.gtest_filter != self._gtest_filter:
195 gtest_filter = self._gtest_filter
197 if gtest_filter:
198 gtest_filter += ":"
199 if gtest_filter.find("-") < 0:
200 gtest_filter += "-"
202 gtest_filter = "-"
203 gtest_filter += ":".join(filters)
204 if gtest_filter:
[all …]
Dvalgrind_test.py152 if self._options.gtest_filter != "":
153 self._args.append("--gtest_filter=%s" % self._options.gtest_filter)
/external/chromium_org/testing/chromoting/
Dchromoting_integration_tests.isolate12 '--gtest_filter=RemoteDesktopBrowserTest.MANUAL_Launch',
57 '--gtest_filter=RemoteDesktopBrowserTest.MANUAL_Launch',
/external/chromium_org/build/android/pylib/gtest/
Dsetup.py335 bool(test_options.gtest_filter))
336 if test_options.gtest_filter:
337 tests = unittest_util.FilterTestNames(tests, test_options.gtest_filter)
/external/chromium_org/chrome/
Dtab_capture_end2end_tests.isolate17 '--gtest_filter=TabCaptureApiPixelTest.EndToEnd*',
/external/chromium_org/content/test/data/accessibility/
Dreadme.txt18 browser_tests --gtest_filter="DumpAccessibilityTreeTest*"
/external/chromium_org/tools/valgrind/gtest_exclude/
Dbrowser_tests.gtest-drmemory_win32.txt5 # The list is too long for gtest_filter, so we exclude the whole
/external/chromium_org/third_party/WebKit/Tools/
Drun-perf-test.cfg33 ' --gtest_filter=PageCyclerTest.Intl1File',
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/
DCHANGES19 * Improvement: When --gtest_filter is specified, XML report now doesn't
21 * Fixed the bug where long --gtest_filter flag values are truncated in
/external/gtest/
DCHANGES19 * Improvement: When --gtest_filter is specified, XML report now doesn't
21 * Fixed the bug where long --gtest_filter flag values are truncated in
/external/chromium_org/testing/gtest/
DCHANGES19 * Improvement: When --gtest_filter is specified, XML report now doesn't
21 * Fixed the bug where long --gtest_filter flag values are truncated in
/external/libvpx/libvpx/third_party/googletest/src/
DCHANGES19 * Improvement: When --gtest_filter is specified, XML report now doesn't
21 * Fixed the bug where long --gtest_filter flag values are truncated in
/external/chromium_org/build/android/buildbot/
Dbb_device_steps.py146 if options.gtest_filter:
147 args.append('--gtest-filter=%s' % options.gtest_filter)
/external/protobuf/gtest/include/gtest/
Dgtest-param-test.h.pump118 // You can use these names in --gtest_filter.
/external/chromium_org/testing/gtest/include/gtest/
Dgtest-param-test.h.pump120 // You can use these names in --gtest_filter.
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
Dgtest-param-test.h.pump120 // You can use these names in --gtest_filter.
/external/mesa3d/src/gtest/include/gtest/
Dgtest-param-test.h.pump120 // You can use these names in --gtest_filter.
/external/gtest/include/gtest/
Dgtest-param-test.h.pump120 // You can use these names in --gtest_filter.