diff --git a/rust/test/cpp/BUILD b/rust/test/cpp/BUILD index 86976b077c..49d1de9b9c 100644 --- a/rust/test/cpp/BUILD +++ b/rust/test/cpp/BUILD @@ -18,10 +18,6 @@ rust_test( tags = [ # TODO(b/270274576): Enable testing on arm once we have a Rust Arm toolchain. "not_build:arm", - # TODO(b/243126140): Enable tsan once we support sanitizers with Rust. - "notsan", - # TODO(b/243126140): Enable msan once we support sanitizers with Rust. - "nomsan", ], deps = ["//rust/test:unittest_cc_rust_proto"], ) diff --git a/rust/test/cpp/interop/BUILD b/rust/test/cpp/interop/BUILD index 7500d12e57..282a03f204 100644 --- a/rust/test/cpp/interop/BUILD +++ b/rust/test/cpp/interop/BUILD @@ -17,10 +17,6 @@ rust_test( tags = [ # TODO(b/270274576): Enable testing on arm once we have a Rust Arm toolchain. "not_build:arm", - # TODO(b/243126140): Enable tsan once we support sanitizers with Rust. - "notsan", - # TODO(b/243126140): Enable msan once we support sanitizers with Rust. - "nomsan", ], deps = [ ":test_utils", diff --git a/rust/test/shared/BUILD b/rust/test/shared/BUILD index d924bb2223..606967c039 100644 --- a/rust/test/shared/BUILD +++ b/rust/test/shared/BUILD @@ -67,10 +67,6 @@ rust_test( tags = [ # TODO(b/270274576): Enable testing on arm once we have a Rust Arm toolchain. "not_build:arm", - # TODO(b/243126140): Enable tsan once we support sanitizers with Rust. - "notsan", - # TODO(b/243126140): Enable msan once we support sanitizers with Rust. - "nomsan", ], deps = [ "//rust/test:child_cc_rust_proto", @@ -84,10 +80,6 @@ rust_test( tags = [ # TODO(b/270274576): Enable testing on arm once we have a Rust Arm toolchain. "not_build:arm", - # TODO(b/243126140): Enable tsan once we support sanitizers with Rust. - "notsan", - # TODO(b/243126140): Enable msan once we support sanitizers with Rust. - "nomsan", ], deps = [ "//rust/test:dots_in_package_cc_rust_proto", @@ -102,10 +94,6 @@ rust_test( tags = [ # TODO(b/270274576): Enable testing on arm once we have a Rust Arm toolchain. "not_build:arm", - # TODO(b/243126140): Enable tsan once we support sanitizers with Rust. - "notsan", - # TODO(b/243126140): Enable msan once we support sanitizers with Rust. - "nomsan", ], deps = [ "//rust/test:dots_in_package_upb_rust_proto", diff --git a/rust/test/upb/BUILD b/rust/test/upb/BUILD index 56f3f79e1d..8c1459cbc3 100644 --- a/rust/test/upb/BUILD +++ b/rust/test/upb/BUILD @@ -18,10 +18,6 @@ rust_test( tags = [ # TODO(b/270274576): Enable testing on arm once we have a Rust Arm toolchain. "not_build:arm", - # TODO(b/243126140): Enable tsan once we support sanitizers with Rust. - "notsan", - # TODO(b/243126140): Enable msan once we support sanitizers with Rust. - "nomsan", ], deps = ["//rust/test:unittest_upb_rust_proto"], )