Skip to content

Commit 47dd661

Browse files
authored
Disable test_poppler under ubsan and lsan (#17188)
This fixes the current waterfall failures. I'm not sure how time its worth spending investigating this kind of thing.
1 parent 85bdabf commit 47dd661

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_core.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6777,6 +6777,8 @@ def test_bullet(self, use_cmake):
67776777
includes=[test_file('third_party/bullet/src')])
67786778

67796779
@no_asan('issues with freetype itself')
6780+
@no_ubsan('local count too large')
6781+
@no_lsan('output differs')
67806782
@needs_make('depends on freetype')
67816783
@no_wasm64('MEMORY64 does not yet support SJLJ')
67826784
@is_slow_test

0 commit comments

Comments
 (0)