i915-glk-skips.txt 480 B

1234567891011121314151617181920212223242526272829
  1. # Suspend to RAM seems to be broken on this machine
  2. .*suspend.*
  3. # This is generating kernel oops with divide error
  4. kms_plane_scaling@invalid-parameters
  5. # Skip driver specific tests
  6. ^amdgpu.*
  7. ^msm.*
  8. nouveau_.*
  9. ^panfrost.*
  10. ^v3d.*
  11. ^vc4.*
  12. ^vmwgfx*
  13. # GEM tests takes ~1000 hours, so skip it
  14. gem_.*
  15. # Hangs the machine and timeout occurs
  16. i915_pm_rc6_residency.*
  17. i915_suspend.*
  18. i915_pm_rpm.*
  19. kms_ccs.*
  20. kms_plane_multiple.*
  21. perf.*
  22. # Kernel panic
  23. drm_fdinfo.*
  24. kms_plane_alpha_blend.*