1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126
|
###############################################
igt@meta_test(@.*)?
##################################################################
# Non-Intel driver tests
##################################################################
igt@amdgpu.*
igt@msm.*
igt@nouveau_.*
igt@panfrost.*
igt@v3d.*
igt@vc4.*
igt@vgem_.*
igt@.*virtgpu.*
igt@vkms.*
igt@vmwgfx.*
##################################################################
# Exclude all i915 tests
##################################################################
igt@api.*
igt@gem.*
igt@gen.*
igt@i915_.*
igt@perf.*
igt@sysfs_.*
igt@.*@i915.*
##################################################################
# Exclude mock DRM KUnit from IGT, as those already run at build
# time on Intel CI
#################################################################
igt@dmabuf.*
igt@drm_buddy
igt@drm_mm
igt@kms_selftest.*
##################################################################
# Exclude slow KUnit test which should run as manual test
##################################################################
igt@xe_live_ktest@xe_bo_shrink
##################################################################
# Exclude all other non-Xe tests
##################################################################
igt@debugfs.*
igt@device_reset@.*cold.*
igt@device_reset@.*reset-bound
igt@drm_read.*
igt@dumb.*
igt@prime_.*
igt@sw_sync.*
igt@syncobj_.*
igt@template.*
igt@tools_test.*
##################################################################
# KMS: Pipe E to Pipe P are not available on Intel hardware,
# hence can't use more than 4 displays.
##################################################################
igt@.*@.*pipe-[e-pE-P]($|-.*)
igt@kms_bw@.*-([5-9]|1[0-6])-displays-.*
##################################################################
# KMS: Tests specific to i915 driver
##################################################################
igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy
igt@kms_addfb_basic@basic-y-tiled-legacy
igt@kms_addfb_basic@bo-too-small-due-to-tiling
igt@kms_addfb_basic@clobberred-modifier
igt@kms_addfb_basic@.*framebuffer-vs-set-tiling
igt@kms_addfb_basic@tile-pitch-mismatch
igt@kms_busy@.*
igt@kms_cursor_legacy@basic-busy-flip-before-cursor-(atomic|legacy|varying-size)
igt@kms_draw_crc@draw-method-(mmap-cpu|mmap-gtt|pwrite)
igt@kms_fence_pin_leak
igt@kms_flip@.*flip-vs-fences.*
igt@kms_force_connector_basic@force-load-detect
igt@kms_frontbuffer_tracking@.*-(cpu|gtt|pwrite)
igt@kms_legacy_colorkey@.*
igt@kms_pipe_b_c_ivb@.*
igt@kms_psr@.*-mmap-(cpu|gtt)
igt@kms_pwrite_crc
igt@kms_rotation_crc@exhaust-fences
igt@kms_pm_lpsp@screens-disabled
igt@kms_pm_rpm@(fences|fences-dpms|pm-caching|pm-tiling)
igt@kms_pm_rpm@.*pc8-residency.*
igt@kms_pm_rpm@cursor.*
igt@kms_psr@.*cursor-(render|blt)
##################################################################
# KMS: Yet to add/missing XE support
##################################################################
igt@kms_atomic@plane-primary-overlay-mutable-zpos
igt@kms_plane_scaling@.*downscale-factor-0-25.*
igt@kms_prime@.*
igt@kms_scaling_modes@scaling-mode-none
igt@kms_writeback@writeback.*
##################################################################
# KMS: Test was written with the idea that edid read shouldn't take an
# unreasonable amount of time. The timeout is an arbitrary value
# because it depends on when the display responds and, in some cases,
# especially when the display is coming back from sleep, it can take
# quite a while. This test has sporadic behavior across various
# platforms connected to different displays.
##################################################################
igt@kms_sysfs_edid_timing
##################################################################
# KMS: Non-Intel tests
##################################################################
igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot
igt@kms_async_flips@overlay-atomic
##################################################################
# SR-IOV tests too stressful or time-consuming
# to execute all dynamic subtests at once.
##################################################################
igt@sriov_basic@enable-vfs-autoprobe-on$
igt@sriov_basic@enable-vfs-bind-unbind-each$
igt@sriov_basic@bind-unbind-vf$
##################################################################
# Exclude xe_evict tests that are not expected to succeed
# due to missing TTM exhaustive eviction
##################################################################
igt@xe_evict@.*-multi-vm-cm.*
igt@xe_evict@.*-threads-.*
# igt@xe_evict@.*-cm.* # Rebind and VM_BIND may race.
##################################################################
# Chamelium V1 HDMI receiver supports a maximum resolution
# of 4K @ 30Hz. This test enforces an EDID with 4K @ 60Hz,
# which exceeds the capabilities of V1 hardware and results
# in failures. Temporarily blocklist this test until V3 Chamelium
# boards (which support 4K @ 60Hz) are available in the test environment.
##################################################################
igt@kms_chamelium_edid@hdmi-edid-stress-resolution-4k
|