[Piglit] [RFC v2 01/39] test_lists.py: remove tests for r300, r500, and all_cl which are gone

Vinson Lee vlee at freedesktop.org
Mon Feb 2 20:50:11 PST 2015


On Mon, Feb 2, 2015 at 5:37 PM, Dylan Baker <baker.dylan.c at gmail.com> wrote:
> ---
>  framework/tests/test_lists.py | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/framework/tests/test_lists.py b/framework/tests/test_lists.py
> index d56cd2d..66843d9 100644
> --- a/framework/tests/test_lists.py
> +++ b/framework/tests/test_lists.py
> @@ -39,12 +39,12 @@ import framework.tests.utils as utils
>  def gen_test_import():
>      """ Generates a bunch of tests to import the various test modules """
>      # Test the various OpenGL modules
> -    for module in ['all', 'quick', 'gpu', 'sanity', 'r500', 'r300']:
> +    for module in ['all', 'quick', 'gpu', 'sanity']:
>          check_import.description = "Test import of tests.{}".format(module)
>          yield check_import, "tests." + module
>
>      # Test the various OpenCL modules
> -    for module in ['cl', 'all_cl', 'quick_cl']:
> +    for module in ['cl', 'quick_cl']:
>          check_import.description = "Test import of tests.{}".format(module)
>          yield check_import, "tests." + module
>
> --
> 2.2.2
>
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/piglit

Reviewed-by: Vinson Lee <vlee at freedesktop.org>


More information about the Piglit mailing list