Skip to content
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

Fix asan.test_main_thread_em_asm_pthread #21339

Merged
merged 1 commit into from
Feb 14, 2024
Merged

Commits on Feb 14, 2024

  1. Fix asan.test_main_thread_em_asm_pthread

    Without this change this tests fails to compile with `em++: error:
    -pthread + ALLOW_MEMORY_GROWTH may run non-wasm code slowly`.
    
    This test was recently added in emscripten-core#21292 and this wasn't caught
    immediately because we don't run the `asan` suite during CI.
    sbc100 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    8f3c2c0 View commit details
    Browse the repository at this point in the history