Skip to content

Commit

Permalink
Temporarily disable asan.test_rename under wasmfs (emscripten-core#15821
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sbc100 authored and mmarczell-graphisoft committed Jan 5, 2022
1 parent f09a552 commit d89b22f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1626,6 +1626,8 @@ def test_alloca(self):

@also_with_wasmfs
def test_rename(self):
if is_sanitizing(self.emcc_args) and self.get_setting('WASMFS'):
self.skipTest('https://github.com/emscripten-core/emscripten/issues/15820')
self.do_run_in_out_file_test('stdio/test_rename.c')

def test_remove(self):
Expand Down

0 comments on commit d89b22f

Please sign in to comment.