README
1This directory contains test lists to be used for v3d's DRM support. The files
2are passed to piglit with the --test-list parameter directly.
3
4The test lists are contained in the IGT repository for several
5reasons:
6
7- The lists stay synchronized with the IGT codebase.
8- Public availability. Kernel developers can see what tests are run,
9 and can see what changes are done to the set, when, and why.
10- Explicit test lists in general make it possible to implement a new
11 test without having it run by everyone else before the tests and / or setup
12 are ready for it.
13
14Changing the test lists should only happen with approval from the v3d
15maintainer, Eric Anholt (eric@anholt.net).
16
17============
18v3d.testlist
19============
20
21This test list is meant as a general test suite without any time
22restriction for the v3d DRM driver, combining generic DRM and KMS
23tests. As a reminder, you can run this with the meson build using:
24
25./build/runner/igt_runner --test-list tests/v3d_ci/v3d.testlist \
26 build/tests -o results
27