mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 19:43:43 -04:00
tools_test is a wrapper for running tools/intel_reg and tools/intel_l3_parity. So skip these tests on non-intel platforms and update expectaion files. Acked-by: Helen Koike <helen.koike@collabora.com> Reviewed-by: Daniel Stone <daniels@collabora.com> Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com> Signed-off-by: Helen Koike <helen.koike@collabora.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240730021545.912271-3-vignesh.raman@collabora.com
35 lines
854 B
Plaintext
35 lines
854 B
Plaintext
# Suspend to RAM seems to be broken on this machine
|
|
.*suspend.*
|
|
|
|
# Skip driver specific tests
|
|
^msm.*
|
|
nouveau_.*
|
|
^panfrost.*
|
|
^v3d.*
|
|
^vc4.*
|
|
^vmwgfx*
|
|
|
|
# Skip intel specific tests
|
|
gem_.*
|
|
i915_.*
|
|
xe_.*
|
|
tools_test.*
|
|
|
|
# Currently fails and causes coverage loss for other tests
|
|
# since core_getversion also fails.
|
|
amdgpu/amd_module_load@reload
|
|
core_hotunplug.*
|
|
|
|
# GPU reset seen and it hangs the machine
|
|
amdgpu/amd_deadlock@amdgpu-deadlock-sdma
|
|
amdgpu/amd_deadlock@amdgpu-gfx-illegal-reg-access
|
|
amdgpu/amd_dispatch@amdgpu-reset-test-gfx-with-IP-GFX-and-COMPUTE
|
|
|
|
# Hangs the machine and timeout occurs
|
|
amdgpu/amd_pci_unplug@amdgpu_hotunplug_simple
|
|
amdgpu/amd_pci_unplug@amdgpu_hotunplug_with_cs
|
|
amdgpu/amd_pci_unplug@amdgpu_hotunplug_with_exported_bo
|
|
amdgpu/amd_pci_unplug@amdgpu_hotunplug_with_exported_fence
|
|
amdgpu/amd_vrr_range@freesync-parsing
|
|
device_reset.*
|