| 1234567891011121314151617181920212223242526272829 |
- # Suspend to RAM seems to be broken on this machine
- .*suspend.*
- # This is generating kernel oops with divide error
- kms_plane_scaling@invalid-parameters
- # Skip driver specific tests
- ^amdgpu.*
- ^msm.*
- nouveau_.*
- ^panfrost.*
- ^v3d.*
- ^vc4.*
- ^vmwgfx*
- # GEM tests takes ~1000 hours, so skip it
- gem_.*
- # Hangs the machine and timeout occurs
- i915_pm_rc6_residency.*
- i915_suspend.*
- i915_pm_rpm.*
- kms_ccs.*
- kms_plane_multiple.*
- perf.*
- # Kernel panic
- drm_fdinfo.*
- kms_plane_alpha_blend.*
|