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.
@no_asan
1 parent 3d76690 commit de57f7cCopy full SHA for de57f7c
test/test_core.py
@@ -9231,13 +9231,11 @@ def test_pthread_offset_converter_modularize(self):
9231
def test_emscripten_atomics_stub(self):
9232
self.do_run_in_out_file_test('core/pthread/emscripten_atomics.c')
9233
9234
- @no_asan('incompatibility with atomics')
9235
@node_pthreads
9236
def test_emscripten_atomics(self):
9237
self.emcc_args.append('-pthread')
9238
9239
9240
9241
9242
def test_emscripten_futexes(self):
9243
0 commit comments