Skip to content

Commit fdf821e

Browse files
goldvitalycopybara-github
authored andcommitted
Add tags to skip some tests under UBSAN.
PiperOrigin-RevId: 758783019 Change-Id: I3b5d6a7cce9a001a7dbc3edb9dd5c7e9132b33dd
1 parent bc354a9 commit fdf821e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

absl/hash/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ cc_test(
8282
],
8383
copts = ABSL_TEST_COPTS,
8484
linkopts = ABSL_DEFAULT_LINKOPTS,
85+
# TODO(b/417700722): Fix HashValueTest.PointerAlignment reporting more collisions under ubsan.
86+
tags = ["noubsan"],
8587
deps = [
8688
":hash",
8789
":hash_testing",

absl/synchronization/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ cc_test(
360360
linkopts = ABSL_DEFAULT_LINKOPTS,
361361
tags = [
362362
"no_test_wasm",
363+
"noubsan", # TODO(b/417700722): timeouts under UBSAN.
363364
],
364365
deps = [
365366
":per_thread_sem_test_common",

0 commit comments

Comments
 (0)