[Piglit] [PATCH 1/2] radeon.tests: Include quick-driver.tests instead of quick.tests
Tom Stellard
tstellar at gmail.com
Sun Sep 26 22:35:12 PDT 2010
On Sat, Sep 25, 2010 at 10:39:50PM -0700, Tom Stellard wrote:
> ---
> tests/radeon.tests | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/tests/radeon.tests b/tests/radeon.tests
> index a335b16..b1489d8 100644
> --- a/tests/radeon.tests
> +++ b/tests/radeon.tests
> @@ -6,7 +6,7 @@
> import os
> import re
>
> -execfile(os.path.dirname(__file__) + '/quick.tests')
> +execfile(os.path.dirname(__file__) + '/quick-driver.tests')
>
> from framework.core import *
> from framework.gleantest import *
> --
> 1.7.2.2
>
Sorry, this patch breaks radeon.tests, because the test case
glean/exactRGBA is deleted in quick-driver.tests and modified in
radeon.tests. I'm moving the new presubtract tests from radeon.test to
all.test, which makes this change unnecessary any way, so this patch can
be forgotten.
-Tom
More information about the Piglit
mailing list