Re: [Piglit] [PATCH 1/4] util: Add utility function to accumulate results of subtests

2013-10-08 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/07/2013 09:02 AM, Eric Anholt wrote: Ian Romanick i...@freedesktop.org writes: From: Ian Romanick ian.d.roman...@intel.com This looks a lot like piglit_merge_result. It sure does. I didn't know that function existed. Oof. -BEGIN

Re: [Piglit] [PATCH 1/4] util: Add utility function to accumulate results of subtests

2013-10-07 Thread Eric Anholt
Ian Romanick i...@freedesktop.org writes: From: Ian Romanick ian.d.roman...@intel.com This looks a lot like piglit_merge_result. pgpcE5xiQ7TU_.pgp Description: PGP signature ___ Piglit mailing list Piglit@lists.freedesktop.org

Re: [Piglit] [PATCH 1/4] util: Add utility function to accumulate results of subtests

2013-10-07 Thread Chad Versace
On 10/07/2013 09:02 AM, Eric Anholt wrote: Ian Romanick i...@freedesktop.org writes: From: Ian Romanick ian.d.roman...@intel.com This looks a lot like piglit_merge_result. Agreed. Let's re-use piglit_merge_result(). ___ Piglit mailing list

[Piglit] [PATCH 1/4] util: Add utility function to accumulate results of subtests

2013-10-04 Thread Ian Romanick
From: Ian Romanick ian.d.roman...@intel.com Signed-off-by: Ian Romanick ian.d.roman...@intel.com --- tests/util/piglit-util.c | 25 + tests/util/piglit-util.h | 4 2 files changed, 29 insertions(+) diff --git a/tests/util/piglit-util.c b/tests/util/piglit-util.c