-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
area: testsImprovements or issues with our test suiteImprovements or issues with our test suitetype: enhancementNew feature or requestNew feature or request
Description
Followup from review of #7063, which promotes the Empty
backend (now renamed to Noop
) to external usability as a test stub:
Should the tests be run against the noop adapter? This is trivial to do (just enable it in init::initialize_instance
), but of course they almost all fail, because no rendering or compute is done. However, it might be useful to do so anyway, while skipping assertions about the output, in order to test the noop backend and wgpu's validation logic.
Metadata
Metadata
Assignees
Labels
area: testsImprovements or issues with our test suiteImprovements or issues with our test suitetype: enhancementNew feature or requestNew feature or request
Type
Projects
Status
Todo