From a5425a101cd38941961c13f97b56aa0683f64f8e Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Wed, 19 Nov 2014 15:44:00 +0000 Subject: docs: add a glossary of test name terms Add a glossary of test name terms based on the details in tests/NAMING-CONVENTION. Signed-off-by: Thomas Wood --- .../intel-gpu-tools/igt_test_programs.xml | 106 +++++++++++++++++++++ 1 file changed, 106 insertions(+) (limited to 'docs/reference/intel-gpu-tools/igt_test_programs.xml') diff --git a/docs/reference/intel-gpu-tools/igt_test_programs.xml b/docs/reference/intel-gpu-tools/igt_test_programs.xml index 07285fe7..970ecb9c 100644 --- a/docs/reference/intel-gpu-tools/igt_test_programs.xml +++ b/docs/reference/intel-gpu-tools/igt_test_programs.xml @@ -187,4 +187,110 @@ + + + Gloassary + + The following terms are commonly used in test names to describe + various features of the test and can be used to filter and select + particular tests. + + + hang + + Tests that provoke gpu hangs. + + + + + swap + + Tests that force their full working sets through swap. + + + + + thrash + + Tests that tend to have really slow forward progress due to gtt/memory/.. thrashing. + + + + + crc + + Tests that use the display CRC infrastructure to check the results. + + + + + tiled + + Tests that exercise behaviour on tiled buffers. + + + + + tiling + + Tests that exercise behaviour on tiled buffers. + + + + + rte + + Runtime enviroment checks. + + + + + ctx + + Tests that exercise the hardware context support. + + + + + render + + Tests which apply to the render ring. + + + + + blt + + Tests which apply to the blt ring. + + + + + bsd + + Tests which apply to the bsd ring. + + + + + vebox + + Tests which apply to the vebox ring. + + + + + exec + + Tests that exercise the execbuf code in various ways. + + + + + rpm + + Runtime power management tests. + + + -- cgit v1.2.3