diff --git a/test/core/bad_connection/BUILD b/test/core/bad_connection/BUILD index 4de9c0eb2d8..82b38ccc469 100644 --- a/test/core/bad_connection/BUILD +++ b/test/core/bad_connection/BUILD @@ -29,5 +29,5 @@ grpc_cc_binary( "//:grpc", "//test/core/util:grpc_test_util", ], - tags = ["exclude_windows"], + tags = ["no_windows"], ) diff --git a/test/core/client_channel/BUILD b/test/core/client_channel/BUILD index d67f326aa6d..68a71632daf 100644 --- a/test/core/client_channel/BUILD +++ b/test/core/client_channel/BUILD @@ -52,7 +52,7 @@ grpc_cc_test( "//:grpc", "//test/core/util:grpc_test_util", ], - tags = ["exclude_windows"], + tags = ["no_windows"], ) grpc_cc_test( diff --git a/test/core/iomgr/BUILD b/test/core/iomgr/BUILD index f9da7f7ba73..57d8c70db1d 100644 --- a/test/core/iomgr/BUILD +++ b/test/core/iomgr/BUILD @@ -81,7 +81,7 @@ grpc_cc_test( "//:grpc", "//test/core/util:grpc_test_util", ], - tags = ["exclude_windows"], + tags = ["no_windows"], ) grpc_cc_test( @@ -93,7 +93,7 @@ grpc_cc_test( "//:grpc", "//test/core/util:grpc_test_util", ], - tags = ["exclude_windows"], + tags = ["no_windows"], ) grpc_cc_test( @@ -105,7 +105,7 @@ grpc_cc_test( "//:grpc", "//test/core/util:grpc_test_util", ], - tags = ["exclude_windows"], + tags = ["no_windows"], ) grpc_cc_test( @@ -142,7 +142,7 @@ grpc_cc_test( "//:grpc", "//test/core/util:grpc_test_util", ], - tags = ["exclude_windows"], + tags = ["no_windows"], ) grpc_cc_test( @@ -157,7 +157,7 @@ grpc_cc_test( "//:grpc", "//test/core/util:grpc_test_util", ], - tags = ["exclude_windows"], + tags = ["no_windows"], ) grpc_cc_test( @@ -219,7 +219,7 @@ grpc_cc_test( "//:grpc", "//test/core/util:grpc_test_util", ], - tags = ["exclude_windows"], + tags = ["no_windows"], ) grpc_cc_test( @@ -231,7 +231,7 @@ grpc_cc_test( "//:grpc", "//test/core/util:grpc_test_util", ], - tags = ["exclude_windows"], + tags = ["no_windows"], ) grpc_cc_test( @@ -244,7 +244,7 @@ grpc_cc_test( "//:grpc", "//test/core/util:grpc_test_util", ], - tags = ["exclude_windows"], + tags = ["no_windows"], ) grpc_cc_test( @@ -267,7 +267,7 @@ grpc_cc_test( "//:grpc", "//test/core/util:grpc_test_util", ], - tags = ["exclude_windows"], + tags = ["no_windows"], ) grpc_cc_test( @@ -312,7 +312,7 @@ grpc_cc_test( "//:grpc", "//test/core/util:grpc_test_util", ], - tags = ["exclude_windows"], + tags = ["no_windows"], ) grpc_cc_test( diff --git a/test/cpp/common/BUILD b/test/cpp/common/BUILD index e4ed3bc5460..b67c1995ff7 100644 --- a/test/cpp/common/BUILD +++ b/test/cpp/common/BUILD @@ -28,7 +28,7 @@ grpc_cc_test( "//:grpc++_unsecure", "//test/core/util:grpc_test_util_unsecure", ], - tags = ["exclude_windows"], + tags = ["no_windows"], ) grpc_cc_test( diff --git a/test/cpp/end2end/BUILD b/test/cpp/end2end/BUILD index a0c7567c2b0..56b3219ae17 100644 --- a/test/cpp/end2end/BUILD +++ b/test/cpp/end2end/BUILD @@ -99,7 +99,7 @@ grpc_cc_test( "//test/core/util:grpc_test_util", "//test/cpp/util:test_util", ], - tags = ["exclude_windows"], + tags = ["no_windows"], ) grpc_cc_test( @@ -630,7 +630,7 @@ grpc_cc_test( "//test/core/util:grpc_test_util", "//test/cpp/util:test_util", ], - tags = ["exclude_windows"], + tags = ["no_windows"], ) grpc_cc_test( diff --git a/test/cpp/interop/BUILD b/test/cpp/interop/BUILD index d74566f56a7..6cf4719c17b 100644 --- a/test/cpp/interop/BUILD +++ b/test/cpp/interop/BUILD @@ -161,5 +161,5 @@ grpc_cc_test( "//test/cpp/util:test_config", "//test/cpp/util:test_util", ], - tags = ["exclude_windows"], + tags = ["no_windows"], ) diff --git a/test/cpp/microbenchmarks/BUILD b/test/cpp/microbenchmarks/BUILD index db37d37af6c..1ce71b1bb99 100644 --- a/test/cpp/microbenchmarks/BUILD +++ b/test/cpp/microbenchmarks/BUILD @@ -45,7 +45,7 @@ grpc_cc_library( "//test/core/util:grpc_test_util_unsecure", "//test/cpp/util:test_config", ], - tags = ["exclude_windows"], + tags = ["no_windows"], ) grpc_cc_binary( @@ -53,7 +53,7 @@ grpc_cc_binary( testonly = 1, srcs = ["bm_closure.cc"], deps = [":helpers"], - tags = ["exclude_windows"], + tags = ["no_windows"], ) grpc_cc_binary( @@ -61,7 +61,7 @@ grpc_cc_binary( testonly = 1, srcs = ["bm_alarm.cc"], deps = [":helpers"], - tags = ["exclude_windows"], + tags = ["no_windows"], ) grpc_cc_binary( @@ -76,7 +76,7 @@ grpc_cc_binary( testonly = 1, srcs = ["bm_byte_buffer.cc"], deps = [":helpers"], - tags = ["exclude_windows"], + tags = ["no_windows"], ) grpc_cc_binary( @@ -84,7 +84,7 @@ grpc_cc_binary( testonly = 1, srcs = ["bm_channel.cc"], deps = [":helpers"], - tags = ["exclude_windows"], + tags = ["no_windows"], ) grpc_cc_binary( @@ -92,7 +92,7 @@ grpc_cc_binary( testonly = 1, srcs = ["bm_call_create.cc"], deps = [":helpers"], - tags = ["exclude_windows"], + tags = ["no_windows"], ) grpc_cc_binary( @@ -100,7 +100,7 @@ grpc_cc_binary( testonly = 1, srcs = ["bm_cq.cc"], deps = [":helpers"], - tags = ["exclude_windows"], + tags = ["no_windows"], ) grpc_cc_binary( @@ -108,7 +108,7 @@ grpc_cc_binary( testonly = 1, srcs = ["bm_cq_multiple_threads.cc"], deps = [":helpers"], - tags = ["exclude_windows"], + tags = ["no_windows"], ) grpc_cc_binary( @@ -116,7 +116,7 @@ grpc_cc_binary( testonly = 1, srcs = ["bm_error.cc"], deps = [":helpers"], - tags = ["exclude_windows"], + tags = ["no_windows"], ) grpc_cc_library( @@ -126,7 +126,7 @@ grpc_cc_library( "fullstack_streaming_ping_pong.h", ], deps = [":helpers"], - tags = ["exclude_windows"], + tags = ["no_windows"], ) grpc_cc_binary( @@ -136,7 +136,7 @@ grpc_cc_binary( "bm_fullstack_streaming_ping_pong.cc", ], deps = [":fullstack_streaming_ping_pong_h"], - tags = ["exclude_windows"], + tags = ["no_windows"], ) grpc_cc_library( @@ -155,7 +155,7 @@ grpc_cc_binary( "bm_fullstack_streaming_pump.cc", ], deps = [":fullstack_streaming_pump_h"], - tags = ["exclude_windows"], + tags = ["no_windows"], ) grpc_cc_binary( @@ -163,7 +163,7 @@ grpc_cc_binary( testonly = 1, srcs = ["bm_fullstack_trickle.cc"], deps = [":helpers"], - tags = ["exclude_windows"], + tags = ["no_windows"], ) grpc_cc_library( @@ -182,7 +182,7 @@ grpc_cc_binary( "bm_fullstack_unary_ping_pong.cc", ], deps = [":fullstack_unary_ping_pong_h"], - tags = ["exclude_windows"], + tags = ["no_windows"], ) grpc_cc_binary( @@ -190,7 +190,7 @@ grpc_cc_binary( testonly = 1, srcs = ["bm_metadata.cc"], deps = [":helpers"], - tags = ["exclude_windows"], + tags = ["no_windows"], ) grpc_cc_binary( @@ -198,7 +198,7 @@ grpc_cc_binary( testonly = 1, srcs = ["bm_chttp2_hpack.cc"], deps = [":helpers"], - tags = ["exclude_windows"], + tags = ["no_windows"], ) grpc_cc_binary( @@ -218,5 +218,5 @@ grpc_cc_binary( testonly = 1, srcs = ["bm_timer.cc"], deps = [":helpers"], - tags = ["exclude_windows"], + tags = ["no_windows"], ) diff --git a/test/cpp/naming/generate_resolver_component_tests.bzl b/test/cpp/naming/generate_resolver_component_tests.bzl index 8e584289628..589176762e6 100755 --- a/test/cpp/naming/generate_resolver_component_tests.bzl +++ b/test/cpp/naming/generate_resolver_component_tests.bzl @@ -33,7 +33,7 @@ def generate_resolver_component_tests(): "//:gpr", "//test/cpp/util:test_config", ], - tags = ["exclude_windows"], + tags = ["no_windows"], ) # meant to be invoked only through the top-level shell script driver grpc_cc_binary( @@ -53,7 +53,7 @@ def generate_resolver_component_tests(): "//:gpr", "//test/cpp/util:test_config", ], - tags = ["exclude_windows"], + tags = ["no_windows"], ) grpc_cc_test( name = "resolver_component_tests_runner_invoker%s" % unsecure_build_config_suffix, @@ -80,5 +80,5 @@ def generate_resolver_component_tests(): "--test_bin_name=resolver_component_test%s" % unsecure_build_config_suffix, "--running_under_bazel=true", ], - tags = ["exclude_windows"], + tags = ["no_windows"], ) diff --git a/test/cpp/performance/BUILD b/test/cpp/performance/BUILD index ddc41e75102..6068c33f95f 100644 --- a/test/cpp/performance/BUILD +++ b/test/cpp/performance/BUILD @@ -31,5 +31,5 @@ grpc_cc_test( "//src/proto/grpc/testing:echo_proto", "//test/core/util:grpc_test_util_base", ], - tags = ["exclude_windows"], + tags = ["no_windows"], ) diff --git a/test/cpp/qps/qps_benchmark_script.bzl b/test/cpp/qps/qps_benchmark_script.bzl index 23b42c02b64..b4767ec8e09 100644 --- a/test/cpp/qps/qps_benchmark_script.bzl +++ b/test/cpp/qps/qps_benchmark_script.bzl @@ -75,6 +75,6 @@ def json_run_localhost_batch(): ], tags = [ "json_run_localhost", - "exclude_windows", + "no_windows", ], ) diff --git a/test/cpp/server/BUILD b/test/cpp/server/BUILD index 3c4b35af709..a4811031691 100644 --- a/test/cpp/server/BUILD +++ b/test/cpp/server/BUILD @@ -29,7 +29,7 @@ grpc_cc_test( "//src/proto/grpc/testing:echo_proto", "//test/core/util:grpc_test_util_unsecure", ], - tags = ["exclude_windows"], + tags = ["no_windows"], ) grpc_cc_test( @@ -43,7 +43,7 @@ grpc_cc_test( "//src/proto/grpc/testing:echo_proto", "//test/core/util:grpc_test_util_unsecure", ], - tags = ["exclude_windows"], + tags = ["no_windows"], ) grpc_cc_test( @@ -57,5 +57,5 @@ grpc_cc_test( "//src/proto/grpc/testing:echo_proto", "//test/core/util:grpc_test_util_unsecure", ], - tags = ["exclude_windows"], + tags = ["no_windows"], ) diff --git a/test/cpp/server/load_reporter/BUILD b/test/cpp/server/load_reporter/BUILD index 2286119324b..db5c93263ad 100644 --- a/test/cpp/server/load_reporter/BUILD +++ b/test/cpp/server/load_reporter/BUILD @@ -45,7 +45,7 @@ grpc_cc_test( "//:lb_server_load_reporting_filter", "//test/core/util:grpc_test_util", ], - tags = ["exclude_windows"], + tags = ["no_windows"], ) grpc_cc_test( diff --git a/tools/remote_build/windows.bazelrc b/tools/remote_build/windows.bazelrc index 86025006e3d..11f57cac32d 100644 --- a/tools/remote_build/windows.bazelrc +++ b/tools/remote_build/windows.bazelrc @@ -1,3 +1,3 @@ # TODO(yfen): Merge with rbe_common.bazelrc and enable Windows RBE -build --test_tag_filters=-exclude_windows -build --build_tag_filters=-exclude_windows \ No newline at end of file +build --test_tag_filters=-no_windows +build --build_tag_filters=-no_windows \ No newline at end of file