OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tests_to_run
(Results
1 - 9
of
9
) sorted by null
/external/autotest/client/site_tests/telemetry_UnitTests/
telemetry_UnitTests.py
25
tests_to_run
= []
28
tests_to_run
.append((os.path.join(tools_dir, 'telemetry'),
31
tests_to_run
.append((os.path.join(tools_dir, 'perf'),
34
tests_to_run
)
/external/google-breakpad/src/testing/gtest/test/
gtest_filter_unittest.py
248
def AdjustForParameterizedTests(self,
tests_to_run
):
249
"""Adjust
tests_to_run
in case value parameterized tests are disabled."""
253
return list(sets.Set(
tests_to_run
) - sets.Set(PARAM_TESTS))
255
return
tests_to_run
257
def RunAndVerify(self, gtest_filter,
tests_to_run
):
260
tests_to_run
= self.AdjustForParameterizedTests(
tests_to_run
)
274
self.AssertSetEqual(tests_run,
tests_to_run
)
285
self.AssertSetEqual(tests_run,
tests_to_run
)
287
def RunAndVerifyWithSharding(self, gtest_filter, total_shards,
tests_to_run
,
[
all
...]
/external/gtest/test/
gtest_filter_unittest.py
248
def AdjustForParameterizedTests(self,
tests_to_run
):
249
"""Adjust
tests_to_run
in case value parameterized tests are disabled."""
253
return list(sets.Set(
tests_to_run
) - sets.Set(PARAM_TESTS))
255
return
tests_to_run
257
def RunAndVerify(self, gtest_filter,
tests_to_run
):
260
tests_to_run
= self.AdjustForParameterizedTests(
tests_to_run
)
274
self.AssertSetEqual(tests_run,
tests_to_run
)
285
self.AssertSetEqual(tests_run,
tests_to_run
)
287
def RunAndVerifyWithSharding(self, gtest_filter, total_shards,
tests_to_run
,
[
all
...]
/external/protobuf/gtest/test/
gtest_filter_unittest.py
248
def AdjustForParameterizedTests(self,
tests_to_run
):
249
"""Adjust
tests_to_run
in case value parameterized tests are disabled."""
253
return list(sets.Set(
tests_to_run
) - sets.Set(PARAM_TESTS))
255
return
tests_to_run
257
def RunAndVerify(self, gtest_filter,
tests_to_run
):
260
tests_to_run
= self.AdjustForParameterizedTests(
tests_to_run
)
274
self.AssertSetEqual(tests_run,
tests_to_run
)
285
self.AssertSetEqual(tests_run,
tests_to_run
)
287
def RunAndVerifyWithSharding(self, gtest_filter, total_shards,
tests_to_run
,
[
all
...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_filter_unittest.py
248
def AdjustForParameterizedTests(self,
tests_to_run
):
249
"""Adjust
tests_to_run
in case value parameterized tests are disabled."""
253
return list(sets.Set(
tests_to_run
) - sets.Set(PARAM_TESTS))
255
return
tests_to_run
257
def RunAndVerify(self, gtest_filter,
tests_to_run
):
260
tests_to_run
= self.AdjustForParameterizedTests(
tests_to_run
)
274
self.AssertSetEqual(tests_run,
tests_to_run
)
285
self.AssertSetEqual(tests_run,
tests_to_run
)
287
def RunAndVerifyWithSharding(self, gtest_filter, total_shards,
tests_to_run
,
[
all
...]
/ndk/sources/third_party/googletest/googletest/test/
gtest_filter_unittest.py
248
def AdjustForParameterizedTests(self,
tests_to_run
):
249
"""Adjust
tests_to_run
in case value parameterized tests are disabled."""
253
return list(sets.Set(
tests_to_run
) - sets.Set(PARAM_TESTS))
255
return
tests_to_run
257
def RunAndVerify(self, gtest_filter,
tests_to_run
):
260
tests_to_run
= self.AdjustForParameterizedTests(
tests_to_run
)
274
self.AssertSetEqual(tests_run,
tests_to_run
)
285
self.AssertSetEqual(tests_run,
tests_to_run
)
287
def RunAndVerifyWithSharding(self, gtest_filter, total_shards,
tests_to_run
,
[
all
...]
/external/chromium-trace/catapult/telemetry/telemetry/testing/
run_chromeos_tests.py
9
def RunChromeOSTests(browser_type,
tests_to_run
):
13
|
tests_to_run
|: a list of tuples (top_level_dir, unit_tests), whereas
20
for (top_level_dir, unit_tests) in
tests_to_run
:
/external/libvpx/libvpx/test/
tools_common.sh
270
local
tests_to_run
="${env_tests} ${tests_to_filter}"
275
for test in ${
tests_to_run
}; do
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
tools_common.sh
314
tests_to_run
="${env_tests} ${tests_to_filter}"
319
for test in ${
tests_to_run
}; do
Completed in 416 milliseconds