- 
                Notifications
    You must be signed in to change notification settings 
- Fork 794
[SYCL][NewOffloadModel] Merge linux/win tests for New Offloading Model. #20482
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
base: sycl
Are you sure you want to change the base?
Conversation
sycl-linker-wrapper.cpp test Initially, the sycl-linker-wrapper-win.cpp test was introduced to check .exe extensions. This change adapts the sycl-linker-wrapper.cpp test to any extensions.
| Note: Not ready for review. I posted this PR to run the CI for Windows. | 
| Hi @intel/dpcpp-tools-reviewers @intel/dpcpp-clang-driver-reviewers I think I would like to merge them as well. Also my note about merging tests is that it makes more difficult to check path separators if you want to check them. | 
| @bader Please, share your feedback if you have any. | 
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.
LGTM. 👍
Thanks!
| 
 I would also suggest to rename the test file to  | 
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.
Renaming test sycl-linker-wrapper to clang-linker-wrapper also makes sense to me, but it was not the purpose of this PR, so I approve. Thanks.
| Thank you @bader | 
Initially, the sycl-linker-wrapper-win.cpp test was introduced to check .exe extensions. This change adapts the sycl-linker-wrapper.cpp test to any extensions.
Also, sycl-post-link-options-win.cpp test is removed because corresponding checks in the test are repeated in sycl-post-link-options.cpp test.
Fixes: #17754