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