Skip to content

Commit c8da47e

Browse files
authored
Re-enable test_pthread_create_minimal_runtime. NFC (#21719)
Lets see if this flakieness still persists. I ran the test 10 times locally and didn't see it.
1 parent 9293ec8 commit c8da47e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/test_browser.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3875,9 +3875,7 @@ def test_pthread_gcc_spinlock(self):
38753875
@parameterized({
38763876
'': ([],),
38773877
'O3': (['-O3'],),
3878-
# TODO: re-enable minimal runtime once the flakiness is figured out,
3879-
# https://github.com/emscripten-core/emscripten/issues/12368
3880-
# 'minimal_runtime': (['-sMINIMAL_RUNTIME'],),
3878+
'minimal_runtime': (['-sMINIMAL_RUNTIME'],),
38813879
})
38823880
def test_pthread_create(self, args):
38833881
self.btest_exit('pthread/test_pthread_create.c',

0 commit comments

Comments
 (0)