Skip to content

Commit

Permalink
renamed tag to no_windows in conformation with Bazel and TensorFlow
Browse files Browse the repository at this point in the history
  • Loading branch information
billfeng327 committed Mar 7, 2019
1 parent 65ef4f5 commit 4241ede
Show file tree
Hide file tree
Showing 13 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion test/core/bad_connection/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ grpc_cc_binary(
"//:grpc",
"//test/core/util:grpc_test_util",
],
tags = ["exclude_windows"],
tags = ["no_windows"],
)
2 changes: 1 addition & 1 deletion test/core/client_channel/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ grpc_cc_test(
"//:grpc",
"//test/core/util:grpc_test_util",
],
tags = ["exclude_windows"],
tags = ["no_windows"],
)

grpc_cc_test(
Expand Down
20 changes: 10 additions & 10 deletions test/core/iomgr/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ grpc_cc_test(
"//:grpc",
"//test/core/util:grpc_test_util",
],
tags = ["exclude_windows"],
tags = ["no_windows"],
)

grpc_cc_test(
Expand All @@ -93,7 +93,7 @@ grpc_cc_test(
"//:grpc",
"//test/core/util:grpc_test_util",
],
tags = ["exclude_windows"],
tags = ["no_windows"],
)

grpc_cc_test(
Expand All @@ -105,7 +105,7 @@ grpc_cc_test(
"//:grpc",
"//test/core/util:grpc_test_util",
],
tags = ["exclude_windows"],
tags = ["no_windows"],
)

grpc_cc_test(
Expand Down Expand Up @@ -142,7 +142,7 @@ grpc_cc_test(
"//:grpc",
"//test/core/util:grpc_test_util",
],
tags = ["exclude_windows"],
tags = ["no_windows"],
)

grpc_cc_test(
Expand All @@ -157,7 +157,7 @@ grpc_cc_test(
"//:grpc",
"//test/core/util:grpc_test_util",
],
tags = ["exclude_windows"],
tags = ["no_windows"],
)

grpc_cc_test(
Expand Down Expand Up @@ -219,7 +219,7 @@ grpc_cc_test(
"//:grpc",
"//test/core/util:grpc_test_util",
],
tags = ["exclude_windows"],
tags = ["no_windows"],
)

grpc_cc_test(
Expand All @@ -231,7 +231,7 @@ grpc_cc_test(
"//:grpc",
"//test/core/util:grpc_test_util",
],
tags = ["exclude_windows"],
tags = ["no_windows"],
)

grpc_cc_test(
Expand All @@ -244,7 +244,7 @@ grpc_cc_test(
"//:grpc",
"//test/core/util:grpc_test_util",
],
tags = ["exclude_windows"],
tags = ["no_windows"],
)

grpc_cc_test(
Expand All @@ -267,7 +267,7 @@ grpc_cc_test(
"//:grpc",
"//test/core/util:grpc_test_util",
],
tags = ["exclude_windows"],
tags = ["no_windows"],
)

grpc_cc_test(
Expand Down Expand Up @@ -312,7 +312,7 @@ grpc_cc_test(
"//:grpc",
"//test/core/util:grpc_test_util",
],
tags = ["exclude_windows"],
tags = ["no_windows"],
)

grpc_cc_test(
Expand Down
2 changes: 1 addition & 1 deletion test/cpp/common/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
4 changes: 2 additions & 2 deletions test/cpp/end2end/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion test/cpp/interop/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -161,5 +161,5 @@ grpc_cc_test(
"//test/cpp/util:test_config",
"//test/cpp/util:test_util",
],
tags = ["exclude_windows"],
tags = ["no_windows"],
)
34 changes: 17 additions & 17 deletions test/cpp/microbenchmarks/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,23 @@ grpc_cc_library(
"//test/core/util:grpc_test_util_unsecure",
"//test/cpp/util:test_config",
],
tags = ["exclude_windows"],
tags = ["no_windows"],
)

grpc_cc_binary(
name = "bm_closure",
testonly = 1,
srcs = ["bm_closure.cc"],
deps = [":helpers"],
tags = ["exclude_windows"],
tags = ["no_windows"],
)

grpc_cc_binary(
name = "bm_alarm",
testonly = 1,
srcs = ["bm_alarm.cc"],
deps = [":helpers"],
tags = ["exclude_windows"],
tags = ["no_windows"],
)

