We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e698d commit a50cb95Copy full SHA for a50cb95
test/test_core.py
@@ -6659,7 +6659,6 @@ def test_lua(self):
6659
6660
@no_asan('issues with freetype itself')
6661
@needs_make('configure script')
6662
- @no_wasm64('MEMORY64 does not yet support SJLJ')
6663
@is_slow_test
6664
def test_freetype(self):
6665
if self.get_setting('WASMFS'):
@@ -6772,7 +6771,7 @@ def test_bullet(self, use_cmake):
6772
6771
@no_ubsan('local count too large')
6773
@no_lsan('output differs')
6774
@needs_make('depends on freetype')
6775
+ @no_4gb('runs out of memory')
6776
6777
def test_poppler(self):
6778
# See https://github.com/emscripten-core/emscripten/issues/20757
0 commit comments