Skip to content

Commit de57f7c

Browse files
authored
Remove @no_asan from a couple of tests. NFC (#21098)
1 parent 3d76690 commit de57f7c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test_core.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9231,13 +9231,11 @@ def test_pthread_offset_converter_modularize(self):
92319231
def test_emscripten_atomics_stub(self):
92329232
self.do_run_in_out_file_test('core/pthread/emscripten_atomics.c')
92339233

9234-
@no_asan('incompatibility with atomics')
92359234
@node_pthreads
92369235
def test_emscripten_atomics(self):
92379236
self.emcc_args.append('-pthread')
92389237
self.do_run_in_out_file_test('core/pthread/emscripten_atomics.c')
92399238

9240-
@no_asan('incompatibility with atomics')
92419239
@node_pthreads
92429240
def test_emscripten_futexes(self):
92439241
self.emcc_args.append('-pthread')

0 commit comments

Comments
 (0)