Skip to content

Commit

Permalink
[tfrt] Delete async value tests from tf_runtime
Browse files Browse the repository at this point in the history
AsyncValue is part of TSL and has tests there, no need to test it again inside TFRT

PiperOrigin-RevId: 642720994
  • Loading branch information
ezhulenev authored and copybara-github committed Jun 12, 2024
1 parent bb87856 commit d79d8e5
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 511 deletions.
33 changes: 0 additions & 33 deletions cpp_tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -45,39 +45,6 @@ tfrt_cc_test(
],
)

tfrt_cc_test(
name = "host_context/async_value_ref_test",
srcs = ["host_context/async_value_ref_test.cc"],
deps = [
":common",
"@com_google_googletest//:gtest_main",
"@tf_runtime//:hostcontext",
"@tf_runtime//:support",
],
)

tfrt_cc_test(
name = "host_context/async_value_ptr_test",
srcs = ["host_context/async_value_ptr_test.cc"],
deps = [
":common",
"@com_google_googletest//:gtest_main",
"@tf_runtime//:hostcontext",
"@tf_runtime//:support",
],
)

tfrt_cc_test(
name = "host_context/async_value_test",
srcs = ["host_context/async_value_test.cc"],
deps = [
":common",
"@com_google_googletest//:gtest_main",
"@tf_runtime//:hostcontext",
"@tf_runtime//:support",
],
)

tfrt_cc_test(
name = "host_context/host_allocator_test",
srcs = [
Expand Down
89 changes: 0 additions & 89 deletions cpp_tests/host_context/async_value_ptr_test.cc

This file was deleted.

202 changes: 0 additions & 202 deletions cpp_tests/host_context/async_value_ref_test.cc

This file was deleted.

Loading

0 comments on commit d79d8e5

Please sign in to comment.