We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc354a9 commit fdf821eCopy full SHA for fdf821e
absl/hash/BUILD.bazel
@@ -82,6 +82,8 @@ cc_test(
82
],
83
copts = ABSL_TEST_COPTS,
84
linkopts = ABSL_DEFAULT_LINKOPTS,
85
+ # TODO(b/417700722): Fix HashValueTest.PointerAlignment reporting more collisions under ubsan.
86
+ tags = ["noubsan"],
87
deps = [
88
":hash",
89
":hash_testing",
absl/synchronization/BUILD.bazel
@@ -360,6 +360,7 @@ cc_test(
360
361
tags = [
362
"no_test_wasm",
363
+ "noubsan", # TODO(b/417700722): timeouts under UBSAN.
364
365
366
":per_thread_sem_test_common",
0 commit comments