You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Today we only support the wasm backend so any tests that is disabled under the llvm
165
-
# backend is always disabled.
166
-
# TODO(sbc): Investigate all tests with this decorator and either fix of remove the test.
167
-
defno_wasm_backend(note=''):
168
-
assertnotcallable(note)
169
-
returnunittest.skip(note)
170
-
171
-
172
164
requires_graphics_hardware=unittest.skipIf(os.getenv('EMTEST_LACKS_GRAPHICS_HARDWARE'), "This test requires graphics hardware")
173
165
requires_sound_hardware=unittest.skipIf(os.getenv('EMTEST_LACKS_SOUND_HARDWARE'), "This test requires sound hardware")
174
166
requires_sync_compilation=unittest.skipIf(is_chrome(), "This test requires synchronous compilation, which does not work in Chrome (except for tiny wasms)")
0 commit comments