From patchwork Fri Jan 11 19:47:44 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Gall X-Patchwork-Id: 13998 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id DECCF23E27 for ; Fri, 11 Jan 2013 19:47:55 +0000 (UTC) Received: from mail-vb0-f52.google.com (mail-vb0-f52.google.com [209.85.212.52]) by fiordland.canonical.com (Postfix) with ESMTP id 7F00CA18B39 for ; Fri, 11 Jan 2013 19:47:55 +0000 (UTC) Received: by mail-vb0-f52.google.com with SMTP id ez10so1770110vbb.25 for ; Fri, 11 Jan 2013 11:47:55 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:x-received:from:to:cc:subject:date:message-id:x-mailer :x-gm-message-state; bh=hChTWX5KsiLZIwz9EAnrI5mu8XFwh3yvCe5zau4NUEM=; b=YVVhbEYYJdJ1k8cfayCdwMBfbqm9XQjkbwzvcrU6jlymNt/FztXhY1hJO4sh3PWdBx 1AUATXfNPPwEQphC8SHT+KMjbAvxupOauDWaIaBswImkdtmO+UZ+JK9IUzunlU17xTKG 2dGAFgJOty7Ulfgby3PP8mtpdBoGHM+leNmg0dZexdyJXTdHP68r1ODD8K75kQgP44O+ gJsCh8B0/TcjuVukvLs5BLiNyNhd7aoR6J/UjOOKnCF2dNWhURb5lv5XjLCeEgen6HzB 4UtZ6e/RMTlR252TGMgbEmZaFLUwMhJ7Vxeq8FSP+mwn0k/Cij6y5Ow6GLjMbw6wkCDz 1Hng== X-Received: by 10.52.18.147 with SMTP id w19mr83484415vdd.94.1357933675023; Fri, 11 Jan 2013 11:47:55 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.58.145.101 with SMTP id st5csp129005veb; Fri, 11 Jan 2013 11:47:54 -0800 (PST) X-Received: by 10.42.101.144 with SMTP id e16mr58407205ico.5.1357933673968; Fri, 11 Jan 2013 11:47:53 -0800 (PST) Received: from mail-ia0-f173.google.com (mail-ia0-f173.google.com [209.85.210.173]) by mx.google.com with ESMTPS id hi2si399822igc.7.2013.01.11.11.47.53 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 11 Jan 2013 11:47:53 -0800 (PST) Received-SPF: neutral (google.com: 209.85.210.173 is neither permitted nor denied by best guess record for domain of tom.gall@linaro.org) client-ip=209.85.210.173; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.173 is neither permitted nor denied by best guess record for domain of tom.gall@linaro.org) smtp.mail=tom.gall@linaro.org Received: by mail-ia0-f173.google.com with SMTP id w21so1882977iac.32 for ; Fri, 11 Jan 2013 11:47:53 -0800 (PST) X-Received: by 10.42.69.139 with SMTP id b11mr46494589icj.56.1357933673626; Fri, 11 Jan 2013 11:47:53 -0800 (PST) Received: from localhost.localdomain ([70.35.96.184]) by mx.google.com with ESMTPS id b13sm288711igp.7.2013.01.11.11.47.51 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 11 Jan 2013 11:47:52 -0800 (PST) From: Tom Gall To: patches@linaro.org Cc: Tom Gall Subject: [PATCH 1/2] gles2: add invalid-es3-queries_gles2 to all.tests Date: Fri, 11 Jan 2013 13:47:44 -0600 Message-Id: <1357933665-23371-1-git-send-email-tom.gall@linaro.org> X-Mailer: git-send-email 1.7.10.4 X-Gm-Message-State: ALoCoQm8woeYdsdWKxiEsfZzbiYxTIZ4mBz7LdK7U/JN5VQcCYQ8PE4C9Jv8Y++ptPBKDVCkM8TD Change invalid-es3-quesies to follow conventions and be built as invalid-es3-queries_gles2 To all.tests, create gles20 group. Add invalid-es3-queries_gles2 to gles20 group as a concurrent test in all.tests. Signed-off-by: Tom Gall --- tests/all.tests | 4 ++++ tests/spec/gles-2.0/CMakeLists.gles2.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/all.tests b/tests/all.tests index 9eacc85..d29a5ef 100644 --- a/tests/all.tests +++ b/tests/all.tests @@ -2690,6 +2690,10 @@ egl_khr_create_context['3.2 core profile required'] = plain_test('egl-create-con egl_khr_create_context['pre-GL3.2 profile'] = plain_test('egl-create-context-pre-GL32-profile') egl_khr_create_context['verify GL flavor'] = plain_test('egl-create-context-verify-gl-flavor') +gles20 = Group() +spec['!OpenGL ES 2.0'] = gles20 +add_concurrent_test(gles20, 'invalid-es3-queries_gles2') + gles30 = Group() spec['!OpenGL ES 3.0'] = gles30 for tex_format in ('rgb8', 'srgb8', 'rgba8', 'srgb8-alpha8', 'r11', 'rg11', 'rgb8-punchthrough-alpha1', 'srgb8-punchthrough-alpha1'): diff --git a/tests/spec/gles-2.0/CMakeLists.gles2.txt b/tests/spec/gles-2.0/CMakeLists.gles2.txt index 4d06a02..ab78280 100644 --- a/tests/spec/gles-2.0/CMakeLists.gles2.txt +++ b/tests/spec/gles-2.0/CMakeLists.gles2.txt @@ -2,6 +2,6 @@ link_libraries( piglitutil_${piglit_target_api} ) -piglit_add_executable(gles2-invalid-es3-queries invalid-es3-queries.c) +piglit_add_executable(invalid-es3-queries_gles2 invalid-es3-queries.c) # vim: ft=cmake: