level-zero-tests
                                
                                 level-zero-tests copied to clipboard
                                
                                    level-zero-tests copied to clipboard
                            
                            
                            
                        oneAPI Level Zero Conformance & Performance test content
Initial value for invalid event in negative test is not specified and can be set to nullptr which is correct value from L0 spec PoV Test: HandleTests.GivenCompleteApplicationWhenHandleTrackingEnabledThenHandleTrackingCatchesCoreErrors https://github.com/oneapi-src/level-zero-tests/blame/master/negative_tests/core/test_handle_tracking/src/test_handle_tracking_errors.cpp#L130 That causes...
This is needed for another tests that will be implemented in the future and will use this test type.
Related-To: VLCLJ-2435
The test ensures that the ECC state retrieval API returns valid values when ECC is available on a valid device handle Related-To: VLCLJ-2433
Related to [VLCLJ-2289](https://jira.devtools.intel.com/browse/VLCLJ-2289)
Tests implicitly assume that every API call returns success. E.g. Module handle passed to `zeModuleCreate` is not even initialized on app side, then if module creation fails then incorrect handle...