Enable sanitizers

PiperOrigin-RevId: 529371786
pull/12643/head
Marcel Hlopko 2 years ago committed by Copybara-Service
parent db587750b9
commit c58067fa70
  1. 8
      rust/BUILD
  2. 4
      rust/cpp_kernel/BUILD
  3. 4
      rust/test/shared/BUILD
  4. 4
      rust/upb_kernel/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",
],
)

@ -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",
],
)

@ -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",

@ -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",
],
)

Loading…
Cancel
Save