Lines Matching +refs:run +refs:many +refs:tests
8 drivers. There are many macro-level test suites that get used against the
10 those can be difficult to track down to kernel changes, and many require
12 results. Therefore, IGT GPU Tools includes low-level tools and tests
22 The benchmarks require KMS to be enabled. When run with an X Server
23 running, they must be run as root to avoid the authentication
26 Note that a few other microbenchmarks are in tests (like gem_gtt_speed).
28 **tests/**
30 This is a set of automated tests to run against the DRM to validate
31 changes. Many of the tests have subtests, which can be listed by using
32 the --list-subtests command line option and then run using the
33 --run-subtest option. If --run-subtest is not used, all subtests will
34 be run. Some tests have futher options and these are detailed by using
37 The test suite can be run using the run-tests.sh script available in
38 the scripts directory. Piglit is used to run the tests and can either
42 ./scripts/run-tests.sh -d
44 run-tests.sh has options for filtering and excluding tests from test
47 -t <regex> only include tests that match the regular expression
48 -x <regex> exclude tests that match the regular expression
51 documentation and the full list of tests and subtests can be produced
52 by passing -l to the run-tests.sh script.
55 created by passing -s to the run-tests.sh script. Further options are
64 used for running i-g-t tests.
66 Set the IGT_TEST_ROOT environment variable to point to the tests
70 The tests in the i-g-t sources need to have been built already. Then we
71 can run the testcases with (as usual as root, no other drm clients
74 piglit-sources # ./piglit run igt <results-file>
77 piglit when adding new tests. See
79 piglit-sources $ ./piglit run -h
83 Piglit only runs a default set of tests and is useful for regression
84 testing. Other tests not run are:
85 - tests that might hang the gpu, see HANG in Makefile.am
88 - testdisplay is only run in the default mode. testdisplay has tons of
107 These tools generally must be run as root, except for the ones that just
185 Running selfchecks for lib/tests and tests/ is done with
189 Note that this doesn't actually run the testcases in tests/: scripts/run-tests.sh