We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b41554 commit f0c11e7Copy full SHA for f0c11e7
test/test_browser.py
@@ -4117,6 +4117,7 @@ def test_pthread_asan_use_after_free(self):
4117
@no_2gb('ASAN + GLOBAL_BASE')
4118
@no_4gb('ASAN + GLOBAL_BASE')
4119
@no_firefox('https://github.com/emscripten-core/emscripten/issues/20006')
4120
+ @no_safari('TODO: Hangs') # Safari Version 18.5 (20621.2.5.11.8)
4121
@also_with_wasmfs
4122
def test_pthread_asan_use_after_free_2(self):
4123
# similiar to test_pthread_asan_use_after_free, but using a pool instead
0 commit comments