-
Couldn't load subscription status.
- Fork 15k
[msan][test] Add another target("aarch64.svcount") test case #164343
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
Conversation
This shows a crash that happens because MSan tries to check the shadow
of target("aarch64.svcount").
This is the followup to
llvm#164315. This also does a
drive-by fix of those test cases, to use 'not opt' instead of XFAIL.
Forked from llvm/test/CodeGen/AArch64/sme2-intrinsics-add.ll
Isn't XFAIL the correct thing? This SHOULD not fail. Emphasis mine:
|
Thanks, changed them to XFAIL. (I did remove FileCheck, because otherwise FileCheck would fail because of the lack of CHECK: assertions even if opt passed) |
| @@ -1,5 +1,5 @@ | |||
| ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py | |||
| ; RUN: opt -S -passes=msan -mattr=+sme -o - %s | FileCheck %s | |||
| ; RUN: opt -S -passes=msan -mattr=+sme -o - %s 2>&1 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why 2>&1?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not necessary. Removed.
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/138/builds/20744 Here is the relevant piece of the build log for the reference |
This shows a crash that happens because MSan tries to check the shadow of a target("aarch64.svcount")-sized argument.
This is the followup to
#164315. This also does a drive-by fix of those test cases, to remove FileCheck (otherwise, even if opt passed, the test would still XFAIL because FileCheck cannot find any CHECK: assertions).
Forked from llvm/test/CodeGen/AArch64/sme2-intrinsics-add.ll