summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2015-08-18 13:53:25 -0700
committerDylan Baker <baker.dylan.c@gmail.com>2015-08-28 11:50:20 -0700
commit59d7066d09add3d1a4d13900971c99e42e9b3d7c (patch)
tree2e33271eea4f85c7e8b3693385f60f852d50fe62 /README
parent048a0ecc0ab3c276b694f699ef3a84c5b0c4e7bd (diff)
README: add a note about the test counts
It's worth noting that piglit run and piglit summary count tests differently. Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index 773a35060..f56d0328d 100644
--- a/README
+++ b/README
@@ -274,6 +274,15 @@ The summary shows the 'status' of a test:
There are also dmesg-* statuses. These have the same meaning as above, but are
triggered by dmesg related messages.
+3.1 Note
+--------
+
+The way 'piglit run' and 'piglit summary' count tests are different, 'piglit
+run' counts the number of Test derived instance in the profile(s) selected,
+while 'piglit summary' counts the number of subtests a result contains, or it's
+result if there are no subtests. This means that the number shown by 'piglit
+run' will be less than or equal to the number calculated by 'piglit summary'.
+
4. Available test sets
----------------------