aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2018-10-25 21:11:21 +0200
committerGravatar GitHub <noreply@github.com>2018-10-25 21:11:21 +0200
commitd24af715e1827784146bf027600a2695bf5c3acf (patch)
tree9f1058928a39be6bd81e61e3152ee847633ef4f6
parente2caffdde8c5b7c4267550315865827811510706 (diff)
parentfce9c80a40171fb4bb0064b8ce214a56ee5a546f (diff)
Merge pull request #17005 from jtattermusch/temp_ubsan_supressions
Temporarily add ubsan supressions
-rw-r--r--test/core/util/ubsan_suppressions.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/core/util/ubsan_suppressions.txt b/test/core/util/ubsan_suppressions.txt
index 2268adc169..63898ea3b1 100644
--- a/test/core/util/ubsan_suppressions.txt
+++ b/test/core/util/ubsan_suppressions.txt
@@ -15,3 +15,17 @@ enum:message_compress_test
enum:transport_security_test
enum:algorithm_test
alignment:transport_security_test
+# TODO(jtattermusch): address issues and remove the supressions
+nonnull-attribute:gsec_aes_gcm_aead_crypter_decrypt_iovec
+nonnull-attribute:gsec_test_random_encrypt_decrypt
+nonnull-attribute:gsec_test_multiple_random_encrypt_decrypt
+nonnull-attribute:gsec_test_copy
+nonnull-attribute:gsec_test_encrypt_decrypt_test_vector
+alignment:absl::little_endian::Store64
+alignment:absl::little_endian::Load64
+float-divide-by-zero:grpc::testing::postprocess_scenario_result
+enum:grpc_op_string
+nonnull-attribute:grpc_lb_addresses_copy
+signed-integer-overflow:chrono
+enum:grpc_http2_error_to_grpc_status
+enum:grpc_chttp2_cancel_stream \ No newline at end of file