Skip to content

Commit abd2580

Browse files
committed
add crossplatform
1 parent c674a2c commit abd2580

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/test_other.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2588,7 +2588,7 @@ def test_contrib_ports(self):
25882588
def test_remote_ports(self):
25892589
self.emcc(test_file('hello_world.c'), ['--use-port=emdawnwebgpu'])
25902590

2591-
@crossplatform
2591+
@crossplatform # Note this only tests on platforms where FROZEN_CACHE isn't set.
25922592
def test_external_ports_simple(self):
25932593
if config.FROZEN_CACHE:
25942594
self.skipTest("test doesn't work with frozen cache")
@@ -9650,6 +9650,7 @@ def test_closure_full_js_library(self, args):
96509650
for sym in glsyms:
96519651
self.assertContained('.' + sym, js)
96529652

9653+
@crossplatform # So tests will run on non-Linux platforms, where FROZEN_CACHE isn't set.
96539654
@also_with_wasm64
96549655
def test_closure_webgpu(self):
96559656
if config.FROZEN_CACHE:
@@ -12301,6 +12302,7 @@ def test_standalone_syscalls(self):
1230112302
self.assertContained(expected, self.run_js('test.wasm', engine))
1230212303

1230312304
@flaky('https://github.com/emscripten-core/emscripten/issues/25343')
12305+
@crossplatform # So tests will run on non-Linux platforms, where FROZEN_CACHE isn't set.
1230412306
@also_with_wasm64
1230512307
@parameterized({
1230612308
'': ([],),

0 commit comments

Comments
 (0)