diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2018-10-25 19:12:46 +0200 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2018-10-25 19:22:28 +0200 |
commit | c49553ab932b7ec9b4f5aab00079dd8bec3f2f96 (patch) | |
tree | 6ded37cc20eb3ee62e6b724986de68f7782f66ed /test | |
parent | ccd0cc5229ee8743c25f66331341aca106ec198f (diff) |
temporarily add ubsan supressions
Diffstat (limited to 'test')
-rw-r--r-- | test/core/util/ubsan_suppressions.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/core/util/ubsan_suppressions.txt b/test/core/util/ubsan_suppressions.txt index 2268adc169..1119f0c770 100644 --- a/test/core/util/ubsan_suppressions.txt +++ b/test/core/util/ubsan_suppressions.txt @@ -15,3 +15,15 @@ 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
\ No newline at end of file |