-
Notifications
You must be signed in to change notification settings - Fork 38
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
Fix Sysman CTS bug in Device & Init suites #56
Conversation
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.
Modify commit header - It's not windows specific. It should reflect your changes.
It would be better if you can add commit message on the background for this change and purpose. Thanks
8a5274d
to
a53e72c
Compare
Updated as per the suggestion |
a53e72c
to
d15c9ef
Compare
d15c9ef
to
33fa740
Compare
* Unsetting ZES_ENABLE_SYSMAN so that Sysman is not initialized through zeInit itself. * Done these to tests where both zeInit & zesInit are used. Related-To: VLCLJ-2228 Signed-off-by: Vishnu Khanth <vishnu.khanth.b@intel.com>
conformance_tests/sysman/test_sysman_device/src/test_sysman_device.cpp
Outdated
Show resolved
Hide resolved
conformance_tests/sysman/test_sysman_device/src/test_sysman_device.cpp
Outdated
Show resolved
Hide resolved
conformance_tests/sysman/test_sysman_device/src/test_sysman_device.cpp
Outdated
Show resolved
Hide resolved
* Unsetting ZES_ENABLE_SYSMAN so that Sysman is not initialized through zeInit itself. * Done these to tests where both zeInit & zesInit are used. Related-To: VLCLJ-2228 Signed-off-by: Vishnu Khanth <vishnu.khanth.b@intel.com>
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.
Thanks for the updates!
* Unsetting ZES_ENABLE_SYSMAN so that Sysman is not initialized through zeInit itself. * Done these to tests where both zeInit & zesInit are used. Related-To: VLCLJ-2228 Signed-off-by: Vishnu Khanth <vishnu.khanth.b@intel.com>
Related-To: VLCLJ-2228