Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into exc
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken committed Sep 25, 2020
2 parents 9e6193e + 95358a3 commit 586767e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -8185,6 +8185,7 @@ def test_pthread_exceptions(self):
def test_emscripten_atomics_stub(self):
self.do_run_in_out_file_test('tests', 'core', 'pthread', 'emscripten_atomics.c')

@unittest.skip('let llvm roll in')
@no_asan('incompatibility with atomics')
@node_pthreads
def test_emscripten_atomics(self):
Expand Down

0 comments on commit 586767e

Please sign in to comment.