| # Suspend to RAM seems to be broken on this machine |
| .*suspend.* |
| |
| # Skip driver specific tests |
| ^amdgpu.* |
| nouveau_.* |
| ^panfrost.* |
| ^v3d.* |
| ^vc4.* |
| ^vmwgfx* |
| |
| # Skip intel specific tests |
| gem_.* |
| i915_.* |
| tools_test.* |
| kms_dp_link_training.* |
| |
| # Currently fails and causes coverage loss for other tests |
| # since core_getversion also fails. |
| core_hotunplug.* |
| |
| # IGT issue. is_joiner_mode() should return false for non-Intel hardware. |
| # https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues/162 |
| kms_display_modes@extended-mode-basic |
| kms_display_modes@mst-extended-mode-negative |
| |
| # sc7180 does not have APRIV, so memptrs is not protected. |
| # (Preemption is not supported on devices that do not have |
| # APRIV, so this is ok) |
| msm/msm_mapping@memptrs |