Skip to content

Commit 2b5ccd3

Browse files
committed
Add the rest of the bigendian test matrix to help test emscripten-core#25797
1 parent 7c9c6e8 commit 2b5ccd3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/test_core.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10080,6 +10080,11 @@ def setUp(self):
1008010080
# This setup will still use the native x64 Node.js in Emscripten internal use to compile code, but
1008110081
# runs all unit tests via qemu on the s390x big endian version of Node.js.
1008210082
bigendian0 = make_run('bigendian0', cflags=['-O0', '-Wno-experimental'], settings={'SUPPORT_BIG_ENDIAN': 1})
10083+
bigendian1 = make_run('bigendian1', cflags=['-O1', '-Wno-experimental'], settings={'SUPPORT_BIG_ENDIAN': 1})
10084+
bigendian2 = make_run('bigendian2', cflags=['-O2', '-Wno-experimental'], settings={'SUPPORT_BIG_ENDIAN': 1})
10085+
bigendian3 = make_run('bigendian3', cflags=['-O3', '-Wno-experimental'], settings={'SUPPORT_BIG_ENDIAN': 1})
10086+
bigendians = make_run('bigendians', cflags=['-Os', '-Wno-experimental'], settings={'SUPPORT_BIG_ENDIAN': 1})
10087+
bigendianz = make_run('bigendianz', cflags=['-Oz', '-Wno-experimental'], settings={'SUPPORT_BIG_ENDIAN': 1})
1008310088

1008410089
omitexports0 = make_run('omitexports0', cflags=['-O0'], settings={'DECLARE_ASM_MODULE_EXPORTS': 0})
1008510090

0 commit comments

Comments
 (0)