Skip to content

Commit f46a897

Browse files
committed
fixes a regression from #12055
1 parent 534a208 commit f46a897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_browser.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4912,12 +4912,12 @@ def test_zzz_zzz_4GB_fail(self):
49124912
self.emcc_args += ['-O2', '-s', 'ALLOW_MEMORY_GROWTH', '-s', 'MAXIMUM_MEMORY=4GB', '-s', 'ABORTING_MALLOC=0']
49134913
self.do_run_in_out_file_test('tests', 'browser', 'test_4GB_fail.cpp', js_engines=[V8_ENGINE])
49144914

4915+
@unittest.skip("only run this manually, to test for race conditions")
49154916
@requires_threads
49164917
def test_manual_pthread_proxy_hammer(self):
49174918
# the specific symptom of the hang that was fixed is that the test hangs
49184919
# at some point, using 0% CPU. often that occured in 0-200 iterations, but
4919-
# to make the test fast it runs a lower number. increase "ITERATIONS" when
4920-
# bisecting.
4920+
# you may want to adjust "ITERATIONS".
49214921
self.btest(path_from_root('tests', 'pthread', 'test_pthread_proxy_hammer.cpp'),
49224922
expected='0',
49234923
args=['-s', 'USE_PTHREADS=1', '-O2', '-s', 'PROXY_TO_PTHREAD',

0 commit comments

Comments
 (0)