OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tests_to_filter
(Results
1 - 2
of
2
) sorted by null
/external/libaom/libaom/test/
tools_common.sh
247
local
tests_to_filter
="$2"
256
tests_to_filter
=$(filter_strings "${
tests_to_filter
}" ^DISABLED exclude)
261
tests_to_filter
=$(filter_strings "${
tests_to_filter
}" ${AOM_TEST_FILTER})
266
for test_name in $
tests_to_filter
; do
273
[ -z "${
tests_to_filter
}" ] && return
276
local tests_to_run="${env_tests} ${
tests_to_filter
}"
/external/libvpx/libvpx/test/
tools_common.sh
241
local
tests_to_filter
="$2"
250
tests_to_filter
=$(filter_strings "${
tests_to_filter
}" ^DISABLED exclude)
255
tests_to_filter
=$(filter_strings "${
tests_to_filter
}" ${VPX_TEST_FILTER})
260
for test_name in $
tests_to_filter
; do
267
[ -z "${
tests_to_filter
}" ] && return
270
local tests_to_run="${env_tests} ${
tests_to_filter
}"
Completed in 5731 milliseconds