tree: 34bcdeba431d581862a92f63f2defc395e1ddb8b [path history] [tgz]
  1. meta/
  2. resources/
  3. BUILD.gn
  4. main.c
  5. main.cc
  6. README.md
  7. test_magma.cc
  8. test_magma.fidl
  9. test_magma.h
  10. test_magma_c.c
  11. test_magma_fidl.cc
  12. test_magma_sync_file.cc
  13. vendor_helper_generic.cc
  14. vendor_helper_generic.h
src/graphics/magma/tests/integration/README.md

Magma Conformance Testing

These tests are necessary but not sufficient to validate a Magma system driver implementation.

They cover basic usage of the Magma C API, and are generally not capable of formatting hardware-specific commands, so cannot stress actual command execution. For more in depth driver validation, a test suite such as the Vulkan CTS is required.

The tests are not hermetic in that they require access to the hardware device.