aboutsummaryrefslogtreecommitdiff
path: root/fix-xmltest-log.sh
diff options
context:
space:
mode:
Diffstat (limited to 'fix-xmltest-log.sh')
-rwxr-xr-xfix-xmltest-log.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/fix-xmltest-log.sh b/fix-xmltest-log.sh
index 4deafe53a7a8..e4dbd54275c7 100755
--- a/fix-xmltest-log.sh
+++ b/fix-xmltest-log.sh
@@ -38,6 +38,9 @@ exec "${sed}" -i.bak \
-e '# convert DOS line endings to Unix without resorting to dos2unix' \
-e $'s/\r//' \
\
+ -e '# Filter out "unhandled instruction" lines from AddressSanitizer' \
+ -e '/^==[0-9]\+==interception_win: unhandled instruction at /d' \
+ \
-e 's/^wine: Call .* msvcrt\.dll\._wperror, aborting$/ibm49i02.dtd: No such file or directory/' \
\
-e '/^wine: /d' \