diff --git a/rust/BUILD b/rust/BUILD index 16b04d846b..e38f5644a2 100644 --- a/rust/BUILD +++ b/rust/BUILD @@ -60,10 +60,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", ], ) @@ -88,10 +84,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", ], ) diff --git a/rust/cpp_kernel/BUILD b/rust/cpp_kernel/BUILD index c6782df878..3750498db5 100644 --- a/rust/cpp_kernel/BUILD +++ b/rust/cpp_kernel/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", ], ) diff --git a/rust/test/shared/BUILD b/rust/test/shared/BUILD index ef2c7a93a9..1bc97d37af 100644 --- a/rust/test/shared/BUILD +++ b/rust/test/shared/BUILD @@ -22,10 +22,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_upb_rust_proto", diff --git a/rust/upb_kernel/BUILD b/rust/upb_kernel/BUILD index 1d362c46d7..233c26024f 100644 --- a/rust/upb_kernel/BUILD +++ b/rust/upb_kernel/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", ], )