aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-10-25 20:06:06 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-10-25 20:06:06 +0200
commitfce9c80a40171fb4bb0064b8ce214a56ee5a546f (patch)
treea00b02aa9cf9a66de198c6270c2b19982afbefbb /test/core/util
parentc49553ab932b7ec9b4f5aab00079dd8bec3f2f96 (diff)
make //test/core/end2end/fuzzers:client_fuzzer pass on ubsan
Diffstat (limited to 'test/core/util')
-rw-r--r--test/core/util/ubsan_suppressions.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/core/util/ubsan_suppressions.txt b/test/core/util/ubsan_suppressions.txt
index 1119f0c770..63898ea3b1 100644
--- a/test/core/util/ubsan_suppressions.txt
+++ b/test/core/util/ubsan_suppressions.txt
@@ -26,4 +26,6 @@ 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
+signed-integer-overflow:chrono
+enum:grpc_http2_error_to_grpc_status
+enum:grpc_chttp2_cancel_stream \ No newline at end of file