summaryrefslogtreecommitdiff
path: root/XorgTesting.mdwn
diff options
context:
space:
mode:
authordbaker <dbaker@web>2014-04-25 13:11:21 -0700
committerxorg <iki-xorg@freedesktop.org>2014-04-25 13:11:21 -0700
commita512309cf0ef208332b0c8589c01f0ca72a18147 (patch)
tree1da12591fba3980a5e2b622606c53ee50dbfe2c9 /XorgTesting.mdwn
parenta66bfd63dd2e9c9830ec5f5427c6ed8e50a0aa20 (diff)
xts integration is now upstream, no need to fetch a branch. Also bugs have been fixed, pictures are saved.
Diffstat (limited to 'XorgTesting.mdwn')
-rw-r--r--XorgTesting.mdwn7
1 files changed, 1 insertions, 6 deletions
diff --git a/XorgTesting.mdwn b/XorgTesting.mdwn
index c318f5a3..475b3942 100644
--- a/XorgTesting.mdwn
+++ b/XorgTesting.mdwn
@@ -26,13 +26,8 @@ Note that these images don't necessarily represent what was *actually* rendered,
## Get piglit-xts
-This is a fork of piglit (the GL test suite project)
-
# git clone git://anongit.freedesktop.org/git/piglit.git
# cd piglit
- # git remote add anholt git://people.freedesktop.org/\~anholt/piglit
- # git fetch anholt
- # git checkout -b xts anholt/xts
# mkdir bin
# ln -s ~/my/path/to/xts bin/xtest
@@ -46,4 +41,4 @@ Now, here's an example of using this to do some tests comparing two rendering mo
# ./piglit-summary-html.py summary/mysum results/xts results/xts-glamor
# firefox summary/mysum/index.html
-Take a look at changes.html for a common way of looking at piglit results as a developer (I don't care if things are still broken, I want to know if I broke or fixed new things). Also, note that in current piglit-xts, the images present in the failure reports on tests get overwritten in each test run (because they're saved in the top level instead of in the results/ directory you specify. It's just a bug).
+Take a look at changes.html for a common way of looking at piglit results as a developer (I don't care if things are still broken, I want to know if I broke or fixed new things).