Skip to content

Commit

Permalink
Remove test_suite rules. nothing seems to depend on these.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 337105125
Change-Id: Ic26701d7f7e6e884e64b7ba4cf766d641becf871
  • Loading branch information
gunan authored and tensorflower-gardener committed Oct 14, 2020
1 parent 090b691 commit eae81ad
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 37 deletions.
35 changes: 0 additions & 35 deletions tensorflow/core/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1882,14 +1882,6 @@ alias(
visibility = ["//tensorflow:internal"],
)

test_suite(
name = "low_level_tests",
tests = [
":low_level_library_tests",
"//tensorflow/core/platform:low_level_library_tests",
],
)

tf_cc_tests(
name = "low_level_library_tests",
size = "small",
Expand All @@ -1910,7 +1902,6 @@ tf_cc_tests(
"//tensorflow/core/lib/random:legacy_lib_random_tests",
"//tensorflow/core/lib/strings:legacy_low_level_library_tests",
],
create_named_test_suite = True,
deps = [
":lib",
":lib_internal",
Expand Down Expand Up @@ -1946,22 +1937,6 @@ tf_cc_test(
],
)

test_suite(
name = "platform_tests",
tests = [
"//tensorflow/core/platform:abi_test",
"//tensorflow/core/platform:env_test",
"//tensorflow/core/platform:fake_python_env_test",
"//tensorflow/core/platform:file_system_test",
"//tensorflow/core/platform:numa_test",
"//tensorflow/core/platform:platform_strings_test",
"//tensorflow/core/platform:rocm_rocdl_path_test",
"//tensorflow/core/platform:setround_test",
"//tensorflow/core/platform:unbounded_work_queue_test",
"//tensorflow/core/platform:vmodule_test",
],
)

tf_cc_test(
name = "lib_jpeg_jpeg_mem_unittest",
srcs = ["lib/jpeg/jpeg_mem_unittest.cc"],
Expand Down Expand Up @@ -2014,15 +1989,6 @@ tf_cc_test(
],
)

test_suite(
name = "higher_level_tests",
tests = [
":core_higher_level_tests",
"//tensorflow/core/framework:higher_level_tests",
"//tensorflow/core/util:higher_level_tests",
],
)

tf_cc_tests(
name = "core_higher_level_tests",
size = "small",
Expand All @@ -2041,7 +2007,6 @@ tf_cc_tests(
"//tensorflow/core/graph:validate_test.cc",
"//tensorflow/core/util/sparse:higher_level_tests_group",
],
create_named_test_suite = True,
linkopts = select({
"//tensorflow:macos": ["-headerpad_max_install_names"],
"//conditions:default": [],
Expand Down
1 change: 0 additions & 1 deletion tensorflow/core/framework/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,6 @@ tf_cc_tests(
"variant_op_registry_test.cc",
"variant_test.cc",
],
create_named_test_suite = True,
linkopts = select({
"//tensorflow:macos": ["-headerpad_max_install_names"],
"//conditions:default": [],
Expand Down
1 change: 0 additions & 1 deletion tensorflow/core/util/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,6 @@ tf_cc_tests(
"tensor_slice_writer_test.cc",
"work_sharder_test.cc",
],
create_named_test_suite = True,
linkopts = select({
"//tensorflow:macos": ["-headerpad_max_install_names"],
"//conditions:default": [],
Expand Down

0 comments on commit eae81ad

Please sign in to comment.