-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Remove use of @requires_sync_compilation
#14404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
sbc100
added a commit
that referenced
this issue
Aug 22, 2023
None of these tests require sync compilation anymore as far as I can tell, and even if they did, chrome now supports sync compilation up of wasm files up to 8Mb: chromium/chromium@d1a1a8f Also, rename `test_binaryen_async` to `test_async_compile`. Fixes: #14404
sbc100
added a commit
that referenced
this issue
Aug 23, 2023
None of these tests require sync compilation anymore as far as I can tell, and even if they did, chrome now supports sync compilation up of wasm files up to 8Mb: chromium/chromium@d1a1a8f Also, rename `test_binaryen_async` to `test_async_compile`. Fixes: #14404
sbc100
added a commit
that referenced
this issue
Aug 23, 2023
None of these tests require sync compilation anymore as far as I can tell, and even if they did, chrome now supports sync compilation up of wasm files up to 8Mb: chromium/chromium@d1a1a8f Also, rename `test_binaryen_async` to `test_async_compile`. Fixes: #14404
sbc100
added a commit
that referenced
this issue
Aug 23, 2023
None of these tests require sync compilation anymore as far as I can tell, and even if they did, chrome now supports sync compilation up of wasm files up to 8Mb: chromium/chromium@d1a1a8f Also, rename `test_binaryen_async` to `test_async_compile`. Fixes: #14404
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Except perhaps for single test, there is no point in running such tests, since they cannot run in chrome.
Unless the test is specifically testing this feature it should not use this decrorator.
I recently broke the build without noticing due to test being skipping on chrome. See #14403.
The text was updated successfully, but these errors were encountered: