File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2588,7 +2588,7 @@ def test_contrib_ports(self):
2588
2588
def test_remote_ports(self):
2589
2589
self.emcc(test_file('hello_world.c'), ['--use-port=emdawnwebgpu'])
2590
2590
2591
- @crossplatform
2591
+ @crossplatform # Note this only tests on platforms where FROZEN_CACHE isn't set.
2592
2592
def test_external_ports_simple(self):
2593
2593
if config.FROZEN_CACHE:
2594
2594
self.skipTest("test doesn't work with frozen cache")
@@ -9650,6 +9650,7 @@ def test_closure_full_js_library(self, args):
9650
9650
for sym in glsyms:
9651
9651
self.assertContained('.' + sym, js)
9652
9652
9653
+ @crossplatform # So tests will run on non-Linux platforms, where FROZEN_CACHE isn't set.
9653
9654
@also_with_wasm64
9654
9655
def test_closure_webgpu(self):
9655
9656
if config.FROZEN_CACHE:
@@ -12301,6 +12302,7 @@ def test_standalone_syscalls(self):
12301
12302
self.assertContained(expected, self.run_js('test.wasm', engine))
12302
12303
12303
12304
@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.
12304
12306
@also_with_wasm64
12305
12307
@parameterized({
12306
12308
'': ([],),
You can’t perform that action at this time.
0 commit comments