From a512309cf0ef208332b0c8589c01f0ca72a18147 Mon Sep 17 00:00:00 2001 From: dbaker Date: Fri, 25 Apr 2014 13:11:21 -0700 Subject: xts integration is now upstream, no need to fetch a branch. Also bugs have been fixed, pictures are saved. --- XorgTesting.mdwn | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'XorgTesting.mdwn') 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). -- cgit v1.2.1