-
Notifications
You must be signed in to change notification settings - Fork 743
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
[DeviceASAN] Enable e2e test "private_nullptr.cpp" #15995
Conversation
@intel/llvm-gatekeepers, the failed test is unrelated to this PR, please merge. Thank you |
Hi @AllanZyne! The failing test is not unrelated. It tracks all unspecified XFAILs we have, i.e. ones without XFAIL-TRACKER. Since you're removing such a case, you also need to remove the corresponding test from the list (you will likely have the change the following line to |
Thanks, fixed it. @steffenlarsen |
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.
Very nice! 👍
This reverts commit c001520.
Reverts #15995 @AllanZyne - It looks like this still fails on Arc in post-commit.
No description provided.