Disabled build_files_updated unittest for now.

pull/8960/head
Joshua Haberman 3 years ago
parent 7adaf9eb79
commit 1a662aa18d
  1. 34
      BUILD
  2. 4
      kokoro/linux/bazel/build.sh

34
BUILD

@ -1203,22 +1203,24 @@ cc_binary(
], ],
) )
sh_test( # TODO: re-enable this test if appropriate, or replace with something that
name = "build_files_updated_unittest", # uses the new setup.
srcs = [ # sh_test(
"build_files_updated_unittest.sh", # name = "build_files_updated_unittest",
], # srcs = [
data = [ # "build_files_updated_unittest.sh",
"BUILD", # ],
"cmake/extract_includes.bat.in", # data = [
"cmake/libprotobuf.cmake", # "BUILD",
"cmake/libprotobuf-lite.cmake", # "cmake/extract_includes.bat.in",
"cmake/libprotoc.cmake", # "cmake/libprotobuf.cmake",
"cmake/tests.cmake", # "cmake/libprotobuf-lite.cmake",
"src/Makefile.am", # "cmake/libprotoc.cmake",
"update_file_lists.sh", # "cmake/tests.cmake",
], # "src/Makefile.am",
) # "update_file_lists.sh",
# ],
# )
java_proto_library( java_proto_library(
name = "test_messages_proto2_java_proto", name = "test_messages_proto2_java_proto",

@ -22,9 +22,11 @@ cd $(dirname $0)/../../..
git submodule update --init --recursive git submodule update --init --recursive
# Disabled for now, re-enable if appropriate.
# //:build_files_updated_unittest \
trap print_test_logs EXIT trap print_test_logs EXIT
bazel test -k --copt=-Werror --host_copt=-Werror \ bazel test -k --copt=-Werror --host_copt=-Werror \
//:build_files_updated_unittest \
//java:tests \ //java:tests \
//:protoc \ //:protoc \
//:protobuf \ //:protobuf \

Loading…
Cancel
Save