-
Notifications
You must be signed in to change notification settings - Fork 802
Draft PR to verify that tests marked with XFAIL actually fail #14354
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
| // RUN: %{build} -o %t.out | ||
| // RUN: env SYCL_PI_TRACE=2 %{run} %t.out | FileCheck %s | ||
| // | ||
| // XFAIL: hip_nvidia |
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.
I don't think that we have this specific configuration in our CI, so you won't learn anything new from removing that XFAIL
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.
Yeah, this is fairly old and I didn't know at the time that we don't test this config.
No description provided.