renamed tag to no_windows in conformation with Bazel and TensorFlow

pull/18285/head
billfeng327 6 years ago
parent 65ef4f5cef
commit 4241edeaa4
  1. 2
      test/core/bad_connection/BUILD
  2. 2
      test/core/client_channel/BUILD
  3. 20
      test/core/iomgr/BUILD
  4. 2
      test/cpp/common/BUILD
  5. 4
      test/cpp/end2end/BUILD
  6. 2
      test/cpp/interop/BUILD
  7. 34
      test/cpp/microbenchmarks/BUILD
  8. 6
      test/cpp/naming/generate_resolver_component_tests.bzl
  9. 2
      test/cpp/performance/BUILD
  10. 2
      test/cpp/qps/qps_benchmark_script.bzl
  11. 6
      test/cpp/server/BUILD
  12. 2
      test/cpp/server/load_reporter/BUILD
  13. 4
      tools/remote_build/windows.bazelrc

@ -29,5 +29,5 @@ grpc_cc_binary(
"//:grpc",
"//test/core/util:grpc_test_util",
],
tags = ["exclude_windows"],
tags = ["no_windows"],
)

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

@ -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(

@ -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(

@ -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(

@ -161,5 +161,5 @@ grpc_cc_test(
"//test/cpp/util:test_config",
"//test/cpp/util:test_util",
],
tags = ["exclude_windows"],
tags = ["no_windows"],
)

@ -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"],
)

@ -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"],
)

@ -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"],
)

@ -75,6 +75,6 @@ def json_run_localhost_batch():
],
tags = [
"json_run_localhost",
"exclude_windows",
"no_windows",
],
)

@ -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"],
)

@ -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(

@ -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
Loading…
Cancel
Save