On Mon, Feb 2, 2015 at 5:37 PM, Dylan Baker <[email protected]> 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
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/piglit

Reviewed-by: Vinson Lee <[email protected]>
_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to