We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3af3a56 commit ec7aad1Copy full SHA for ec7aad1
test/test_browser.py
@@ -4764,7 +4764,7 @@ def test_pthread_reltime(self):
4764
'blob_es6': (True, True),
4765
'url_es6': (True, False),
4766
})
4767
- def test_pthreads_mainScriptUrlOrBlob(self, es6, use_blob):
+ def test_mainScriptUrlOrBlob(self, es6, use_blob):
4768
# TODO: enable this with wasm, currently pthreads/atomics have limitations
4769
self.set_setting('EXIT_RUNTIME')
4770
js_name = 'hello_thread_with_loader.js'
0 commit comments