Skip to content

Commit 6f2a8f5

Browse files
authored
Temporarily disable test_pthread_lsan under firefix (#15979)
I'm struggling to figure out what changed to make this start failing but I'm guessing it was always racey and something in the timing changed.
1 parent b212beb commit 6f2a8f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_browser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4170,6 +4170,7 @@ def test_pthread_safe_stack(self):
41704170
'no_leak': ['test_pthread_lsan_no_leak'],
41714171
})
41724172
@requires_threads
4173+
@no_firefox('https://github.com/emscripten-core/emscripten/issues/15978')
41734174
def test_pthread_lsan(self, name, args=[]):
41744175
self.btest(test_file('pthread', name + '.cpp'), expected='1', args=['-fsanitize=leak', '-s', 'INITIAL_MEMORY=256MB', '-s', 'USE_PTHREADS', '-s', 'PROXY_TO_PTHREAD', '--pre-js', test_file('pthread', name + '.js')] + args)
41754176

0 commit comments

Comments
 (0)