Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/drivers/gpu/drm/ci/xfails/panfrost-g12b-skips.txt
26517 views
1
# Skip driver specific tests
2
^amdgpu.*
3
^msm.*
4
nouveau_.*
5
^v3d.*
6
^vc4.*
7
^vmwgfx*
8
9
# Skip intel specific tests
10
gem_.*
11
i915_.*
12
tools_test.*
13
kms_dp_link_training.*
14
15
# Panfrost is not a KMS driver, so skip the KMS tests
16
kms_.*
17
18
# Skip display functionality tests for GPU-only drivers
19
dumb_buffer.*
20
fbdev.*
21
22
# Currently fails and causes coverage loss for other tests
23
# since core_getversion also fails.
24
core_hotunplug.*
25
26