Skip to content

Commit d008ee4

Browse files
authored
Remove error message ignore in ASAN runs (#6783)
1 parent 7fa2b13 commit d008ee4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/infra/network.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -158,14 +158,6 @@ def log_errors(
158158
except IOError:
159159
LOG.exception("Could not read err output {}".format(err_path))
160160

161-
# See https://github.com/microsoft/CCF/issues/1701
162-
ignore_fatal_errors = False
163-
for line in fatal_error_lines:
164-
if line.startswith("Tracer caught signal 11"):
165-
ignore_fatal_errors = True
166-
if ignore_fatal_errors:
167-
fatal_error_lines = []
168-
169161
return error_lines, fatal_error_lines
170162

171163

0 commit comments

Comments
 (0)