Skip to content

Commit 4c7bf8a

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test_other.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12238,6 +12238,9 @@ def test_standalone_syscalls(self):
1223812238
'closure_assertions': (['--closure=1', '-Werror=closure', '-sASSERTIONS'],),
1223912239
})
1224012240
def test_emdawnwebgpu_link_test(self, args):
12241+
if config.FROZEN_CACHE:
12242+
# TODO(crbug.com/446944885): Make Emdawnwebgpu work with FROZEN_CACHE if possible.
12243+
self.skipTest("test doesn't work with frozen cache")
1224112244
self.emcc(test_file('test_emdawnwebgpu_link_test.cpp'), ['--use-port=emdawnwebgpu', '-sASYNCIFY'] + args)
1224212245

1224312246
def test_signature_mismatch(self):

0 commit comments

Comments
 (0)