-
Notifications
You must be signed in to change notification settings - Fork 797
[SYCL] Remove some OSUtil::* funcs from ABI
#20694
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
sycl/unittests/misc/OsUtils.cpp
Outdated
| // Failure tracker: https://github.com/intel/llvm/issues/19626 | ||
| #ifndef __INTEL_PREVIEW_BREAKING_CHANGES | ||
| TEST_F(OsUtilsTest, getCurrentDSODir) { | ||
| /*TEST_F(OsUtilsTest, getCurrentDSODir) { |
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 think gtest might support renaming the test to *_UNSUPPORTED to exclude it. That way will make sure it still compiles but won't run it.
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.
It seems that gtest doesn't have *_UNSUPPORTED, so changed to GTEST_SKIP.
vinser52
left a comment
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.
Add some description to the PR please.
Removing unused
OSUtil::*ABI entry points since we are in the breaking window.Co-authored-by: Steffen Larsen steffen.larsen@intel.com