tree: 22e044f91e37f2cebff6d738cdebfa42f4f22a9b [path history] [tgz]
  1. meta/
  2. BUILD.gn
  3. main.c
  4. main.cc
  5. README.md
  6. test_magma.cc
  7. test_magma.h
  8. test_magma_c.c
  9. test_magma_fidl.cc
  10. test_magma_sync_file.cc
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.