Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# Skip driver specific tests
2^amdgpu.*
3^msm.*
4nouveau_.*
5^panfrost.*
6^v3d.*
7^vc4.*
8^vmwgfx*
9
10# Skip intel specific tests
11gem_.*
12i915_.*
13tools_test.*
14kms_dp_link_training.*
15
16# Currently fails and causes coverage loss for other tests
17# since core_getversion also fails.
18core_hotunplug.*