Add a test for a (now-illegal) build file construct (#27602)
* Add a test for a (now-illegal) build file construct * add to test suite! * fix * fix * fix syntax
This commit is contained in:
parent
0611f7c9b3
commit
d1e01ac139
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
package(default_visibility = ["//:__subpackages__"])
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # 3-clause BSD
|
||||
licenses(["notice"])
|
||||
|
||||
cc_binary(
|
||||
name = "compression_client",
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # 3-clause BSD
|
||||
licenses(["notice"])
|
||||
|
||||
cc_binary(
|
||||
name = "greeter_client",
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # 3-clause BSD
|
||||
licenses(["notice"])
|
||||
|
||||
cc_binary(
|
||||
name = "keyvaluestore_client",
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # 3-clause BSD
|
||||
licenses(["notice"])
|
||||
|
||||
cc_binary(
|
||||
name = "lb_server",
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # 3-clause BSD
|
||||
licenses(["notice"])
|
||||
|
||||
cc_binary(
|
||||
name = "metadata_client",
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # 3-clause BSD
|
||||
licenses(["notice"])
|
||||
|
||||
cc_library(
|
||||
name = "route_guide_helper",
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # 3-clause BSD
|
||||
licenses(["notice"])
|
||||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # 3-clause BSD
|
||||
licenses(["notice"])
|
||||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # 3-clause BSD
|
||||
licenses(["notice"])
|
||||
|
||||
load("@grpc_python_dependencies//:requirements.bzl", "requirement")
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ load(
|
|||
"grpc_cc_library",
|
||||
)
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
package(
|
||||
default_visibility = ["//visibility:public"],
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files([
|
||||
"ca.pem",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # 3-clause BSD
|
||||
licenses(["notice"])
|
||||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("@rules_proto//proto:defs.bzl", "proto_library")
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_package", "grpc_proto_library")
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_package", "grpc_proto_library")
|
||||
load("//bazel:python_rules.bzl", "py_proto_library")
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("@rules_proto//proto:defs.bzl", "proto_library")
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("@rules_proto//proto:defs.bzl", "proto_library")
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_package", "grpc_proto_library")
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_package", "grpc_proto_library")
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
grpc_package(
|
||||
name = "http_over_grpc",
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("@rules_proto//proto:defs.bzl", "proto_library")
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_package", "grpc_proto_library")
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("@rules_proto//proto:defs.bzl", "proto_library")
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_package", "grpc_proto_library")
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_package", "grpc_proto_library")
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("@grpc_python_dependencies//:requirements.bzl", "requirement")
|
||||
load("@rules_proto//proto:defs.bzl", "proto_library")
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_package", "grpc_proto_library")
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_package", "grpc_proto_library")
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_package", "grpc_proto_library")
|
||||
load("//bazel:python_rules.bzl", "py_grpc_library", "py_proto_library")
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc_cc_test", "grpc_package")
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
grpc_package(name = "test/core/avl")
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc_cc_test")
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
package(
|
||||
features = [
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc
|
|||
|
||||
grpc_package(name = "test/core/bad_client")
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load(":generate_tests.bzl", "grpc_bad_client_tests")
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc_cc_test", "grpc_package")
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
grpc_package(name = "test/core/bad_connection")
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc
|
|||
|
||||
grpc_package(name = "test/core/bad_ssl")
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load(":generate_tests.bzl", "grpc_bad_ssl_tests")
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc
|
|||
|
||||
grpc_package(name = "test/core/channel")
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
grpc_cc_test(
|
||||
name = "channel_args_test",
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc
|
|||
|
||||
grpc_package(name = "test/core/client_channel/resolvers")
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
grpc_cc_test(
|
||||
name = "dns_resolver_connectivity_using_ares_test",
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ load("//test/core/util:grpc_fuzzer.bzl", "grpc_fuzzer")
|
|||
|
||||
grpc_package(name = "test/core/compression")
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
grpc_cc_test(
|
||||
name = "algorithm_test",
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc
|
|||
|
||||
grpc_package(name = "test/core/debug")
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
grpc_cc_test(
|
||||
name = "stats_test",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc_cc_test", "grpc_package")
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
grpc_package(name = "test/core/end2end")
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc
|
|||
|
||||
grpc_package(name = "test/core/end2end/fuzzers")
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("//test/core/util:grpc_fuzzer.bzl", "grpc_fuzzer")
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc
|
|||
|
||||
grpc_package(name = "test/core/fling")
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("//test/core/util:grpc_fuzzer.bzl", "grpc_fuzzer")
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc_cc_test", "grpc_package")
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
grpc_package(name = "test/core/gpr")
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc_cc_test", "grpc_package")
|
||||
load("//bazel:custom_exec_properties.bzl", "LARGE_MACHINE")
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
grpc_package(name = "test/core/gprpp")
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc
|
|||
|
||||
grpc_package(name = "test/core/handshake")
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
grpc_cc_test(
|
||||
name = "client_ssl_test",
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc
|
|||
|
||||
grpc_package(name = "test/core/http")
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("//test/core/util:grpc_fuzzer.bzl", "grpc_fuzzer")
|
||||
|
||||
|
|
@ -60,7 +60,7 @@ grpc_fuzzer(
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("//test/core/util:grpc_fuzzer.bzl", "grpc_fuzzer")
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc_cc_test", "grpc_package")
|
||||
load("//bazel:custom_exec_properties.bzl", "LARGE_MACHINE")
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("//test/core/util:grpc_fuzzer.bzl", "grpc_fuzzer")
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc
|
|||
|
||||
grpc_package(name = "test/core/json")
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("//test/core/util:grpc_fuzzer.bzl", "grpc_fuzzer")
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc
|
|||
|
||||
grpc_package(name = "test/core/nanopb")
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("//test/core/util:grpc_fuzzer.bzl", "grpc_fuzzer")
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ grpc_package(
|
|||
],
|
||||
)
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
grpc_cc_binary(
|
||||
name = "low_level_ping_pong",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc_cc_test", "grpc_package")
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
grpc_package(name = "test/core/security")
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files([
|
||||
"bundle.pem",
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc
|
|||
|
||||
grpc_package(name = "test/core/slice")
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("//test/core/util:grpc_fuzzer.bzl", "grpc_fuzzer")
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc_cc_test", "grpc_package")
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
grpc_package(name = "test/core/surface")
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc_cc_test", "grpc_package")
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
grpc_package(name = "test/core/transport")
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc_cc_test", "grpc_package")
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
grpc_package(name = "test/core/transport/chttp2")
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc_cc_test", "grpc_package")
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
grpc_package(
|
||||
name = "test/core/tsi",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_cc_library", "grpc_cc_test", "grpc_package")
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
grpc_package(
|
||||
name = "test/core/tsi/alts/crypt",
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc_package", "grpc_proto_library")
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_cc_library", "grpc_cc_test", "grpc_package")
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
grpc_package(name = "test/core/tsi/alts/frame_protector")
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_cc_library", "grpc_cc_test", "grpc_package")
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
grpc_package(name = "test/core/tsi/alts/handshaker")
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_cc_test", "grpc_package")
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
grpc_package(name = "test/core/tsi/alts/zero_copy_frame_protector")
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc_cc_test", "grpc_package")
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
grpc_package(
|
||||
name = "test/core/util",
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_cc_library", "grpc_cc_test", "grpc_package")
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_test", "grpc_package", "grpc_sh_test")
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_cc_test", "grpc_package")
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
load("//bazel:grpc_build_system.bzl", "grpc_cc_library", "grpc_cc_test", "grpc_package")
|
||||
load("//bazel:cc_grpc_library.bzl", "cc_grpc_library")
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
grpc_package(name = "test/cpp/ext/filters/census")
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc_cc_test", "grpc_package")
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc_cc_test", "grpc_package")
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_cc_library", "grpc_cc_test", "grpc_package")
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ package(
|
|||
],
|
||||
)
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_cc_library", "grpc_cc_test", "grpc_py_binary")
|
||||
load(":generate_resolver_component_tests.bzl", "generate_resolver_component_tests")
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ package(
|
|||
],
|
||||
)
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_py_binary")
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_cc_library", "grpc_cc_test", "grpc_package")
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc_cc_test", "grpc_package")
|
||||
load("//test/cpp/qps:qps_benchmark_script.bzl", "json_run_localhost_batch", "qps_json_driver_batch")
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc_cc_test", "grpc_package")
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc_cc_test", "grpc_package")
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc_cc_test", "grpc_package")
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc_cc_test", "grpc_package")
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
licenses(["notice"]) # Apache v2
|
||||
licenses(["notice"])
|
||||
|
||||
load("//bazel:grpc_build_system.bzl", "grpc_cc_binary", "grpc_cc_library", "grpc_cc_test", "grpc_package")
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,31 @@
|
|||
#!/bin/sh
|
||||
# Copyright 2019 gRPC authors.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
set -e
|
||||
|
||||
cd "$(dirname "$0")/../../.."
|
||||
|
||||
#
|
||||
# Prevent the use of single line comments after license clauses, since this
|
||||
# chokes the internal import process.
|
||||
#
|
||||
|
||||
regex='^licenses\(.*#'
|
||||
for dir in bazel examples src test tools; do
|
||||
for file in BUILD BUILD.bazel; do
|
||||
git grep -EIrn "$regex" "$dir/**$file" | diff - /dev/null
|
||||
done
|
||||
done
|
||||
|
||||
|
|
@ -39,3 +39,5 @@
|
|||
cpu_cost: 1000
|
||||
- script: tools/distrib/check_protobuf_pod_version.sh
|
||||
- script: tools/distrib/check_boringssl_prefix_symbol.sh
|
||||
- script: tools/run_tests/sanity/build_banned_constructs.sh
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue