level-zero-tests icon indicating copy to clipboard operation
level-zero-tests copied to clipboard

oneAPI Level Zero Conformance & Performance test content

Results 34 level-zero-tests issues
Sort by recently updated
recently updated
newest added

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.

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...