Skip to content

Commit a50cb95

Browse files
authored
[wasm64] Enable freetype test. NFC (#21179)
The poppler test also seesm to work fine under wasm64, just not the >4Gb mode.
1 parent 70e698d commit a50cb95

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/test_core.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6659,7 +6659,6 @@ def test_lua(self):
66596659

66606660
@no_asan('issues with freetype itself')
66616661
@needs_make('configure script')
6662-
@no_wasm64('MEMORY64 does not yet support SJLJ')
66636662
@is_slow_test
66646663
def test_freetype(self):
66656664
if self.get_setting('WASMFS'):
@@ -6772,7 +6771,7 @@ def test_bullet(self, use_cmake):
67726771
@no_ubsan('local count too large')
67736772
@no_lsan('output differs')
67746773
@needs_make('depends on freetype')
6775-
@no_wasm64('MEMORY64 does not yet support SJLJ')
6774+
@no_4gb('runs out of memory')
67766775
@is_slow_test
67776776
def test_poppler(self):
67786777
# See https://github.com/emscripten-core/emscripten/issues/20757

0 commit comments

Comments
 (0)