Skip to content

Commit ea094ee

Browse files
committed
Merge branch 'jk/test-lsan-denoise-output'
Tests with LSan from time to time seem to emit harmless message that makes our tests unnecessarily flakey; we work it around by filtering the uninteresting output. * jk/test-lsan-denoise-output: test-lib: ignore uninteresting LSan output Signed-off-by: Johannes Schindelin <[email protected]>
2 parents b12dcab + c67cf4c commit ea094ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/test-lib.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ nr_san_dir_leaks_ () {
334334
find "$TEST_RESULTS_SAN_DIR" \
335335
-type f \
336336
-name "$TEST_RESULTS_SAN_FILE_PFX.*" 2>/dev/null |
337+
xargs grep -lv "Unable to get registers from thread" |
337338
wc -l
338339
}
339340

0 commit comments

Comments
 (0)