aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/ci_build/windows/bazel/bazel_test_lib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tools/ci_build/windows/bazel/bazel_test_lib.sh')
-rw-r--r--tensorflow/tools/ci_build/windows/bazel/bazel_test_lib.sh41
1 files changed, 17 insertions, 24 deletions
diff --git a/tensorflow/tools/ci_build/windows/bazel/bazel_test_lib.sh b/tensorflow/tools/ci_build/windows/bazel/bazel_test_lib.sh
index c31d6f92b3..e809e89a41 100644
--- a/tensorflow/tools/ci_build/windows/bazel/bazel_test_lib.sh
+++ b/tensorflow/tools/ci_build/windows/bazel/bazel_test_lib.sh
@@ -99,33 +99,29 @@ exclude_gpu_cc_tests="${extra_failing_gpu_cc_tests} + ${exclude_cpu_cc_tests}"
# The first argument is the name of the python test direcotry
function get_failing_cpu_py_tests() {
echo "
- //$1/tensorflow/python/kernel_tests:rnn_test + \
- //$1/tensorflow/python/kernel_tests:sets_test + \
- //$1/tensorflow/python/debug:cli_shared_test + \
- //$1/tensorflow/python/debug:command_parser_test + \
- //$1/tensorflow/python/debug:debug_data_test + \
- //$1/tensorflow/python/debug:debug_utils_test + \
- //$1/tensorflow/python/debug:debugger_cli_common_test + \
- //$1/tensorflow/python/debug:framework_test + \
- //$1/tensorflow/python/debug:local_cli_wrapper_test + \
- //$1/tensorflow/python/debug:tensor_format_test + \
- //$1/tensorflow/python:saver_large_variable_test + \
- //$1/tensorflow/python:session_test + \
//$1/tensorflow/python:basic_session_run_hooks_test + \
//$1/tensorflow/python:contrib_test + \
- //$1/tensorflow/python/debug:analyzer_cli_test + \
- //$1/tensorflow/python/debug:curses_ui_test + \
- //$1/tensorflow/python/debug:session_debug_file_test + \
- //$1/tensorflow/python/debug:stepper_test + \
//$1/tensorflow/python:dequantize_op_test + \
//$1/tensorflow/python:directory_watcher_test + \
//$1/tensorflow/python:event_multiplexer_test + \
//$1/tensorflow/python:file_io_test + \
+ //$1/tensorflow/python:file_system_test + \
//$1/tensorflow/python:framework_meta_graph_test + \
//$1/tensorflow/python:framework_ops_test + \
//$1/tensorflow/python:framework_tensor_util_test + \
//$1/tensorflow/python:framework_test_util_test + \
//$1/tensorflow/python:image_ops_test + \
+ //$1/tensorflow/python:localhost_cluster_performance_test + \
+ //$1/tensorflow/python:monitored_session_test + \
+ //$1/tensorflow/python:nn_batchnorm_test + \
+ //$1/tensorflow/python:protobuf_compare_test + \
+ //$1/tensorflow/python:quantized_conv_ops_test + \
+ //$1/tensorflow/python:saver_large_variable_test + \
+ //$1/tensorflow/python:saver_test + \
+ //$1/tensorflow/python:session_test + \
+ //$1/tensorflow/python:supervisor_test + \
+ //$1/tensorflow/python:sync_replicas_optimizer_test + \
+ //$1/tensorflow/python/debug/... + \
//$1/tensorflow/python/kernel_tests:as_string_op_test + \
//$1/tensorflow/python/kernel_tests:benchmark_test + \
//$1/tensorflow/python/kernel_tests:cast_op_test + \
@@ -135,25 +131,22 @@ function get_failing_cpu_py_tests() {
//$1/tensorflow/python/kernel_tests:depthwise_conv_op_test + \
//$1/tensorflow/python/kernel_tests:functional_ops_test + \
//$1/tensorflow/python/kernel_tests:py_func_test + \
+ //$1/tensorflow/python/kernel_tests:rnn_test + \
+ //$1/tensorflow/python/kernel_tests:sets_test + \
//$1/tensorflow/python/kernel_tests:sparse_matmul_op_test + \
//$1/tensorflow/python/kernel_tests:string_to_number_op_test + \
//$1/tensorflow/python/kernel_tests:summary_ops_test + \
//$1/tensorflow/python/kernel_tests:variable_scope_test + \
- //$1/tensorflow/python:monitored_session_test + \
- //$1/tensorflow/python:nn_batchnorm_test + \
- //$1/tensorflow/python:protobuf_compare_test + \
- //$1/tensorflow/python:quantized_conv_ops_test + \
- //$1/tensorflow/python:saver_test + \
- //$1/tensorflow/python:file_system_test \
+ //$1/tensorflow/python/saved_model:saved_model_test \
"
}
function get_failing_gpu_py_tests() {
echo "
- //$1/tensorflow/python/kernel_tests:rnn_test + \
- //$1/tensorflow/python/kernel_tests:sets_test + \
//$1/tensorflow/python/kernel_tests:diag_op_test + \
//$1/tensorflow/python/kernel_tests:one_hot_op_test + \
+ //$1/tensorflow/python/kernel_tests:rnn_test + \
+ //$1/tensorflow/python/kernel_tests:sets_test + \
//$1/tensorflow/python/kernel_tests:trace_op_test + \
$(get_failing_cpu_py_tests $1)
"