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 <[email protected]> > --- > 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 > --------------------- > >
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
