-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add IPC tests (umfIpcTest
) to the file provider
#847
Merged
ldorau
merged 2 commits into
oneapi-src:main
from
ldorau:Add_IPC_tests_umfIpcTest_to_the_file_provider
Nov 7, 2024
Merged
Add IPC tests (umfIpcTest
) to the file provider
#847
ldorau
merged 2 commits into
oneapi-src:main
from
ldorau:Add_IPC_tests_umfIpcTest_to_the_file_provider
Nov 7, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
See the issue: #848 |
ldorau
force-pushed
the
Add_IPC_tests_umfIpcTest_to_the_file_provider
branch
5 times, most recently
from
November 5, 2024 10:07
74e87f8
to
e24de6f
Compare
ldorau
force-pushed
the
Add_IPC_tests_umfIpcTest_to_the_file_provider
branch
from
November 5, 2024 10:17
e24de6f
to
e783b21
Compare
ldorau
force-pushed
the
Add_IPC_tests_umfIpcTest_to_the_file_provider
branch
2 times, most recently
from
November 6, 2024 06:53
0d42dcc
to
944e094
Compare
@bratpiorka @vinser52 @PatKamin please review |
PatKamin
reviewed
Nov 6, 2024
PatKamin
reviewed
Nov 6, 2024
ldorau
force-pushed
the
Add_IPC_tests_umfIpcTest_to_the_file_provider
branch
from
November 6, 2024 10:27
944e094
to
80b6906
Compare
@lukaszstolarczuk @PatKamin re-review please |
PatKamin
approved these changes
Nov 6, 2024
ldorau
force-pushed
the
Add_IPC_tests_umfIpcTest_to_the_file_provider
branch
from
November 6, 2024 10:56
80b6906
to
5c8e46d
Compare
vinser52
reviewed
Nov 6, 2024
Disable the provider_file_memory_ipc test with the proxy library, because the IPC tests do not work with the proxy library. Ref: oneapi-src#864 Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
ldorau
force-pushed
the
Add_IPC_tests_umfIpcTest_to_the_file_provider
branch
from
November 6, 2024 13:26
5c8e46d
to
dee91d1
Compare
lukaszstolarczuk
approved these changes
Nov 6, 2024
vinser52
approved these changes
Nov 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Add IPC tests (
umfIpcTest
) to the file provider.See the issue: #848
Requires:
file_alloc()
andfile_open/close_ipc_handle()
#865Checklist