Skip to content

Conversation

@AlexeySachkov
Copy link
Contributor

Dropped checking for includes under stl_wrappers. Standard C++ headers may include other standard headers. Whether or not they do that, what headers are included and in which order is unspecified, making tests depend on specific standard C++ headers available on a machine and thus non-portable.

Dropped checking for includes under `stl_wrappers`. Standard C++ headers may
include other standard headers. Whether or not they do that, what headers are
included and in which order is unspecified, making tests depend on specific
standard C++ headers available on a machine and thus non-portable.
Copy link
Contributor

@steffenlarsen steffenlarsen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@github-actions
Copy link
Contributor

@intel/llvm-gatekeepers please consider merging

@AlexeySachkov AlexeySachkov merged commit 909bf99 into intel:sycl Oct 28, 2025
29 checks passed
@AlexeySachkov AlexeySachkov deleted the private/asachkov/make-include-deps-tests-more-robust branch October 28, 2025 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants