Skip to content

Commit 4f93d5f

Browse files
committed
Skip with FROZEN_CACHE
1 parent ef5a6da commit 4f93d5f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/test_other.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9586,6 +9586,9 @@ def test_closure_full_js_library(self, args):
95869586

95879587
@also_with_wasm64
95889588
def test_closure_webgpu(self):
9589+
if config.FROZEN_CACHE:
9590+
# TODO(crbug.com/446944885): Make Emdawnwebgpu work with FROZEN_CACHE if possible.
9591+
self.skipTest("test doesn't work with frozen cache")
95899592
self.set_setting('NO_DEFAULT_TO_CXX', 0) # emdawnwebgpu uses C++ internally
95909593
self.build('hello_world.c', cflags=[
95919594
'--closure=1',
@@ -12238,6 +12241,9 @@ def test_standalone_syscalls(self):
1223812241
'closure_assertions': (['--closure=1', '-Werror=closure', '-sASSERTIONS'],),
1223912242
})
1224012243
def test_emdawnwebgpu_link_test(self, args):
12244+
if config.FROZEN_CACHE:
12245+
# TODO(crbug.com/446944885): Make Emdawnwebgpu work with FROZEN_CACHE if possible.
12246+
self.skipTest("test doesn't work with frozen cache")
1224112247
self.emcc(test_file('test_emdawnwebgpu_link_test.cpp'), ['--use-port=emdawnwebgpu', '-sASYNCIFY'] + args)
1224212248

1224312249
def test_signature_mismatch(self):

0 commit comments

Comments
 (0)