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

test: ignore asan new_delete_type_mismatch #35720

Closed
wants to merge 1 commit into from

Commits on Oct 20, 2020

  1. test: ignore asan new_delete_type_mismatch

    This commit adds ignore for new_delete_type_mismatch in EnvironmentTest
    as this is currently generating an error when address sanitizer is
    enabled and gcc is used as the compiler.
    
    This might be a little risky as we run the risk of missing other errors
    of this same type but I'm still looking into if this could be solved in
    some other way in V8 and perhaps this could be a short term fix.
    
    Fixes: nodejs#35669
    danbev committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    6e63ce4 View commit details
    Browse the repository at this point in the history