Add tags to skip some tests under UBSAN.

PiperOrigin-RevId: 758783019
Change-Id: I3b5d6a7cce9a001a7dbc3edb9dd5c7e9132b33dd
This commit is contained in:
Vitaly Goldshteyn
2025-05-14 12:13:57 -07:00
committed by Copybara-Service
parent bc354a995c
commit fdf821ec60
2 changed files with 3 additions and 0 deletions

View File

@@ -82,6 +82,8 @@ cc_test(
],
copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS,
# TODO(b/417700722): Fix HashValueTest.PointerAlignment reporting more collisions under ubsan.
tags = ["noubsan"],
deps = [
":hash",
":hash_testing",

View File

@@ -360,6 +360,7 @@ cc_test(
linkopts = ABSL_DEFAULT_LINKOPTS,
tags = [
"no_test_wasm",
"noubsan", # TODO(b/417700722): timeouts under UBSAN.
],
deps = [
":per_thread_sem_test_common",