grpc_cc_binary(
Expand All @@ -76,47 +76,47 @@ grpc_cc_binary(
testonly = 1,
srcs = ["bm_byte_buffer.cc"],
deps = [":helpers"],
tags = ["exclude_windows"],
tags = ["no_windows"],
)

grpc_cc_binary(
name = "bm_channel",
testonly = 1,
srcs = ["bm_channel.cc"],
deps = [":helpers"],
tags = ["exclude_windows"],
tags = ["no_windows"],
)

grpc_cc_binary(
name = "bm_call_create",
testonly = 1,
srcs = ["bm_call_create.cc"],
deps = [":helpers"],
tags = ["exclude_windows"],
tags = ["no_windows"],
)

grpc_cc_binary(
name = "bm_cq",
testonly = 1,
srcs = ["bm_cq.cc"],
deps = [":helpers"],
tags = ["exclude_windows"],
tags = ["no_windows"],
)

grpc_cc_binary(
name = "bm_cq_multiple_threads",
testonly = 1,
srcs = ["bm_cq_multiple_threads.cc"],
deps = [":helpers"],
tags = ["exclude_windows"],
tags = ["no_windows"],
)

grpc_cc_binary(
name = "bm_error",
testonly = 1,
srcs = ["bm_error.cc"],
deps = [":helpers"],
tags = ["exclude_windows"],
tags = ["no_windows"],
)

grpc_cc_library(
Expand All @@ -126,7 +126,7 @@ grpc_cc_library(
"fullstack_streaming_ping_pong.h",
],
deps = [":helpers"],
tags = ["exclude_windows"],
tags = ["no_windows"],
)

grpc_cc_binary(
Expand All @@ -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(
Expand All @@ -155,15 +155,15 @@ grpc_cc_binary(
"bm_fullstack_streaming_pump.cc",
],
deps = [":fullstack_streaming_pump_h"],
tags = ["exclude_windows"],
tags = ["no_windows"],
)

grpc_cc_binary(
name = "bm_fullstack_trickle",
testonly = 1,
srcs = ["bm_fullstack_trickle.cc"],
deps = [":helpers"],
tags = ["exclude_windows"],
tags = ["no_windows"],
)

grpc_cc_library(
Expand All @@ -182,23 +182,23 @@ grpc_cc_binary(
"bm_fullstack_unary_ping_pong.cc",
],
deps = [":fullstack_unary_ping_pong_h"],
tags = ["exclude_windows"],
tags = ["no_windows"],
)

grpc_cc_binary(
name = "bm_metadata",
testonly = 1,
srcs = ["bm_metadata.cc"],
deps = [":helpers"],
tags = ["exclude_windows"],
tags = ["no_windows"],
)

grpc_cc_binary(
name = "bm_chttp2_hpack",
testonly = 1,
srcs = ["bm_chttp2_hpack.cc"],
deps = [":helpers"],
tags = ["exclude_windows"],
tags = ["no_windows"],
)

grpc_cc_binary(
Expand All @@ -218,5 +218,5 @@ grpc_cc_binary(
testonly = 1,
srcs = ["bm_timer.cc"],
deps = [":helpers"],
tags = ["exclude_windows"],
tags = ["no_windows"],
)
6 changes: 3 additions & 3 deletions test/cpp/naming/generate_resolver_component_tests.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand All @@ -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,
Expand All @@ -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"],
)
2 changes: 1 addition & 1 deletion test/cpp/performance/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
)
2 changes: 1 addition & 1 deletion test/cpp/qps/qps_benchmark_script.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ def json_run_localhost_batch():
],
tags = [
"json_run_localhost",
"exclude_windows",
"no_windows",
],
)
6 changes: 3 additions & 3 deletions test/cpp/server/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand All @@ -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(
Expand All @@ -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"],
)
2 changes: 1 addition & 1 deletion test/cpp/server/load_reporter/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
4 changes: 2 additions & 2 deletions tools/remote_build/windows.bazelrc
Original file line number Diff line number Diff line change
@@ -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
build --test_tag_filters=-no_windows
build --build_tag_filters=-no_windows

0 comments on commit 4241ede

Please sign in to comment.