[Piglit] [PATCH 4/6] README: Update the list of test profiles
Kenneth Graunke
kenneth at whitecape.org
Fri Oct 24 11:27:26 PDT 2014
On Tuesday, October 21, 2014 11:23:47 AM Dylan Baker wrote:
> Separate out the OpenCL and OpenGL profiles into different sections, and
> add a section for integration tests. This doesn't include es3conform and
> oglconform since I don't think that either of them actually work at this
> point.
>
> Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
> ---
> README | 34 ++++++++++++++++++++++++++++++----
> 1 file changed, 30 insertions(+), 4 deletions(-)
>
> diff --git a/README b/README
> index e302ec3..6d7b328 100644
> --- a/README
> +++ b/README
> @@ -241,22 +241,27 @@ triggered by dmesg related messages.
> Test sets are specified as Python scripts in the tests directory.
> The following test sets are currently available:
>
> +
> +4.1 OpenGL Tests
> +----------------
> +
> sanity.py
> - This suite contains minimal sanity tests. These tests must
> + This suite contains minimal OpenGL sanity tests. These tests must
> pass, otherwise the other tests will not generate reliable results.
>
> all.py
> This suite contains all OpenGL tests.
>
> -all_cl.py
> - This suite contains all OpenCL tests.
> -
> quick.py
> Run all tests, but cut down significantly on their runtime
> (and thus on the number of problems they can find).
> In particular, this runs Glean with the --quick option, which
> reduces the number of visuals and state combinations tested.
>
> +gpu.py
> + A further reduced set of tests from quick.py, this runs tests only
> + for hardware functionality and not tests for the software stack
period
> +
> radeon.py
> r300.py
> r500.py
> @@ -264,6 +269,27 @@ r500.py
> to account for hardware limitations in Radeon chips.
>
>
> +4.2 OpenCL Tests
> +----------------
> +
> +cl.py
> + This suite contains all OpenCL tests.
> +
> +quick_cl.py
> + This runs all of the tests from cl.py as well as tests from opencv
> + and oclconform
period
> +
> +
> +4.3 External Integration
> +------------------------
> +
> +xts.py
> + Support for running the X Test Suite using piglit.
> +
> +igt.py
> + Support for running Intel GPU Tools using piglit.
Support for running the intel-gpu-tools test suite using Piglit.
(intel-gpu-tools started out as a collection of tools, before it morphed into
a test suite...it still has both parts)
> +
> +
> 5. How to write tests
> ---------------------
>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.freedesktop.org/archives/piglit/attachments/20141024/f580a0e2/attachment.sig>
More information about the Piglit
mailing list