panfrost-rk3399-skips.txt 456 B

1234567891011121314151617181920212223242526
  1. # Suspend to RAM seems to be broken on this machine
  2. .*suspend.*
  3. # Skip driver specific tests
  4. ^amdgpu.*
  5. ^msm.*
  6. nouveau_.*
  7. ^v3d.*
  8. ^vc4.*
  9. ^vmwgfx*
  10. # Skip intel specific tests
  11. gem_.*
  12. i915_.*
  13. tools_test.*
  14. # Panfrost is not a KMS driver, so skip the KMS tests
  15. kms_.*
  16. # Skip display functionality tests for GPU-only drivers
  17. dumb_buffer.*
  18. fbdev.*
  19. # Currently fails and causes coverage loss for other tests
  20. # since core_getversion also fails.
  21. core_hotunplug.*