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

[ASan][test] XFAIL global-overflow.cpp etc. on SPARC #108200

Merged

Commits on Sep 11, 2024

  1. [ASan][test] XFAIL global-overflow.cpp etc. on SPARC

    When enabling ASan testing on SPARC as per PR llvm#107405, two tests `FAIL` in
    similar ways as detailed in Issue llvm#108194: at `-O1` and above, one line of
    the stacktrace lacks the line number info, causing the tests to `FAIL`.  I
    could trace this to `clang` generating incomplete line number info; `g++`
    gets this right.
    
    To avoid this, this patch `XFAIL`s the affected tests on SPARC.
    
    Tested on `sparcv9-sun-solaris2.11`.
    rorth committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    e3e83b1 View commit details
    Browse the repository at this point in the history