OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SKIP_TEST
(Results
1 - 6
of
6
) sorted by null
/external/libxkbcommon/xkbcommon/test/
x11comp.c
76
ret =
SKIP_TEST
;
85
ret =
SKIP_TEST
;
95
ret =
SKIP_TEST
;
104
ret =
SKIP_TEST
;
122
ret =
SKIP_TEST
;
127
ret =
SKIP_TEST
;
x11.c
45
return
SKIP_TEST
;
53
return
SKIP_TEST
;
test.h
35
#define
SKIP_TEST
77
/external/tensorflow/tensorflow/tools/ci_build/windows/cpu/pip/
build_tf_windows.sh
58
SKIP_TEST
=0
65
# --
skip_test
Skip running tests
74
--
skip_test
)
SKIP_TEST
=1 ;;
144
if [[ "$
SKIP_TEST
" == 1 ]]; then
/external/tensorflow/tensorflow/tools/ci_build/windows/gpu/pip/
build_tf_windows.sh
58
SKIP_TEST
=0
65
# --
skip_test
Skip running tests
74
--
skip_test
)
SKIP_TEST
=1 ;;
143
if [[ "$
SKIP_TEST
" == 1 ]]; then
/external/grpc-grpc/tools/interop_matrix/
create_testcases.sh
21
#
SKIP_TEST
- If set, skip running the test cases for sanity.
68
[ -z "$
SKIP_TEST
" ] && (echo "Running test cases: $CMDS_SH"; sh $CMDS_SH)
Completed in 482 milliseconds