Skip to content

Commit 2b6857c

Browse files
committed
skip asan/lsan
1 parent 7c24ee8 commit 2b6857c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_core.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2564,6 +2564,8 @@ def test_pthread_cancel(self):
25642564
def test_pthread_cancel_async(self):
25652565
self.do_run_in_out_file_test('pthread/test_pthread_cancel_async.c')
25662566

2567+
@no_asan('cannot replace malloc/free with ASan')
2568+
@no_lsan('cannot replace malloc/free with LSan')
25672569
@node_pthreads
25682570
def test_pthread_proxy_deadlock(self):
25692571
self.do_runf('pthread/test_pthread_proxy_deadlock.c')

0 commit comments

Comments
 (0)