Skip to content

Commit 7320016

Browse files
authored
Fix failing test_closure_full_js_library. NFC (#19050)
This should really have been part of #19044 but I landed it without waiting for all tests to pass.
1 parent 0f74a7d commit 7320016

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

embuilder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
'libdlmalloc-mt',
8787
'libGL-emu',
8888
'libGL-mt',
89+
'libGL-mt-emu',
8990
'libsockets_proxy',
9091
'libsockets-mt',
9192
'crtbegin',

test/test_other.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8638,6 +8638,7 @@ def test_full_js_library_no_exception_throwing(self):
86388638
def test_full_js_library_minimal_runtime(self):
86398639
self.run_process([EMCC, test_file('hello_world.c'), '-sSTRICT_JS', '-sINCLUDE_FULL_LIBRARY', '-sMINIMAL_RUNTIME'])
86408640

8641+
@crossplatform
86418642
@parameterized({
86428643
'': [[]],
86438644
# bigint support is interesting to test here because it changes which

0 commit comments

Comments
 (0)